+
Retail Receipt
+
+ -
+
Name:
+ {{ customer_name }}
+
+ -
+
Invoice No:
+ {{ tracking_code }}
+
+ -
+
Due Date:
+ {{ due_date }}
+
+ -
+
Date:
+ {{ invoice_date }}
+
+
+
+
+
+ SL |
+ Item |
+ {% for column in custom_columns %}
+ {{ column }} |
+ {% endfor %}
+ Price |
+ Qty |
+ Total |
+
+
+
+ {% for item in items %}
+
+ {{ forloop.counter }} |
+ {{ item.description }} |
+ {% for column in custom_columns %}
+ {{ item.custom_data|get_item:column }} |
+ {% endfor %}
+ {{ item.unit_price }} |
+ {{ item.quantity }} |
+ {{ item.total_price }} |
+
+ {% endfor %}
+
+
+
+
+
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!
+