{% load utils%} {{ consumer.name }} Balance Sheet

Company Balance Sheet

ID Name Business Nature Contacted Person Phone
{{ consumer.id }} {{ consumer.name }} {{ consumer.business_nature }} {{ consumer.in_charge }} {{ consumer.phone_number }}

The Balance is from: {{ from_date|custom_date_format }} To {{ to_date|custom_date_format }}

{% for balance in balance %} {% endfor %}
No # Date Details Previous Balance Credit Debit Balance
{{ forloop.counter }} {{ balance.tx_date|date:'Y-m-d' }} {{ balance.details }} {{ balance.previous_balance }} {{ balance.credit }} {{ balance.debit }} {{ balance.current_balance }}
Total (the amounts are in AFN) {{ total_credit }} {{ total_debit }} {{ net_balance }}