The tutorial shows a very small outline of what is possible. More experienced customers can use the template script language Velocity (Userguide in English).
Please enter a search term.
Error ~ No results could be loaded.
In CashCtrl PRO an editor with extensive possibilities for document templates is available. A multitude of templates can be created and saved. Interventions are made on HTML and CSS basis. Variables (placeholders) from the program can be used in the code to generate own forms.
The tutorial shows a very small outline of what is possible. More experienced customers can use the template script language Velocity (Userguide in English).
Customer enquiry: How can we have the telephone number of the person in charge displayed at the top of the sender's address in a quotation?
The two pieces of information can be integrated as follows. Copy and edit the document template. In the HTML editor, go to the corresponding line where the name and telephone number of the person in charge should be displayed.
Proceed step by step, if you are unsure, just contact us.
The tutorial shows a very small outline of what is possible. More experienced customers can use the template script language Velocity (Userguide in English).
In this case, the name and telephone number should appear after the VAT number. Experienced customers write the code directly themselves, for all others it is useful to simply copy the upper section. Again, as a reminder, it is recommended to copy the template so that you can always revert to the original template if something does not fit.
First, the class and the name are adjusted. Change them as follows:
< tr class="$rpCls">
< td>$i18n.responsible_person
(by $in18." the term "clerk" is also shown in other languages)
Then mark the ID "$vatUid" and use placeholders instead of the VAT ID to select the clerk Full Name ID "$rpFullName".
Do you have an application you would like to have as a tutorial? Write us your idea, we try to build it in CashCtrl and include it here.