{% extends 'base.html' %} {% load humanize %} {% block title %}Record Registration Fee Payment{% endblock %} {% block content %}
Record a new registration fee payment from a customer
| Receipt # | Customer | Fee Type | Amount | Date |
|---|---|---|---|---|
| {{ payment.receipt_number }} | {{ payment.customer.get_full_name }} | {{ payment.registration_fee.get_product_type_display }} | KES {{ payment.amount_paid|floatformat:2|intcomma }} | {{ payment.payment_date|date:"M d, Y" }} |
No recent payments to display