Template Variables: Difference between revisions
Jump to navigation
Jump to search
| Line 1,724: | Line 1,724: | ||
13. [<span style="color: #019cde">IFBETWEEN:[TURNOVERDAYS]:0:3:</span><span style="color: #75d5ad">yes|</span><span style="color: #fe746c">no</span>] | 13. [<span style="color: #019cde">IFBETWEEN:[TURNOVERDAYS]:0:3:</span><span style="color: #75d5ad">yes|</span><span style="color: #fe746c">no</span>] | ||
You want to test if the days between the current booking and next booking is between 0 and 3 days. | You want to test if the days between the current booking and next booking is between 0 and 3 days. Could be used for offering Late Checkouts or additional days to the guest where there is a gap between bookings. | ||
14. [<span style="color: #019cde">[IF>:[VACANTDAYS]:1:</span><span style="color: #75d5ad">yes|</span><span style="color: #fe746c">no</span>] | |||
You want to test if there is 1 day between the guest booking and the previous booking. Could be used for offering Early Checkouts or additional days to the guest where there is a gap between bookings. | |||
== Write out the number in Words. == | == Write out the number in Words. == | ||