siakad-itm/app/Enums
Yoga Pangestu 8e4d0ba530
Some checks failed
tests / ci (pull_request) Has been cancelled
feat: add tuition invoice and payment management
- Implemented StudentService to retrieve all students for selection.
- Created migration for tuition_invoices and tuition_payments tables.
- Added seeders for TuitionInvoice and TuitionPayment with sample data.
- Updated DatabaseSeeder to include new seeders.
- Developed UI components for managing tuition invoices and payments, including forms and data tables.
- Introduced RupiahInput component for formatted currency input.
- Added routes for tuition invoices and payments management.
- Defined TypeScript types for tuition invoices and payments.
2026-08-25 00:34:32 +07:00
..
AttendanceStatus.php feat: add attendance management functionality with CRUD operations 2026-08-24 18:46:31 +07:00
ClassMethod.php feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00
Gender.php feat: update user registration to use username instead of name, add user profile model and migration, and implement gender enum 2026-08-03 13:43:30 +07:00
PaymentStatus.php feat: add tuition invoice and payment management 2026-08-25 00:34:32 +07:00
Semester.php feat: implement academic term management with CRUD functionality 2026-08-05 13:48:36 +07:00
StudentStatus.php feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
SubmissionStatus.php feat: add assignment and submission management features 2026-08-24 18:15:44 +07:00