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

Doctor Commission Balance Sheet

ID Name Contact Current Balance
{{ doctor.id }} {{ doctor.name }} {{ doctor.contact }} {{ net_balance }}

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.placed_at|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 }}