This website requires JavaScript.
Explore
Help
Sign In
dst
/
store
Watch
1
Star
0
Fork
0
You've already forked store
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
4f23af869f
store
/
resources
/
js
/
components
/
admin
/
finance
/
employee-advances
History
Yoga Pangestu
8609c68a6d
refactor: reorder component imports and optimize code structure across UI forms and composables
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