Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong calculation for product items #178

Open
dimarconicola opened this issue Jun 18, 2019 · 1 comment
Open

Wrong calculation for product items #178

dimarconicola opened this issue Jun 18, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@dimarconicola
Copy link
Collaborator

dimarconicola commented Jun 18, 2019

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 dimarconicola added the bug Something isn't working label Jun 18, 2019
@perminder-klair
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants