How to deal with discount when invoice has multiple line items and multiple tax rates?

The name of the pictureThe name of the pictureThe name of the pictureClash 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?










share|improve this question









New contributor




leen3o is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    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?










    share|improve this question









    New contributor




    leen3o is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      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?










      share|improve this question









      New contributor




      leen3o is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      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






      share|improve this question









      New contributor




      leen3o is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      leen3o is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 4 hours ago





















      New contributor




      leen3o is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 4 hours ago









      leen3o

      1154




      1154




      New contributor




      leen3o is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      leen3o is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      leen3o is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          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.






          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "93"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            leen3o is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            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






























            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.






            share|improve this answer
























              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.






              share|improve this answer






















                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.






                share|improve this answer












                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.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 4 hours ago









                GOATNine

                1,217215




                1,217215




















                    leen3o is a new contributor. Be nice, and check out our Code of Conduct.









                     

                    draft saved


                    draft discarded


















                    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.













                     


                    draft saved


                    draft discarded














                    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













































































                    Comments

                    Popular posts from this blog

                    Long meetings (6-7 hours a day): Being “babysat” by supervisor

                    Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

                    Confectionery