{% extends 'base.html' %} {% load static %} {% block title %}Bursar Dashboard - Rapha-Bethel BNPS{% endblock %} {% block content %}
Financial overview — {{ "now"|date:"F Y" }}
| Student | Amount | Date | Method |
|---|---|---|---|
| {{ payment.student.get_full_name }} | {{ payment.amount|floatformat:0 }} XAF | {{ payment.payment_date|date:"d M Y" }} | {{ payment.get_payment_method_display }} |
| No recent payments | |||
| Student | Due | Balance |
|---|---|---|
| {{ inv.student.get_full_name }} | {{ inv.due_date|date:"d M" }} | {{ inv.balance|floatformat:0 }} XAF |
| Nothing due this week | ||