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

Doctor Commission 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 Doctor Details Debit Credit Remarks
{{ forloop.counter }} {{ balance.placed_at|date:'Y-m-d' }} {{ balance.doctor }} {{ balance.details }} {{ balance.credit }} {{ balance.debit }} {{ balance.remarks }}
Total (the amounts are in AFN) {{ total_credit }} {{ total_debit }} {{ net_balance }}