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

{{ cargo.title }} Balance Sheet

Print Date: {{current_date}}
ID Name Contacted Person Phone
{{ cargo.id }} {{ cargo.title }} {{ cargo.incharge }} {{ cargo.phone }}

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

{% for balance in balance %} {% endfor %}
No # Date Details Previous Balance Credit Debit
{{ forloop.counter }} {{ balance.tx_date|date:'Y-m-d' }} {{ balance.tx_number }} {{ balance.previous_balance }} {{ balance.amount_in }} {{ balance.amount_out }}
Total (the amounts are in USD) {{ total_credit }} {{ total_debit }}