Use the Receipts List to audit payments, filter by date or method, and export data for reconciliations.
/fees/receipts-list).
| Column | Description |
|---|---|
| Receipt # | Generated as REC-{school}-{year}-{sequence}. |
| Student Name | Full name of the payer’s student. Not orderable to keep search simple. |
| Admission # | Student admission number. |
| Payment Date | Displayed using the user’s locale (converted to toLocaleDateString in JS). |
| Amount | Formatted to two decimals and right-aligned. |
| Payment Method | Human-readable value (underscores replaced with spaces). |
| Reference | Optional value captured during payment entry. |
| Received By | User who processed the payment. |
| Actions | Button linking to the printable receipt view. |
fees.receipts.data (fixed in this session) so filters and pagination remain fast even with large datasets.