dexpay-pos
dexpay-pos copied to clipboard
Wrong calculation for product items
trafficstars
This two products I added on the bill should be 0.05 together instead of 0.06
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. 🔢