Template Variables: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) |
Markkinchin (talk | contribs) |
||
| Line 538: | Line 538: | ||
== Booking Group variables == | == Booking Group variables == | ||
=== Custom Booking Group Table === | === Custom Booking Group Table === | ||
[BOOKGROUP:PROP_ROOM_BREF_NAME] | create your own booking group list by specifying the columns in the order you want them to appear. | ||
for example: [BOOKGROUP:PROP_ROOM_BREF_NAME] | |||
column parameters | |||
ADUL= the number of adults | ADUL= the number of adults | ||
| Line 554: | Line 558: | ||
ICAN = Include cancelled bookings | ICAN = Include cancelled bookings | ||
NAME = | NAME = Booking full name | ||
ONAM = Offer Name | ONAM = Offer Name | ||
| Line 583: | Line 587: | ||
Connect the | coming soon: | ||
FNAM = Booking first name | |||
LNAM = Booking last name | |||
EMAI = Booking email | |||
PHON = Booking phone | |||
MOBI = Booking mobile | |||
COMP = Booking company | |||
ADDR = Booking address | |||
CITY = Booking city | |||
STAT = Booking state | |||
POST = Booking postcode | |||
COUN = Booking country | |||
FLAG = Booking flag text | |||
NOTE = Booking note | |||
including any of the following will show the information from the guests attached to the booking and will show one row per attached guest. | |||
GNAM = Guest full name | |||
GFNA = Guest first name | |||
GLNA = Guest last name | |||
GREF = Guest Id | |||
GEMA = Guest email | |||
GTEL = Guest phone | |||
GMOB = Guest mobile | |||
GCOM = Guest company | |||
GADD = Guest address | |||
GCIT = Guest city | |||
GSTA = Guest state | |||
GPOS = Guest postcode | |||
GCOU = Guest country | |||
GFLA = Guest flag text | |||
GNOT = Guest note | |||
Connect the parameters with an underscore. | |||
Examples: | Examples: | ||