{% load static custom_filters %} {{ title }}
Email: {{ customer_email }}
Retail Receipt
  • Name:
    {{ customer_name }}
  • Invoice No:
    {{ tracking_code }}
  • Due Date:
    {{ due_date }}
  • Date:
    {{ invoice_date }}
{% for column in custom_columns %} {% endfor %} {% for item in items %} {% for column in custom_columns %} {% endfor %} {% endfor %}
SL Item{{ column }}Currency Price Qty Total
{{ forloop.counter }} {{ item.description }}{{ item.custom_data|get_item:column }}{{ currency }} {{ item.unit_price }} {{ item.quantity }} {{ item.total_price }}
Sub-Total:
{{ subtotal }}
Discount:
{{ discount_amount }}
Service charge:
{{ service_charge }}
Tax ({{ tax_percentage }}%):
{{ tax_amount }}
Total payable:
{{ grand_total }}
**VAT against this challan is payable through central registration. Thank you for your business!
Print