Template Variables: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 314: | Line 314: | ||
[GUESTLANGUAGE] - guest language | [GUESTLANGUAGE] - guest language | ||
[REFERRER] - Referrer | [REFERRER] - Referrer | ||
| Line 428: | Line 410: | ||
[CARDLASTFOUR] - last 4 digits of card | [CARDLASTFOUR] - last 4 digits of card | ||
== Booking Group variables == | |||
=== Custom Booking Group Table === | |||
ADUL= the number of adults | |||
ARIV = Arrival date | |||
BREF = Boking number | |||
CHAR = Charges | |||
CHIL = the number of childeren | |||
DEPT = Departure date | |||
ICAN = Include cancelled bookings | |||
NAME = Guest name | |||
ONLY = Just show the one booking | |||
PAID = Paid amount | |||
PEOP = the number of guests | |||
PROP = Property name | |||
ROOM = Room name | |||
TOTA = Total price | |||
UNI2 = Unit first additional information | |||
UNI3 = Unit second additional information | |||
UNIT = Unit name | |||
Connect the variables with an underscore. | |||
Examples: | |||
[BOOKGROUP:PROP_ROOM_BREF_NAME] will display the property name, room name, booking number and guest name in this order. | |||
[BOOKGROUP:BREF_NAME_PROP_ROOM] will display the booking number, guest name property name and room name in this order. | |||
=== Booking Group Table with fixed content=== | |||
[BOOKGROUPROOMLIST] - create a table of guest names including room type for a group booking | |||
[BOOKGROUPROOMLISTTOTAL] - create a table of guest names including room type for a group booking with guest totals | |||
[BOOKGROUPROOMLISTCHARGETOTAL] - create a table of guest names including room type and charge for a group booking with guest totals | |||
[BOOKGROUPNAMELIST] - create a table of guest names including room type and unit for a group booking | |||
[BOOKGROUPNAMELISTTOTAL] - create a table of guest names including room type and unit for a group booking with guest totals | |||
[BOOKGROUPNAMELISTCHARGETOTAL] - create a table of guest names including room type and unit and charge for a group booking with guest totals | |||
[BOOKGROUPUNITLIST] - create a table of guest names including unit for a group booking | |||
[BOOKGROUPUNITLISTTOTAL] - create a table of guest names including unit for a group booking with guest totals | |||
[BOOKGROUPUNITLISTCHARGETOTAL] - create a table of guest names including unit and charge for a group booking with guest totals | |||
== Invoice Variables == | == Invoice Variables == | ||
| Line 589: | Line 637: | ||
VAT - VAT summary | VAT - VAT summary | ||