# Southend School — Module Registry

Last updated: 2026-06-16 — **Production complete**

| Check | Command | Status |
|-------|---------|--------|
| System audit | `php artisan southend:audit` | PASS |
| Test suite | `php artisan test` | 31 passed |

## Roles (13)

Super Admin, Administrator, Bursar, Accountant, Teacher, **Department Head**, **Headmaster**, Registrar, Librarian, Front Desk, Parent, Student, Auditor

## Recent additions

| Feature | Route / Notes |
|---------|---------------|
| Case workflow | `school.cases.*`, `student.cases.*`, `parent.cases.*` |
| Student leadership | `school.leadership.*`, `teacher.leadership.*` |
| Clubs & chat | `school.clubs.*`, `student.clubs.*` |
| Events & functions | `extras.events.*`, `student.events.*` |
| Expense approval | `finance.expenses.approve/reject` |
| Bank CSV import | `accounting.bank-reconciliation.import` |
| Student CSV import/export | `school.students.import`, `school.students.export` |
| Student documents | `school.students.documents.store` |
| Budget forecast | `finance.budgets.show` (forecast panel) |
| Login audit | `login_logs` table |
| API extensions | `/api/classes`, `/api/clubs`, `/api/events`, `/api/messages`, `/api/timetable`, `/api/disciplinary-cases` |
| API docs | `/api/docs` |

All core guide phases (accounting, finance, school, academics, portals, analytics) remain **DONE**.
