{% if isPaid %}
Paid Watermark
{% endif %}
  {% if logoUrl %} {% else %}

{{organizationName}}

{% endif %}

TAX INVOICE

{{name}}

{{address}}

{{city}}

{{regId}}

{{vatId}}

Invoice Date

{{invoiceDate}}

Due Date

{{dueDate}}

Invoice Number

{{number}}

{% if reference %}

Reference

{{reference}}

{% endif %} {% if organizationVatId %}

VAT Number

{{organizationVatId}}

{% endif %}

{{organizationName}}

{{organizationAddress}}

{{organizationCity}}

{{organizationRegId}}

Summary By Account

 
{% for item in itemsByAccount %}
{{item.accountName}} {{item.accountTotal}}  {{currency.code}}
{% endfor %}
Net Total {{subtotal}}
VAT {{vatPercent}} {{vatAmount}}
Total Due {{payableAmount}}
 

 

Please make Payments to {{organizationName}}

{{organizationAccountBank}}

Account No: {{organizationAccountIban}}

Bank: {{organizationAccountBank}}

 

Detailed Summary

{% for item in itemsByAccount %}

{{item.accountName}}

Description Quantity Unit Price VAT Subtotal
{% for line in item.itemsForAccount %}
{{line.description}} {{line.quantity}} {{line.unitPrice}} {{currency.code}} {{line.vatPercent}}% {{line.subtotal}} {{currency.code}}
{% endfor %}
{% endfor %}

Total

 
Subtotal {{subtotal}}
Discount {{discountAmount}}
Taxable Amount {{taxInfo.totalTaxable}}
{% for vat in vatAmounts %}
TOTAL {{vat.name}} {{vat.percent}} {{vat.total}}
{% endfor %}
TOTAL {{currency.code}} {{currency.code}} {{amount}}
Amount Due {{currency.code}} {{payableAmount}}

{% if organizationRegId %} Company Registration No: {{organizationRegId}}. {% endif %} {% if organizationAddress %} {{organizationAddress}}, {% endif %} {% if organizationCity %} {{organizationCity}}. {% endif %}