[config thousandsSeparator=.] [config decimalSeparator=,] [config dateFormat=d-m-Y]
[if {{document.subTotalPrice}} > 0]
{{template.name}}
[else]
Credit nota
[/if]
|
[if {{logo}}]
|
||||||||||||||||||||||||
Aan:
{{document.customerTo}}
|
Gefactureerd door:
[assign businessOrg = business.contactId | entity:Contact]
{{businessOrg.name}}
|
Aantal | Beschrijving | [else]Beschrijving | [/if][if {{document.showPricePerLine}}]Prijs[/if] | ||
---|---|---|---|---|---|
1 | {{itemGroup.title}} | {{book.currency}} {{itemGroup.subTotalPrice|number}} | [else]{{itemGroup.title}} | [/if]||
{{itemGroup.title}} | |||||
{{item.quantity|number}} | {{item.description|nl2br}} | [assign rowTotal = {{item.unitPrice}} * {{item.quantity}} ]{{book.currency}} {{rowTotal|number}} | [else]{{item.description|nl2br}} | [/if]||
[if {{document.showPricePerLine}}]Totaal[else]Prijs[/if]: | {{book.currency}} {{itemGroup.subTotalPrice|number}} | ||||
Subtotaal: | {{book.currency}} {{document.subTotalPrice|number}} | ||||
BTW verlegd (0%): | {{book.currency}} 0,00 | ||||
BTW {{vatTotal.rate|number}}%: | {{book.currency}} {{vatTotal.price|number}} | ||||
Totaal: | {{book.currency}} {{document.totalPrice|number}} |