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

{{ consumer.name }} {{ consumer.last_name }} Balance Sheet

Sender Balance Sheet
Print Date: {{current_date}}
ID Full Name Contact Address
{{ consumer.id }} {{ consumer.name }} {{ consumer.last_name }} {{ consumer.mobile }} {{ consumer.address }}

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.tx_number }} {{ balance.previous_balance }} {{ balance.amount_in }} {{ balance.amount_out }} {{ balance.current_balance }}
Total (the amounts are in USD) {{ total_credit }} {{ total_debit }} {{ net_balance }}