Changes

Jump to navigation Jump to search

Setting/ownerscpbooknametext

1,363 bytes added, 20:07, 27 August 2021
no edit summary
You can use template variables along with fixed text to customize the displayof 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
A <br> tag will add a line break.
These template variables are supported:
[BOOKID] - booking reference  [GROUPID] - booking reference of the master booking/ Referenznummer  [STATUS] - status of booking (Values: 0=Cancelled, 1=Confirmed, 2=New, 3=Request, 4=Black)
[GROUPIDROOMID] - booking reference of the master booking/ Referenznummer der Masterbuchung room id number
[STATUSROOMNAME] - status of booking / Buchungsstatus (Values: 0=Cancelled, 1=Confirmed, 2=New, 3=Request, 4=Black) room name
[ROOMIDUNITID] - room id ID of the unit (number / ID Einheit )
[UNITIDUNITNAME] - ID unit names of all the unit (number) / ID der Einheit (Zahl)assigned room types
[QTY] - shows quantity / zeigt Anzahlof units booked
[FIRSTNIGHT] - first night booked / erste gebuchte Nacht [FIRSTNIGHT:+0 day{%A, %e %B, %Y}] - optional date offset and display format. The offset can be any plus or minus any number of days and the display can be any valid PHP strftime format string.
[LASTNIGHT] - last night booked
 
[LASTNIGHT:+0 day{%A, %e %B, %Y}] - optional date offset and display format. The offset can be any plus or minus any number of days and the display can be any valid PHP strftime format string.
[LEAVINGDAY] - check-out day
[LEAVINGDAY:+0 day{%A, %e %B, %Y}] - optional date offset and display format. The offset can be any plus or minus any number of days and the display can be any valid PHP strftime format string.  [NUMADULT] - number of adults /
[NUMCHILD] - number of children
[NUMPEOPLE] - number of guests /
[FLAG] - Flag / Buchungshighlighttext
[GUESTTITLE] - guest title
[GUESTFIRSTNAME] - firstname ofthe first name of the guest
[GUESTNAME] - last name of the guest
[GUESTCOMPANY] - company name
[REFERRER] - Referrer
[ACCOUNTIDINVOICEENAME] - account id of invoicee name assigned to the booked propertybooking [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

Navigation menu