Multiple Tax Rates on the Invoice, not just a Total

Instead of a total tax I want to show how many articles that has e.g. 12% tax and 25% tax.

Example:

Now on the invoice it shows Total Tax: Amount

I want it to show like the invoice below:

So in my example it would be:

Tax 12%: 2000 kr
Tax 25%: 3000 kr

The total is the same but you show is separated so you know how much of each tax class that’s been calculated.

i’m trying also to do it

InvoicePlane.php (12.3 KB)

I created a template and it’s exactly like what you need. You need to add it to your Files on the Following path; \application\views\invoice_templates\pdf

and you are Ready to go

1 Like

hello.
it will update on database or only for the invoice pdf?