Problem with Tax variables on receipt

Hello,

I have 2 questions about the full page receipt.

Is it possible to

- display the tax % or tax code per line (item) on a receipt? And which variables I have to use.

And

- I want on the bottom the totals per tax %: Total without tax, Total tax, Total with tax

Hope somebody can help me with this, because I get it working.

Reply to
Raymond Bakker
Loading thread data ...

Hello,

Finaly the first question works :)

I used entry.taxcode, but this doesn't work. But entry.taxrate (only for internal use is saw) works fine!

Now I have only one problem left, hope somebody can help me with this.

Thanks in advance

Reply to
Raymond Bakker

The receipt format has code that looks like this: ShowTaxDetails Transaction.SalesTaxes.ShowOnReceipt & Transaction.SalesTaxes.IsTransactionMember Transaction.SalesTaxes.Description "|" Transaction.SalesTaxes.Total "Sales Tax|" Transaction.SalesTax

you could change it to look like this:

Transaction.SalesTaxes.ShowOnReceipt & Transaction.SalesTaxes.IsTransactionMember Transaction.SalesTaxes.Description "|" Transaction.SalesTaxes.Total

"Sales Tax Sub-Total|" Transaction.SalesTax

"Raym> Hello,

Reply to
Matt Hurst

Hi Matt,

Correct me if i'm wrong, but there is no calculation in this? It's for an customer in Belgium.

What he needs is a line per tax with the following info on the bottom:

Total without tax Tax Total with Tax Tax 0% 28,95 0 28,95 Tax 6% 9,38 0,56 9,95 Tax 21% 54,46 11,44 65,90 Total 92,79 12,00 104,79

Is this possible in R.M.S.?

Hope jou can help me..

Reply to
Raymond Bakker

the code in the default receipt format gives either detail tax information

-or- sumary tax total. If you modify the code as shown > Hi Matt,

Reply to
Matt Hurst

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.