{% if messages %} {% endif %}
Product Image

Customer Name:

{{ invoice.customer }}

Address:

{{ invoice.customer.city }}

Mobile:

{{ invoice.customer.phone1}}

Email:

{{ invoice.customer.email}}

Invoice

Invoice Number

{{ invoice.id}}

{% for invoiceitem in invoiceitems %}

Product/Service:

{{invoiceitem.product.product_name }}

Quantity:

{{ invoiceitem.qty }}

Unit Price:

{{ invoiceitem.cost_per_unit }}

{% endfor %}

Subtotal:

{{ invoice.subtotal }}

Discount:

{{ invoice.discount }}

GST:

{{ invoice.gst }}

Total::

Date of Invoice

This agreement is made on:

{{ invoice.created_at}}