Template Variables: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 538: | Line 538: | ||
== Booking Group variables == | == Booking Group variables == | ||
=== Custom Booking Group Table === | === Custom Booking Group Table === | ||
[BOOKGROUP:PROP_ROOM_BREF_NAME] | |||
ADUL= the number of adults | ADUL= the number of adults | ||
| Line 589: | Line 591: | ||
[BOOKGROUP:BREF_NAME_PROP_ROOM] will display the booking number, guest name property name and room name in this order. | [BOOKGROUP:BREF_NAME_PROP_ROOM] will display the booking number, guest name property name and room name in this order. | ||
=== Custom Guest Group Table === | |||
This template variable takes all the information from he | |||
[GUESTGROUP:PROP_ROOM_BREF_NAME] | |||
ADDR = Address | |||
ARIV = Arrival date | |||
BREF = Booking number | |||
CITY = City | |||
COMP = Company | |||
COUN = Country | |||
DEPT = Departure date | |||
FNAM = Guest first name | |||
GUID = id of the guest | |||
ICAN = Include cancelled bookings | |||
LNAM = Guest last name | |||
GMOB = Guests mobile phone | |||
NAME = Guest name | |||
NOTE = Notes | |||
PROP = Property | |||
RNAM = Room Display Name | |||
ROOM = Room name | |||
PHON = Guest phone | |||
POST = Post code | |||
STAT = State | |||
TITL = Title | |||
UNI2 = Unit first additional information | |||
UNI3 = Unit second additional information | |||
UNIT = Unit name | |||
Connect the variables with an underscore. | |||
Examples: | |||
[GUESTGROUP:PROP_ROOM_BREF_NAME] will display the property name, room name, booking number and guest name in this order. | |||
[GUESTGROUP: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=== | === Booking Group Table with fixed content=== | ||