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

Discount calculation wrong #161

Open
ant1d0t opened this issue Mar 21, 2019 · 0 comments
Open

Discount calculation wrong #161

ant1d0t opened this issue Mar 21, 2019 · 0 comments

Comments

@ant1d0t
Copy link

ant1d0t commented Mar 21, 2019

Adding a discount coupon with negative amount without tax

coupon value = -10€
general value tax = 19%
tax not set

Adding such a coupon in t for easy discounts.
Without tax set not working/calculating correctly

  1. User orders some items
    discount1

  2. User selects discount item e.g. -10€ without tax
    discount2

Now the amount is taken off of the subtotal and total and Tax stays based on the inital amount. ^^

  1. User selects discount item e.g. -10€ with tax The amount is subtracted from total amount anbd calculated correctly

discount3

gets popup modal warning
3. User deletes and it's lost forever

Expected result

without tax:

subtract from sub total and calculate tax for total

Current result

see above

scrennshots attached under relevant steps

@ant1d0t ant1d0t changed the title Discount caclculation wrong Discount calculation wrong Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant