{% load static %} {% load humanize %}
Logo



Excitech Australia Pty Ltd

30/10 Yato rd, Prestons, 2170

Mob: 0424 362 088

Email: jose@excitechaustralia.au




Date:{{invoice.created_at|date:"d-m-Y" }}

Invoice No.:{{invoice.id }}

{% if invoice.customer.is_individual == 1 %}Customer Name: {{invoice.customer.last_name }} {{invoice.customer.first_name }} {% else %}Company Name: {{invoice.customer.company_name }}{% endif %}




{% if invoice.quotation.is_trade != 1 %}{% endif %} {% if invoice.quotation.is_trade != 1 %} {% endif %} {% for invoiceitem in invoiceitems %} {% if invoice.quotation.is_trade != 1 %} {% endif %} {% if invoice.quotation.is_trade != 1 %} {% endif %} {% endfor %}
Item SKURateQuantityTotal
{{ invoiceitem.product.product_name }} {{ invoiceitem.product.sku }}${{ invoiceitem.cost_per_unit|intcomma }}{{ invoiceitem.qty }}${{ invoiceitem.subtotal|intcomma }}
Subtotal ${{invoice.subtotal|intcomma }}
GST({{invoice.gst_percent}}%) ${{ invoice.gst|intcomma }}
Discount{% if invoice.discount_type == '%' and invoice.discount > 0 %}({{invoice.discount_percent}}%) {% endif %} ${{ invoice.discount|intcomma }}
Grand Total ${{ invoice.total|intcomma }}