{% load static %} RECPT-{{ txn.id }} | {{ txn.student.name }}
BACK
{{ txn.school.name }}
{{ txn.school.address|default:'Official Academic Payment Record' }}
Contact: {{ txn.school.phone_number|default:'School Office' }}
INVOICE
Academic Payer
{{ txn.student.name }}
CLASS: {{ txn.student.student_class.name }} | ID: {{ txn.student.pin }}
Transaction Log
REF#{{ txn.id }}
DATE: {{ txn.timestamp|date:'d M, Y' }} | {{ txn.timestamp|date:'h:i A' }}
{% for item in items %} {% empty %} {% endfor %}
# Fee Purpose / Description Allocated Amount
0{{ forloop.counter }} {{ item.fee.fee_type.name }} ৳{{ item.amount_paid }}
PENALTY OR GENERAL SETTLEMENT RECORD
Payment Method:
{{ txn.get_payment_method_display|upper }}
{% if txn.reference_number %}
Reference:
{{ txn.reference_number }}
{% endif %}
TOTAL PREVIOUS DUE ৳{{ previous_due }}
LESS: PENALTY FINES (+) ৳{{ txn.fine_amount }}
LESS: DISCOUNT APPLIED (-) ৳{{ txn.discount_amount }}
CURRENT PAID AMOUNT ৳{{ txn.total_amount }}
Next Due / Balance ৳{{ remaining_balance }}