Is it possible to display an invoice with prices including VAT which is like this :
- Total
- Includes VAT 21%
to a same but with row changed like this
- Includes VAT 21%
- Total
soo total to be at the end of the page
Is it possible to display an invoice with prices including VAT which is like this :
to a same but with row changed like this
soo total to be at the end of the page
Read the Guide: Choose between tax-exclusive and tax-inclusive prices | Manager.
I just want to change the place of Icluding VAT and Total Value can that be possible?
If every line item on an invoice has the same tax code applied, the tax rate and amount are shown only in the totals section. If they have different tax codes, the individual tax codes are shown on the lines and the total tax for each code in the totals section. You cannot change this.
You are not understanding me clearly maybe im going to post a pic to make it clearly ok.
here you have first pic how it looks when the products have the same vat tax % and the second pic shows what i want to do just to change the places.
If you want the tax to show first, why not make the transaction tax-exclusive? You could reverse the order on a tax-inclusive transaction with a custom theme, but that would require a fairly massive amount of code. The result would misleading to customers or suppliers, because it would look like a tax-exclusive transaction when it is not.
Because on one problem :
my product have 5$ value with taxes and i want to be showen at unity price like 5$ and i dont want taxes to indicate the total value, like if i use only that product it has 5$ unity price value and it includes taxes on that price i want the total value to be also 5$, are u understanding my point?
You didn’t read the Guide, did you?
I did read it, but i want my product to be showen like that
.
In that case, Tut has already answered your question
You could reverse the order on a tax-inclusive transaction with a custom theme, but that would require a fairly massive amount of code.