{% load utils %} Customer Outstanding

Customer Outstanding 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 Customer Details Debit Credit
{{ forloop.counter }} {{ balance.tx_date|date:'Y-m-d' }} {{ balance.consumer }} {{ balance.details }} {{ balance.credit }} {{ balance.debit }}
Total (the amounts are in AFN) {{ total_credit }} {{ total_debit }} {{ net_balance }}