{{ import _invoice_header.html }} | |||||
# | Description | Qty | netto € | VAT % | Subtotal € |
#{{ loop.index }} - {{ note }} | {{ item.description }} | {{ item.qty }} | {{ item.priceNetto | round(2) }} | {{ item.vatPerc | round(0) }}% | {{ subtotal | round(2) }} € |
Amount due .. | {{ total | round(2) }} € |