{% load utils %} Cash Details

Cash Details

Print Date: {{current_date}} Print By: {{current_user_name}}
The Balance is from: {{ from_date|custom_date_format }} To {{ to_date|custom_date_format }}

{% for balance in balance %} {% endfor %}
No # Date A/T TX_No Description Amount In Amount Out Remarks
{{ forloop.counter }} {{ balance.date }} {{ balance.account_type }} {{ balance.tx_number }} {{ balance.description }} {{ balance.amount_in }} {{ balance.amount_out }} {{ balance.remarks }}
Total (the amounts are in AFN) {{ total_credit }} {{ total_debit }} {{ net_balance }}