dexlab-io / dexpay-pos

Dexpay: POS, a modularized and extensible point of sale which enables Merchants to accept payments in ETH, DAI and xDAI.
https://www.dexlab.io/
MIT License
27 stars 20 forks source link

Wrong calculation for product items #178

Open dimarconicola opened 5 years ago

dimarconicola commented 5 years ago

This two products I added on the bill should be 0.05 together instead of 0.06

Screenshot 2019-06-18 at 09 42 24
perminder-klair commented 5 years ago

Issue was: Pizza and Cake in your account were added months back. They did not had any currency set, so system was set to fall back old products to EURO.

But currently your default currency was USD, so it was converted EURO to USD and that's why.

To solve it, I remove all old products to fallback to nothing instead of EURO. mean, no currency conversation happens to these products and total is corrected. 🔢