Paul Kilmurray

Results 76 comments of Paul Kilmurray

Hi @jmeas, this is not related to the issue .. but I was curious why you are not using Radio much these days? ie: is it because the projects you...

Hi @radex, I like that you are pushing the library forward, and you have the experience of using watermelonDB in production so I trust any direction you choose ... but...

I should admit that I have a couple of biases as well: 1. Database queries (and filtering, sorting etc) 'feel' like they are expensive, so it 'feels' right that they...

Hi @sbotman, thanks for the PR! I am currently rewriting the plugin using React Native over at https://github.com/wcpos. I am getting very close to the initial beta release so I'm...

I haven't built the JS files myself for years, so there could be outdated libraries and all sorts of trouble. I don't want you to waste your time. How urgently...

Hi guys, I am currently rewriting the POS in [react js](https://reactjs.org). The build instructions described in the README are no longer accurate. Also, some of the submodule repositories are private...

Thanks for the bug report! I'll adjust the rounding method in the next release.

just an update on the issue: WooCommerce seems to have inconsistent rounding, eg: ``` php wc_round_tax_total( 22.345 ); // gives 22.35 wc_format_decimal( 22.345, 2 ); // gives 22.35 ``` There...

Possibly related bug report:

There is now a dedicated mode for Barcode scanning. You can switch between ‘Search’ mode and ‘Scan Barcode’ by clicking on the button to the left of the search field.