siakad-itm/database/migrations
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
..
0001_01_01_000000_create_users_table.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
0001_01_01_000001_create_cache_table.php initial commit 2026-07-29 17:46:01 +07:00
0001_01_01_000002_create_jobs_table.php initial commit 2026-07-29 17:46:01 +07:00
2024_01_01_000000_create_passkeys_table.php initial commit 2026-07-29 17:46:01 +07:00
2025_08_14_170933_add_two_factor_columns_to_users_table.php initial commit 2026-07-29 17:46:01 +07:00
2026_08_03_000002_create_user_profiles_table.php feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
2026_08_03_000003_create_academic_terms_table.php feat: implement academic term management with CRUD functionality 2026-08-05 13:48:36 +07:00
2026_08_03_000004_create_departments_table.php feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
2026_08_03_000005_create_lecturers_table.php feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
2026_08_03_000006_create_department_leaderships_table.php feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
2026_08_03_000007_create_students_table.php feat: add lecturer and student management pages with CRUD functionality 2026-08-21 14:14:01 +07:00
2026_08_05_084226_create_media_table.php feat: add media library and permission management 2026-08-05 15:57:51 +07:00
2026_08_05_085203_create_permission_tables.php feat: add media library and permission management 2026-08-05 15:57:51 +07:00
2026_08_21_000001_create_courses_table.php feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00
2026_08_21_000002_create_course_classes_table.php feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00
2026_08_21_000003_create_class_enrollments_table.php feat: add course and class enrollment management 2026-08-21 19:06:05 +07:00
2026_08_21_000004_create_materials_table.php feat: implement material management functionality with CRUD operations 2026-08-21 20:28:03 +07:00
2026_08_24_000001_create_assignments_table.php feat: add assignment and submission management features 2026-08-24 18:15:44 +07:00
2026_08_24_000002_create_submissions_table.php feat: add assignment and submission management features 2026-08-24 18:15:44 +07:00
2026_08_24_000003_create_schedules_table.php feat: add schedule management functionality with CRUD operations 2026-08-24 18:32:44 +07:00
2026_08_24_000004_create_attendances_table.php feat: add attendance management functionality with CRUD operations 2026-08-24 18:46:31 +07:00
2026_08_24_000005_create_tuition_invoices_table.php feat: add tuition invoice and payment management 2026-08-25 00:34:32 +07:00
2026_08_24_000006_create_tuition_payments_table.php feat: add tuition invoice and payment management 2026-08-25 00:34:32 +07:00