Tax break up in the final bill for customer

Hi I am trying to add the taxes which fortunately I figured out.

But Canada has two taxes GST and PST, but the there is no break up on the bill.
It is just total tax where as I want the break up in two different taxes on the print bill.

help will be appreciated.

Thanks
Sunny

You would need to define each tax in your template using the ticket template tags.
It will be along the lines of
GST Tax: {TAX NAME:GST}
PST Tax: {TAX NAME:PST}
However you will need to check the tag as I am not at PC and doubt that is the exact expression of the tag.

You should add [TAXES] section in printer template, define how taxes should print and include {TAXES} tag in [LAYOUT] section to define where you want to list them.

You can find a sample template here

You can find even more info here.
http://sambapos.org/en/content/how-configure-multiple-taxes

1 Like