Math Variables

Topics related to bookings and guest managment
Post Reply
aaaplace
Posts: 3
Joined: Thu Mar 02, 2017 2:34 pm

I would like to calculate the tourist tax on the invoice in this way:

[NUMNIGHT]*[NUMADULT]* euro 0,95. Is it possible?

Kind Regards,

Nicola
markkinchin
Site Admin
Posts: 935
Joined: Fri Mar 02, 2012 1:43 pm

The following should work. Note that numbers must use . for decimal points, not commas, [*.2] will multiply with 2 digit decimal precision, [*] will show all decimal places.

[NUMNIGHT] [*] [NUMADULT] [*.2] 0.95
aaaplace
Posts: 3
Joined: Thu Mar 02, 2017 2:34 pm

It worked, thank you.
Post Reply