{% extends 'base.html' %} {% load kunj_filters %} {% block body %}
| Date | Particulars | Type | Amount | Balance |
|---|---|---|---|---|
| {{t.date|ddmmyyyy}} | {{t.particulars}} | {% if t.voucher_type == 'Receipt' %}Receipt{% else %}Payment{% endif %} | ₹ {{t.amount}} | ₹ {{t.balance}} |
| No cash transactions. | ||||
| Closing Balance | ₹ {{cash_closing_balance}} | |||
| Date | Particulars | Type | Amount | Balance |
|---|---|---|---|---|
| {{t.date|ddmmyyyy}} | {{t.particulars}} | {% if t.voucher_type == 'Receipt' %}Receipt{% else %}Payment{% endif %} | ₹ {{t.amount}} | ₹ {{t.balance}} |
| No bank transactions. | ||||
| Closing Balance | ₹ {{bank_closing_balance}} | |||