|
[if {{logo}}]
|
[if {{document.subTotalPrice}} > 0]
{{template.name}}
[else]
Credit note
[/if]
To:
{{document.customerTo}}
|
Invoiced by:
[assign businessOrg = business.contactId | entity:Contact]
{{businessOrg.name}}
|
||||||||||||||||||||||||
| Description | Quantity | List Price | [else]Description | [/if]Discount | [if {{document.showPricePerLine}}]Price[/if] | ||||
|---|---|---|---|---|---|---|---|---|---|
| {{itemGroup.title}} | 1 | - | - | {{book.currency}} {{itemGroup.subTotalPrice|number}} | [else]{{itemGroup.title}} | [/if]||||
| {{itemGroup.title}} | |||||||||
| {{item.description|nl2br}} | {{item.quantity|number}} | - | {{item.discount|number}} | [assign rowTotal = {{item.unitPrice}} * {{item.quantity}} ]{{book.currency}} {{rowTotal|number}} | [else]{{item.description|nl2br}} | [/if]||||
| [if {{document.showPricePerLine}}]Total[else]Price[/if]: | {{book.currency}} {{itemGroup.subTotalPrice|number}} | ||||||||
| Subtotal: | {{book.currency}} {{document.subTotalPrice|number}} | ||||||||
| VAT Reverse charge (0%): | {{book.currency}} 0.00 | ||||||||
| VAT {{vatTotal.rate|number}}%: | {{book.currency}} {{vatTotal.price|number}} | ||||||||
| Total: | {{book.currency}} {{document.totalPrice|number}} | ||||||||