store/resources/js/components/admin/finance/employee-advances
2026-06-14 01:26:00 +07:00
..
columns.ts refactor: reorder component imports and optimize code structure across UI forms and composables 2026-06-14 01:26:00 +07:00
data-table-actions.vue Add employee advance management features including EmployeeAdvance model, EmployeeAdvanceController for CRUD operations, and corresponding permissions in the Permission and Role enums. Implement request validation for employee advances and enhance UI components for employee advance listing and management, including data table and form modal. Update sidebar for employee advances navigation. 2026-06-11 00:40:53 +07:00
EmployeeAdvanceFormModal.vue refactor: reorder component imports and optimize code structure across UI forms and composables 2026-06-14 01:26:00 +07:00
RejectEmployeeAdvanceModal.vue Implement FlashesEntityMessage trait across multiple controllers for consistent flash messaging. Update flash messages in various methods to utilize the new trait, enhancing code maintainability and readability. Additionally, add attribute methods in request classes for improved validation feedback. 2026-06-12 22:48:23 +07:00