Transactions

{% if has_vat %} {% endif %} {% if has_wht %} {% endif %} {% for item in transactions %} {% if has_vat %} {% endif %} {% if has_wht %} {% endif %} {% endfor %}
Description Quantity Unit priceVAT %WHT %Amount EX TAX ({{ invoice_currency }})
{{ item.description }} {{ item.quantity }} {{ "{0:,.2f}".format(item.amount) }} {% if item.vat_rate is string %} {{ item.vat_rate }} {% else %} {{ "{0:,.2f}".format(item.vat_rate).rstrip('0').rstrip('.') }}% {% endif %} {% if item.wht_rate is string %} {{ item.wht_rate }} {% else %} {{ "{0:,.2f}".format(item.wht_rate).rstrip('0').rstrip('.') }}% {% endif %} {{ "{0:,.2f}".format(item.amount_ex_tax) }}
Subtotal {{ "{0:,.2f}".format(subtotal_amount) }}