{% extends 'base.html' %} {% load kunj_filters %} {% block body %}
| Date | Voucher No. | Type | Particulars | Category | Fund Type | Mode | Amount |
|---|---|---|---|---|---|---|---|
| {{t.date|ddmmyyyy}} | {{t.voucher_no}} | {% if t.voucher_type == 'Receipt' %} Receipt {% else %} Payment {% endif %} | {{t.particulars}} | {{t.category}} | {{t.fund_type}} | {{t.mode}} | ₹ {{t.amount}} |
| No transactions for this selection. | |||||||
| Net (Receipts − Payments) | ₹ {{net_total}} | ||||||