INVOICE
# {{ invoice_id }}
Date: {{ invoice_date }}
Due Date: {{ invoice_due_date }}
Bill To:
{{ client_name }}
{{ client_detail | safe }}
{{ company_name }}
{{ company_detail | safe }}
{% for item in items %} {% endfor %}
Item Units Unit Price Amount
{{ item.name }} {{ item.units }} {{ currency | safe }}{{ item.unit_price }} {{ currency | safe }}{{ item.amount }}
Total amount excl. of VAT {{ currency | safe }}{{ total_excl_tax }}
VAT out of scope {{ currency | safe }}{{ total_vat }}
Total amount incl. of VAT {{ currency | safe }}{{ total_incl_tax }}