{% load static custom_filters %} {{ title }}
{% if logo_url %} {% endif %}
{{ title }}
Email: {{ customer_email }}
  • Date:
    {{ invoice_date }}
  • Due Date:
    {{ due_date }}
  • Invoice No:
    {{ tracking_code }}
{% for column in custom_columns %} {% endfor %} {% for item in items %} {% for column in custom_columns %} {% endfor %} {% endfor %}
Item{{ column }}Price Qty Total
{{ item.description }}{{ item.custom_data|get_item:column }}{{ item.unit_price }} {{ item.quantity }} {{ item.total_price }}
Sub-Total:
{{ subtotal }}
Discount:
{{ discount_amount }}
Tax ({{ tax_percentage }}%):
{{ tax_amount }}
Grand Total:
{{ grand_total }}
Cash:
{{ subtotal }}
Change:
{{ grand_total|subtract:subtotal }}

{{ barcode_number }}

Print