Place of issue
{{ place_of_issue }}
Date of issue
{{ date_of_issue }}
Date of sale
{{ date_of_sale }}
Seller
{{ seller.name }}
VAT ID: {{ seller.vat_id }}
{{ seller.address1 }}
{{ seller.address2 }}
Buyer
{{ buyer.name }}
VAT ID: {{ buyer.vat_id }}
{{ buyer.address1 }}
{{ buyer.address2 }}

VAT invoice {{ invoice_number }}

{% for item in items %} {% endfor %}
# Description Unit Quantity Unit net price Total net price VAT rate VAT amount Total gross price
{{ loop.index }} {{ item.description }} {{ item.unit }} {{ item.quantity }} {{ item.unit_net_price|localize_decimal }} {{ item.total_net_price|localize_decimal }} {{ item.vat_rate }} {{ item.vat_amount|localize_decimal }} {{ item.total_gross_price|localize_decimal }}
Taxrate {{ taxrate.total_net_price|localize_decimal }} {{ taxrate.vat_rate }} {{ taxrate.vat_amount|localize_decimal }} {{ taxrate.total_gross_price|localize_decimal }}
Total {{ total.total_net_price|localize_decimal }} {{ total.vat_amount|localize_decimal }} {{ total.total_gross_price|localize_decimal }}
Method of payment transfer
Account number PL03187010452078106870910003
Total due {{ total.total_gross_price|localize_decimal }} {{ currency }}
Amount in words {{ total.amount_in_words }} {{ currency }}