{{template.name}}
|
[if {{logo}}]
|
||||||||||||||
To:
{{document.customerTo}}
|
Offered by:
[assign businessOrg = business.contactId | entity:Contact]
{{businessOrg.name}}
|
{{document.greeting}}
[/if]Quantity | Description | VAT % | Unit price |
---|---|---|---|
{{itemGroup.title}} | |||
{{item.quantity|number}} | {{item.description|nl2br}} | {{item.vatRate|number}} | [assign rowTotal = {{item.unitPrice}} * {{item.quantity}} ]{{book.currency}} {{rowTotal|number}} |
Subtotal: | {{book.currency}} {{itemGroup.subTotalPrice|number}} | ||
VAT {{vatTotal.rate|number}}%: | {{book.currency}} {{vatTotal.price|number}} | ||
Total: | {{book.currency}} {{itemGroup.totalPrice|number}} | ||
Totals | |||
Subtotal: | {{book.currency}} {{document.subTotalPrice|number}} | ||
VAT {{vatTotal.rate|number}}%: | {{book.currency}} {{vatTotal.price|number}} | ||
Total: | {{book.currency}} {{document.totalPrice|number}} |
{{document.closing}}
[/if]