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.
1 Like
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?
After reading it, it has to be placed within your templates (as described) and it’ll not change the database but will print a PDF in the requested way. hth
Duncan
August 26, 2024, 9:58am
6
Hello everyone,
I’m new and currently working on a few adjustments.
I find the adjustment of the multiple tax statements in the invoice very suitable for me.
I would like to make these changes in the quote and invoice files (overdue and paid).
Where do I have to adjust something?
Thanks for the help
naui95
September 5, 2024, 12:47pm
7
Hi @Duncan , welcome to InvoicePlane! Off the top of my head what you need should only be an edit of the template (see Multiple Tax Rates on the Invoice, not just a Total - #3 by mohamad-hejazi07 as an example and Using Templates - InvoicePlane Wiki for further basics on templates).
If this isn’t enough, I will have to check better this weekend.
1 Like