2nd currency on ticket

Hello,

How can i add in the 2nd currency on the customer ticket?

Under the total i just added this:

total: | {exchange rate: usd}

however only shows the actually rate but not the rate value/amount

You can make calculations using evaluation formulas - something like the following, where 20 could be replaced by {EXCHANGE RATE}:

[=F(TN('{TICKET TOTAL}')/20)]

Ok

Just under the [Total]

had put in <J00>[=F(TN('{TICKET TOTAL}')/{EXCHANGE RATE: USD}]

AND WHEN TICKET PRINTS GIVES ME THIS:

TOTAL

11.00

000

The 000 would be what i wanted to be the usd convertion

The syntax is a little bit off, try this:

<J00>[=F(TN('{TICKET TOTAL}')/TN('{EXCHANGE RATE:USD}')]

1 Like