Author Topic: Getting TAX to print on ticket  (Read 8015 times)

prismbeer

  • Newbie
  • *
  • Posts: 32
Getting TAX to print on ticket
« 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

prismbeer

  • Newbie
  • *
  • Posts: 32
Re: Getting TAX to print on ticket
« Reply #1 on: December 16, 2011, 01:29:30 pm »
I also already tried TAX TOTAL...

emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: Getting TAX to print on ticket
« Reply #2 on: December 16, 2011, 01:49:14 pm »
Does tax amount included to price?

prismbeer

  • Newbie
  • *
  • Posts: 32
Re: Getting TAX to print on ticket
« Reply #3 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)

emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: Getting TAX to print on ticket
« Reply #4 on: December 16, 2011, 02:13:57 pm »
Can you try removing <J10>Tax:| part and leave {TAX DETAILS} value alone?

prismbeer

  • Newbie
  • *
  • Posts: 32
Re: Getting TAX to print on ticket
« Reply #5 on: December 16, 2011, 02:44:47 pm »
Rats!

Any more ideas?

emre

  • SambaPOS Developer
  • Samba Team
  • Hero Member
  • *****
  • Posts: 1564
Re: Getting TAX to print on ticket
« Reply #6 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.

SAMBA USER

  • Newbie
  • *
  • Posts: 23
Re: Getting TAX to print on ticket
« Reply #7 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