{% extends "dashboard/base_dashboard.html" %} {% load humanize %} {% block dashboard_section_content %}
Today: UGX {{ finance_fees_collected_today|floatformat:0|intcomma }}
{% widthratio finance_fees_collected_today finance_total_collected 100 as finance_today_share %}| Class | Total Billed | Total Paid | Balance |
|---|---|---|---|
| {{ row.class_name }} | UGX {{ row.total_billed|floatformat:0|intcomma }} | UGX {{ row.total_paid|floatformat:0|intcomma }} | UGX {{ row.balance|floatformat:0|intcomma }} |
| No class billing data for this scope. | |||
| Student | Class | Balance |
|---|---|---|
| {{ row.student_name }} {{ row.reg_no }} |
{{ row.class_name }} | UGX {{ row.balance|floatformat:0|intcomma }} |
| No debtors in this scope. | ||
| Date | Student | Amount | Method |
|---|---|---|---|
| {{ payment.payment_date|date:"M d, Y" }} | {{ payment.bill.student.student_name }} | UGX {{ payment.amount|floatformat:0|intcomma }} | {{ payment.payment_method }} |
| No recent payments. | |||
Total expenses in scope: UGX {{ finance_expenses_total|floatformat:0|intcomma }}
| Date | Description | Status |
|---|---|---|
| {{ expenditure.date_incurred|date:"M d, Y" }} | {{ expenditure.description|truncatechars:45 }} | {{ expenditure.payment_status }} |
| No recent expenditures. | ||
| Day | Date | Amount |
|---|---|---|
| {{ row.label }} | {{ row.date|date:"M d, Y" }} | UGX {{ row.amount|floatformat:0|intcomma }} |
| No collection data available. | ||
| Method | Total |
|---|---|
| {{ row.payment_method }} | UGX {{ row.total|floatformat:0|intcomma }} |
| No payment method data. | |