How to deal with discount when invoice has multiple line items and multiple tax rates?
Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
1
down vote
favorite
I am stumped at how to work out the tax for an invoice, when discounts are applied to invoices that have multiple line items with multiple tax rates? See my example invoice below:
SomeItemOne(Tax: 20%) - Cost:ã2.45 | Qty:1 (Line Sub Total: ã2.45)
SomeItemTwo(Tax: 20%) - Cost:ã22.45 | Qty:5 (Line Sub Total: ã112.25)
SomeItemThree(Tax: 10%) - Cost:ã68.99 | Qty:4 (Line Sub Total: ã275.96)
SomeItemFour (Tax: 0%) - Cost:ã68.99 | Qty:4 (Line Sub Total: ã275.96)
This would give me an invoice breakdown of:
Subtotal: ã666.62
Tax (20% of 114.70): ã22.94
Tax (10% of 275.96): ã27.60
Tax (0% of 275.96): ã0
Total: ã717.16
I now need to offer a 50% discount on this invoice. How is this calculated with multiple tax rates?
I can't just take 50% off the Subtotal? As I won't be able to correctly calculate the different tax rates?
taxes vat discounting
New contributor
add a comment |Â
up vote
1
down vote
favorite
I am stumped at how to work out the tax for an invoice, when discounts are applied to invoices that have multiple line items with multiple tax rates? See my example invoice below:
SomeItemOne(Tax: 20%) - Cost:ã2.45 | Qty:1 (Line Sub Total: ã2.45)
SomeItemTwo(Tax: 20%) - Cost:ã22.45 | Qty:5 (Line Sub Total: ã112.25)
SomeItemThree(Tax: 10%) - Cost:ã68.99 | Qty:4 (Line Sub Total: ã275.96)
SomeItemFour (Tax: 0%) - Cost:ã68.99 | Qty:4 (Line Sub Total: ã275.96)
This would give me an invoice breakdown of:
Subtotal: ã666.62
Tax (20% of 114.70): ã22.94
Tax (10% of 275.96): ã27.60
Tax (0% of 275.96): ã0
Total: ã717.16
I now need to offer a 50% discount on this invoice. How is this calculated with multiple tax rates?
I can't just take 50% off the Subtotal? As I won't be able to correctly calculate the different tax rates?
taxes vat discounting
New contributor
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am stumped at how to work out the tax for an invoice, when discounts are applied to invoices that have multiple line items with multiple tax rates? See my example invoice below:
SomeItemOne(Tax: 20%) - Cost:ã2.45 | Qty:1 (Line Sub Total: ã2.45)
SomeItemTwo(Tax: 20%) - Cost:ã22.45 | Qty:5 (Line Sub Total: ã112.25)
SomeItemThree(Tax: 10%) - Cost:ã68.99 | Qty:4 (Line Sub Total: ã275.96)
SomeItemFour (Tax: 0%) - Cost:ã68.99 | Qty:4 (Line Sub Total: ã275.96)
This would give me an invoice breakdown of:
Subtotal: ã666.62
Tax (20% of 114.70): ã22.94
Tax (10% of 275.96): ã27.60
Tax (0% of 275.96): ã0
Total: ã717.16
I now need to offer a 50% discount on this invoice. How is this calculated with multiple tax rates?
I can't just take 50% off the Subtotal? As I won't be able to correctly calculate the different tax rates?
taxes vat discounting
New contributor
I am stumped at how to work out the tax for an invoice, when discounts are applied to invoices that have multiple line items with multiple tax rates? See my example invoice below:
SomeItemOne(Tax: 20%) - Cost:ã2.45 | Qty:1 (Line Sub Total: ã2.45)
SomeItemTwo(Tax: 20%) - Cost:ã22.45 | Qty:5 (Line Sub Total: ã112.25)
SomeItemThree(Tax: 10%) - Cost:ã68.99 | Qty:4 (Line Sub Total: ã275.96)
SomeItemFour (Tax: 0%) - Cost:ã68.99 | Qty:4 (Line Sub Total: ã275.96)
This would give me an invoice breakdown of:
Subtotal: ã666.62
Tax (20% of 114.70): ã22.94
Tax (10% of 275.96): ã27.60
Tax (0% of 275.96): ã0
Total: ã717.16
I now need to offer a 50% discount on this invoice. How is this calculated with multiple tax rates?
I can't just take 50% off the Subtotal? As I won't be able to correctly calculate the different tax rates?
taxes vat discounting
taxes vat discounting
New contributor
New contributor
edited 4 hours ago
New contributor
asked 4 hours ago
leen3o
1154
1154
New contributor
New contributor
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
4
down vote
accepted
Apply the discount before you apply the tax (unless your specific tax jurisdiction calls for the tax to be applied to the pre-discount value - NOTE that this would not be normal in the USA/EU). Then calculate the tax normally on the now-discounted pricing.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
accepted
Apply the discount before you apply the tax (unless your specific tax jurisdiction calls for the tax to be applied to the pre-discount value - NOTE that this would not be normal in the USA/EU). Then calculate the tax normally on the now-discounted pricing.
add a comment |Â
up vote
4
down vote
accepted
Apply the discount before you apply the tax (unless your specific tax jurisdiction calls for the tax to be applied to the pre-discount value - NOTE that this would not be normal in the USA/EU). Then calculate the tax normally on the now-discounted pricing.
add a comment |Â
up vote
4
down vote
accepted
up vote
4
down vote
accepted
Apply the discount before you apply the tax (unless your specific tax jurisdiction calls for the tax to be applied to the pre-discount value - NOTE that this would not be normal in the USA/EU). Then calculate the tax normally on the now-discounted pricing.
Apply the discount before you apply the tax (unless your specific tax jurisdiction calls for the tax to be applied to the pre-discount value - NOTE that this would not be normal in the USA/EU). Then calculate the tax normally on the now-discounted pricing.
answered 4 hours ago
GOATNine
1,217215
1,217215
add a comment |Â
add a comment |Â
leen3o is a new contributor. Be nice, and check out our Code of Conduct.
leen3o is a new contributor. Be nice, and check out our Code of Conduct.
leen3o is a new contributor. Be nice, and check out our Code of Conduct.
leen3o is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmoney.stackexchange.com%2fquestions%2f100857%2fhow-to-deal-with-discount-when-invoice-has-multiple-line-items-and-multiple-tax%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password