{{ inv.from.name || t.name }}
{{ inv.from.address }}
{{ t.taxId }}: {{ inv.from.taxId }}
{{ t.docTitle }}
{{ inv.number }}
{{ t.date }}: {{ inv.date }}
{{ t.dueDate }}: {{ inv.dueDate }}
{{ t.billTo }}
{{ inv.to.name || t.name }}
{{ inv.to.address }}
{{ t.taxId }}: {{ inv.to.taxId }}
| {{ t.colDesc }} | {{ t.colQty }} | {{ t.colPrice }} | {{ t.colAmount }} |
|---|---|---|---|
| {{ it.desc || '—' }} | {{ it.qty }} | {{ fmt(it.price) }} | {{ fmt(it.qty * it.price) }} |
{{ t.subtotal }}{{ fmt(subtotal) }}
{{ t.discount }} {{ inv.discount }}%−{{ fmt(discountAmt) }}
{{ t.taxRate }} {{ inv.taxRate }}%{{ fmt(taxAmt) }}
{{ t.total }}{{ fmt(grandTotal) }}
{{ t.payment }}
{{ inv.bank.name }}
IBAN: {{ inv.bank.iban }}
BIC: {{ inv.bank.bic }}
{{ t.notes }}
{{ inv.notes }}