{{ thinx_company.name }}

{{ thinx_company.street }}

{{ thinx_company.zip }} {{thinx_company.city}}

{{ thinx_company.country }}

 

{{ thinx_company.phone }}

{{ thinx_company.email }}

{{ thinx_company.url }}

{{ addressee.name }}

{% if contact %}

{{ t.attn }} {{ contact.address_address }}

{% endif %}

{{ addressee.street }}

{{ addressee.zip }} {{ addressee.city }}

{{ addressee.country }}

{% if object.creditnote %}{{ t.incoming_creditnote }}{% else %}{{ t.incoming_invoice }}{% endif %}

{{ object.number }}

{{ t.date }}{{ object.document_date | date_localized:"medium" }} {{ t.payment_due }}{{ object.summary.total_due | currency }} {{ t.due_date }}{{ object.due_date | date_localized:"medium" }}
{% unless object.project_numbers == empty %} {% endunless %}
{{ t.additional_information }}
{{ t.supplier }} {{ object.supplier.name }} {{ t.supplier_ref }} {{ object.external_identifier }}
{{ t.contact }} {{ object.contact.name }} {{ t.vat_no }} {{ object.financial.vat_no }}
{{ t.project_no }} {{ object.project_numbers }} {{ t.name }} {{ object.project_names }}
{% for line in object.tree %} {% endfor %}
{{ t.description }} {{ t.vat_percentage }} {{ t.subtotal }}

{{ line.description }}

{{ line.specifications | textilize }}

{{ line.amount | precision_or_int:2 }} x {{ line.unit_price | currency }}

{{ line.vat_percentage | percentage }} {{ line.total_price | currency }}
{% if object.summary.vat_0_base > 0.0 %} {% endif %} {% if object.summary.vat_6_base > 0.0 %} {% endif %} {% if object.summary.vat_12_base > 0.0 %} {% endif %} {% if object.summary.vat_21_base > 0.0 %} {% endif %} {% if object.summary.payments_paid > 0.0 %} {% endif %}
{{ t.subtotal }} {{ object.summary.total_price | currency }}
{{ t.vat }} 0% {{ object.summary.vat_0_amount | currency }}
{{ t.vat }} 6% {{ object.summary.vat_6_amount | currency }}
{{ t.vat }} 12% {{ object.summary.vat_12_amount | currency }}
{{ t.vat }} 21% {{ object.summary.vat_21_amount | currency }}
{{ t.total }} {{ object.summary.total_price_incl_vat | currency }}
{{ t.previous_balance }} {{ object.summary.payments_paid | currency }}
{{ t.total_due }} {{ object.summary.total_due | currency }}
{% if object.payments.size > 0 %}

{{ t.payments }}

{% if object.summary.payments_paid > 0.0 %} {% for payment in object.payments.paid %} {% endfor %} {% endif %} {% if object.summary.payments_expired > 0.0 %} {% for payment in object.payments.expired %} {% endfor %} {% endif %} {% if object.summary.payments_open > 0.0 %} {% for payment in object.payments.open %} {% endfor %} {% endif %}
{{ t.date }} {{ t.description }} {{ t.our_reference }} {{ t.your_reference }} {{ t.amount }}
{{ t.payment_paid }}
{{ payment.date | date_localized:"medium" }} {{ payment.description }} {{ payment.our_reference }} {{ payment.your_reference }} {{ payment.amount | currency}}
{{ object.summary.payments_paid || currency }}
{{ t.payment_expired }}
{{ payment.date | date_localized:"medium" }} {{ payment.description }} {{ payment.our_reference }} {{ payment.your_reference }} {{ payment.amount | currency}}
{{ object.summary.payments_expired || currency }}
{{ t.payment_open }}
{{ payment.date | date_localized:"medium" }} {{ payment.description }} {{ payment.our_reference }} {{ payment.your_reference }} {{ payment.amount | currency}}
{{ object.summary.payments_open || currency }}
{% endif %}