Difference between revisions of "Setting/ownerscpbooknametext"

From Beds24 Wiki
Jump to navigation Jump to search
(Created page with " You can use template variables along with fixed text to customize the display of each booking. You can truncate the display if required. The truncation will start where you...")
 
 
(One intermediate revision by the same user not shown)
Line 59: Line 59:
 
[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
  
multiple lines are supported by adding new lines in the setting.
 
  
  
Line 107: Line 125:
 
[NUMCHILD] - 子供の人数
 
[NUMCHILD] - 子供の人数
  
[NUMMPEOPLE] - ゲストの人数
+
[NUMPEOPLE] - ゲストの人数
  
 
[FLAG] - フラグテキスト
 
[FLAG] - フラグテキスト
Line 125: Line 143:
 
[INVOICEENAME] - 予約に割り当てられた請求者名
 
[INVOICEENAME] - 予約に割り当てられた請求者名
  
 +
[GUESTCUSTOMQ1] - カスタム質問1
 +
 +
[GUESTCUSTOMQ2] - カスタム質問2
 +
 +
[GUESTCUSTOMQ3] - カスタム質問 3
 +
 +
[GUESTCUSTOMQ4] - カスタム質問 4
 +
 +
[GUESTCUSTOMQ5] - カスタム質問 5
 +
 +
[GUESTCUSTOMQ6] - カスタム質問 6
 +
 +
[GUESTCUSTOMQ7] - カスタム質問 7
 +
 +
[GUESTCUSTOMQ8] - カスタム質問 8
 +
 +
[GUESTCUSTOMQ9] - カスタム質問 9
 +
 +
[GUESTCUSTOMQ10] - カスタム質問 10
  
 
設定で新しい行を追加することで、複数の行をサポートします。
 
設定で新しい行を追加することで、複数の行をサポートします。

Latest revision as of 06:10, 13 December 2023

You can use template variables along with fixed text to customize the display of each booking.

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


These template variables are supported:

[BOOKID] - booking reference

[GROUPID] - booking reference of the master booking/

[STATUS] - status of booking (Values: 0=Cancelled, 1=Confirmed, 2=New, 3=Request, 4=Black)

[ROOMID] - room id number

[UNITID] - ID of the unit (number)

[UNITNAME] - unit names of all the assigned room types

[QTY] - shows quantity of units booked

[FIRSTNIGHT] - first night booked

[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 text

[GUESTTITLE] - guest title

[GUESTFIRSTNAME] - first name of the guest

[GUESTNAME] - last name of the guest

[GUESTCOMPANY] - company name

[REFERENCE] - content of the booking reference field

[REFERRER] - Referrer

[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



固定テキストと一緒に変数を使用して、各予約の表示をカスタマイズすることができます。

必要に応じて表示を切り詰めることができます。 切り詰めは、変数を追加したところから始まります。

[MAXCHAR:xx] - xxを文字数に置き換えてください。

[MAXCHARPERDAY:xx] - 一日あたりの文字数に合わせて切り詰めます。


以下の変数が使用可能です。

[BOOKID] - 予約番号

[GROUPID] - マスター予約の予約番号

[STATUS] - 予約のステータス(値:0=キャンセル、1=確認済み、2=新規、3=リクエスト、4=ブラック

[ROOMID] - 部屋のID番号

[UNITID] - ユニットのID(番号)

[UNITNAME] - 割り当てられたすべての部屋タイプのユニット名

[QTY] - 予約されたユニットの数量

[FIRSTNIGHT] - 予約された最初の夜

[FIRSTNIGHT:+0 day{%A, %e %B, %Y}] - オプションで日付のオフセットと表示形式を指定します。オフセットには任意のプラスまたはマイナスの日数を、表示にはPHPのstrftime形式の有効な文字列を指定できます。

[LASTNIGHT] - 最後に予約した夜

[LASTNIGHT:+0 day{%A, %e %B, %Y}] - オプションの日付オフセットと表示形式。オフセットには任意のプラスまたはマイナスの日数を、表示にはPHPの有効なstrftime形式の文字列を指定できます。

[LEAVINGDAY] - チェックアウト日

[LEAVINGDAY:+0 day{%A, %e %B, %Y}] - オプションで日付のオフセットと表示形式を指定します。オフセットには任意のプラスまたはマイナスの日数を、表示には有効なPHP strftime形式の文字列を指定できます。

[NUMADULT] - 大人の人数

[NUMCHILD] - 子供の人数

[NUMPEOPLE] - ゲストの人数

[FLAG] - フラグテキスト

[GUESTTITLE] - ゲストタイトル

[GUESTFIRSTNAME] - ゲストのファーストネーム

[GUESTNAME] - ゲストのラストネーム

[GUESTCOMPANY] - 会社名

[REFERENCE] - 予約参照フィールドの内容

[REFERRER] - OTA名

[INVOICEENAME] - 予約に割り当てられた請求者名

[GUESTCUSTOMQ1] - カスタム質問1

[GUESTCUSTOMQ2] - カスタム質問2

[GUESTCUSTOMQ3] - カスタム質問 3

[GUESTCUSTOMQ4] - カスタム質問 4

[GUESTCUSTOMQ5] - カスタム質問 5

[GUESTCUSTOMQ6] - カスタム質問 6

[GUESTCUSTOMQ7] - カスタム質問 7

[GUESTCUSTOMQ8] - カスタム質問 8

[GUESTCUSTOMQ9] - カスタム質問 9

[GUESTCUSTOMQ10] - カスタム質問 10

設定で新しい行を追加することで、複数の行をサポートします。