{{ t "Invoice" }} {{ invoice.number }}
{{ pre intro_text }}
| {{ t "Item" }} | {{ t "Qty." }} | {{ t "Description" }} | {{ t "Unit Price" }} | {{ t "VAT" }} | {{ t "Net"}} |
|---|---|---|---|---|---|
| {{ plusOne @index }} | {{ number this.quantity }} | {{ pre this.title }} | {{ money this.price }} | {{ percent this.tax_rate }} | {{ money this.net_value }} |
| {{ t "Subtotal" }} | {{ money totals.net }} | ||||
| {{ t "VAT" }} {{ percent this.rate }} | {{ money this.total }} | ||||
| {{ t "Total" }} | {{ money totals.total }} | ||||
{{ pre outro_text }}