Yoga Pangestu
|
fe5dfd382f
|
refactor: update relationships in models to include withTrashed() for soft deletes, ensuring proper handling of related records
|
2026-07-10 11:07:07 +07:00 |
|
Yoga Pangestu
|
a3ff10d6e1
|
refactor: remove unused Carbon imports from Attendance and Employee models; update ProfileService to use UserProfile directly; clean up imports in various service files for improved clarity
|
2026-07-04 21:54:31 +07:00 |
|
Yoga Pangestu
|
786d0fdb39
|
feat: implement transaction management in AttendanceService for check-in and check-out processes; refactor attendance date formatting in Attendance model; enhance AttendanceDetailDialog and Index components for improved UI and code clarity
|
2026-07-04 12:00:52 +07:00 |
|
Yoga Pangestu
|
393c36e932
|
refactor: reorganize model structure and enhance attribute handling across multiple models, including improved casting, scope definitions, and attribute formatting
|
2026-06-28 14:47:19 +07:00 |
|
Yoga Pangestu
|
0986ec780b
|
refactor: standardize model structure, normalize bidirectional relations, and update documentation.
|
2026-06-22 11:26:47 +07:00 |
|
Yoga Pangestu
|
21adde11fd
|
style: refine layout and formatting in Index.vue for improved readability and consistency
|
2026-06-20 21:48:26 +07:00 |
|
Yoga Pangestu
|
d50310c078
|
feat: replace welcome page with new Home controller and product catalog view, while updating date formatting and Vite config
|
2026-06-14 01:51:44 +07:00 |
|
Yoga Pangestu
|
eb2047a3e2
|
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 |
|
Yoga Pangestu
|
1d1f0e7941
|
Add activity logging features by integrating Spatie's laravel-activitylog package. Update Permission and Role enums to include activity log permissions. Implement activity logging in Login and Logout controllers. Enhance sidebar navigation to include activity logs section. Update models to interact with activity logs through InteractsWithActivityLog concern.
|
2026-06-12 11:10:36 +07:00 |
|
Yoga Pangestu
|
f8322566da
|
Add media management features across various models and services. Implement media handling in Product, RawMaterial, Attendance, CashTransaction, EmployeeAdvance, and Expense models. Introduce ValidatesMediaUploads trait for consistent media validation in requests. Enhance services to support media synchronization and retrieval, improving user experience with image uploads and management.
|
2026-06-11 19:32:33 +07:00 |
|
Yoga Pangestu
|
34c59c24f5
|
Add attendance management features including Attendance model, AttendanceController for handling check-in and check-out operations, and AttendanceService for business logic. Implement request validation for attendance actions and enhance UI components for attendance listing, including a calendar view and detail dialog. Update permissions in the Permission and Role enums to manage attendance access, and integrate webcam functionality for capturing attendance photos.
|
2026-06-11 15:39:06 +07:00 |
|