Template Tags / Variables
In BOOKING / TEMPLATES we use HTML templates to create contracts, itineraries and other documents. Within those templates we use variables - which we call…
Browse help articles in Templates.
In BOOKING / TEMPLATES we use HTML templates to create contracts, itineraries and other documents. Within those templates we use variables - which we call…
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…
Overview of the BOOKING Tab - TEMPLATES You can find an INTRODUCTION in how we use templates to create documents in details can be read…
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…
[%- FOREACH contact = travel.contacts -%][% contact.name %] / Booking Ref: [% contact.code %][%- END -%]
Here is code for clickable EMAIL, PHONE and URLs in HTML templates: for EMAIL use % email_address % where [% email_address %] is a placeholder…
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…
(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…
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') %][%…
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…