{% load static custom_filters %} {{ title }}
{% if logo_url %} {% endif %}
Cash Receipt
{{ title }}
  • 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 %}
Description{{ column }}Unit Price Qty Total
{{ item.description }}{{ item.custom_data|get_item:column}}{{ item.unit_price }} {{ item.quantity }} {{ item.total_price }}
Sub-Total:
{{ subtotal }}
Discount({{ discount_percentage }}%):
{{ discount_amount }}
Tax ({{ tax_percentage }}%):
{{ tax_amount }}
Grand Total:
{{ grand_total }}
Cash:
{{ subtotal }}
Change:
{{ grand_total|subtract:subtotal }}

Thank You

Print