SambaPOS Forum

English Boards => Support => Topic started by: prismbeer on December 16, 2011, 01:26:10 pm

Title: Getting TAX to print on ticket
Post by: prismbeer on December 16, 2011, 01:26:10 pm
What is the correct syntax for getting the tax total to print oin the ticket?

Here is my template (footer area)

<F>=
<EB>
<J10>{IF DISCOUNT}
<J10>[Total Gift:|{GIFT TOTAL}]
<J10>Tax:|{TAX DETAILS}
<J10>Total:|{TICKET TOTAL}
{IF PAID}
<DB>
<F>=
<C10>T H A N K    Y O U

TAX: prints fine above TOTAL: but no amount :(

I'm pretty sure I set up the Tax template correctly and associated it with the product... am I missing something else?

Jack
Title: Re: Getting TAX to print on ticket
Post by: prismbeer on December 16, 2011, 01:29:30 pm
I also already tried TAX TOTAL...
Title: Re: Getting TAX to print on ticket
Post by: emre on December 16, 2011, 01:49:14 pm
Does tax amount included to price?
Title: Re: Getting TAX to print on ticket
Post by: prismbeer on December 16, 2011, 01:51:22 pm
Yes. On the ticket it prints the correct price without tax (6%, $5 item... price shown on ticket is 4.72)
Title: Re: Getting TAX to print on ticket
Post by: emre on December 16, 2011, 02:13:57 pm
Can you try removing <J10>Tax:| part and leave {TAX DETAILS} value alone?
Title: Re: Getting TAX to print on ticket
Post by: prismbeer on December 16, 2011, 02:44:47 pm
Rats!

Any more ideas?
Title: Re: Getting TAX to print on ticket
Post by: emre on December 17, 2011, 03:32:11 am
Since Tax schemes varies on different countries there are different configuration options. I need to know the exact configuration of your tax templates.

Hint: while trying different configurations be sure to create new tickets for testing. We keep tax information in ticket data and tax configuration changes does not effect old tickets.
Title: Re: Getting TAX to print on ticket
Post by: SAMBA USER on January 30, 2012, 04:54:45 pm
Hello,
Try this  may be it will solve the problem.
<F>=
<EB>
<J10>{IF DISCOUNT}
<J00>Total: |${PLAIN TOTAL}
<J00>CA SALE TAX {SERVICE DETAILS}
<R21>GRAND TOTAL: ${TICKET TOTAL}
<J10>[TOTAL GIFT: |{GIFT TOTAL}]
<F>=
<F>*
<C10>*THANK YOU FOR DINING WITH US!*
<F>*

Hope that helps a little bit. ;D