Booking – Templates
Overview of the BOOKING Tab - TEMPLATES You can find an INTRODUCTION in how we use templates to create documents in details can be read…
Browse help articles in BOOKING.
Overview of the BOOKING Tab - TEMPLATES You can find an INTRODUCTION in how we use templates to create documents in details can be read…
If you need to edit a contract before saving it, here is how to do it:1. You need to click on the blue icon to…
In BOOKING / TEMPLATES we use HTML templates to create contracts, itineraries and other documents. Within those templates we use variables - which we call…
(work in progress)* To make sure linebreaks are respected in any textfield-variable, add this code to the variable:[% ph....| html | html_line_break %]examples: [% ph.notes…
This Article will help you understand what variables to use in a Standard Booking Contract.Obviously every contract is different, so this can only be a…
Here is code for clickable EMAIL, PHONE and URLs in HTML templates: for EMAIL use % email_address % where [% email_address %] is a placeholder…
[%- FOREACH contact = travel.contacts -%][% contact.name %] / Booking Ref: [% contact.code %][%- END -%]
This article will explain the relation between ARTISTS, their related CONTACTS's bank infos and how to get those into templates for contracts, itineraries etc. The…
details offers a very flexible way to create all kinds of customized Deal Memos in your HTML templates.Here is the full story:We have some OLD…
Here is a fine examples for the money section of booking templates:This is for the Artist Fee and Booking Fee:[% artist_fee = ph.invoice('Artist Fee') %][%…