siakad-itm/resources/js
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
..
components feat: add tuition invoice and payment management 2026-08-25 00:34:32 +07:00
hooks feat: add reusable components for dialogs and headers 2026-08-05 13:46:38 +07:00
layouts feat: integrate useFlashToast hook into AppLayout component 2026-08-05 13:51:28 +07:00
lib feat: add tuition invoice and payment management 2026-08-25 00:34:32 +07:00
pages feat: add tuition invoice and payment management 2026-08-25 00:34:32 +07:00
types feat: add tuition invoice and payment management 2026-08-25 00:34:32 +07:00
app.tsx initial commit 2026-07-29 17:46:01 +07:00