dexpay-pos icon indicating copy to clipboard operation
dexpay-pos copied to clipboard

Wrong calculation for product items

Open dimarconicola opened this issue 6 years ago • 1 comments
trafficstars

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

dimarconicola avatar Jun 18 '19 07:06 dimarconicola

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.

  • Amount you see on screen was round of decimal from like 0.018039 so you see 0.02 Hence total was strange.

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. 🔢

perminder-klair avatar Jun 18 '19 09:06 perminder-klair