Setting/ownerscpbooknametext: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) No edit summary |
No edit summary |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
You can use template variables to customize the display. | You can use template variables along with fixed text to customize the display of each booking. | ||
Multiple lines are supported by adding new lines in the setting. | |||
You can truncate the display if required. The truncation will start where you add the template variable: | |||
[MAXCHAR:xx] - replace xx with the number of characters | |||
[MAXCHARPERDAY:xx] - will truncate to these many characters per day, replace xx with the number of characters | |||
| Line 11: | Line 19: | ||
[ROOMID] - room id number | [ROOMID] - room id number | ||
[ROOMNAME] - room name | |||
[UNITID] - ID of the unit (number) | [UNITID] - ID of the unit (number) | ||
[UNITNAME] - unit names of all the assigned room types | |||
[QTY] - shows quantity of units booked | [QTY] - shows quantity of units booked | ||
| Line 49: | Line 61: | ||
[INVOICEENAME] - invoicee name assigned to the booking | [INVOICEENAME] - invoicee name assigned to the booking | ||
[GUESTCUSTOMQ1] - answer to custom question 1 | |||
[GUESTCUSTOMQ2] - answer to custom question 2 | |||
[GUESTCUSTOMQ3] - answer to custom question 3 | |||
[GUESTCUSTOMQ4] - answer to custom question 4 | |||
[GUESTCUSTOMQ5] - answer to custom question 5 | |||
[GUESTCUSTOMQ6] - answer to custom question 6 | |||
[GUESTCUSTOMQ7] - answer to custom question 7 | |||
[GUESTCUSTOMQ8] - answer to custom question 8 | |||
[GUESTCUSTOMQ9] - answer to custom question 9 | |||
[GUESTCUSTOMQ10] - answer to custom question 10 | |||