{% extends "base.html" %} {% load humanize %} {% block page_title %}Fees History — {{ student.student_name }}{% endblock page_title %} {% block content %}
| # | Item | Category | Description | Amount |
|---|---|---|---|---|
| {{ forloop.counter }} | {{ item.bill_item.item_name }} | {{ item.bill_item.get_category_display }} | {{ item.description }} | UGX {{ item.amount|intcomma }} |
| No charge items on this bill | ||||
| Total | UGX {{ bd.total_amount|intcomma }} | |||
| Date | Method | Reference | Amount | Recorded By |
|---|---|---|---|---|
| {{ payment.payment_date|date:"M d, Y" }} | {{ payment.payment_method }} | {{ payment.reference_no }} |
UGX {{ payment.amount|intcomma }} | {{ payment.recorded_by }} |
| No payments recorded | ||||
| Total Paid | UGX {{ bd.amount_paid|intcomma }} | |||
This student has no bills in the system yet.