{% extends 'base.html' %} {% load humanize %} {% block title %}Registration Fee Payments{% endblock %} {% block content %}
View and manage all registration fee payments
Total Revenue
KES {{ total_revenue|floatformat:2|intcomma }}
Total Payments
{{ total_payments }}
| Receipt # | Customer | Fee Type | Amount | Payment Method | Date | Actions |
|---|---|---|---|---|---|---|
| {{ payment.receipt_number }} |
{{ payment.customer.get_full_name }}
{{ payment.customer.phone_number }}
|
{{ payment.registration_fee.fee_name }}
{{ payment.registration_fee.get_product_type_display }}
|
KES {{ payment.amount_paid|floatformat:2|intcomma }} | {{ payment.get_payment_method_display }} | {{ payment.payment_date|date:"M d, Y H:i" }} |
No registration fee payments match the selected criteria.
+ Record First Payment