Yoga Pangestu
|
8609c68a6d
|
refactor: reorder component imports and optimize code structure across UI forms and composables
|
2026-06-14 01:26:00 +07:00 |
|
Yoga Pangestu
|
15691a97c4
|
feat: implement NumberInput and DecimalInput components and reorganize form input imports
|
2026-06-13 15:00:22 +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
|
e871da4c5f
|
Refactor CashTransactionFormModal and EmployeeAdvanceFormModal to utilize useFormDialog for improved form handling. Replace MediaImageUpload with ImageUploadField for photo uploads, enhancing user experience. Update form data handling to accommodate new photo upload logic and streamline code.
|
2026-06-12 16:37:47 +07:00 |
|
Yoga Pangestu
|
09f35db9d8
|
Refactor form error handling in various components to utilize a centralized formErrors function. This change improves code consistency and readability by standardizing error message retrieval across LoginForm, CashTransactionFormModal, EmployeeAdvanceFormModal, ExpenseFormModal, and others. Update error handling in fields for better user feedback.
|
2026-06-12 16:00:03 +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
|
0e8166a7ff
|
Add cash management features including CashAccount and CashTransaction models, CashController for handling transactions, and corresponding requests for validation. Implement permissions in the Permission and Role enums, and update routes for cash operations. Enhance UI components for cash transaction management, including a data table and form modal. Update sidebar for cash navigation.
|
2026-06-10 23:48:49 +07:00 |
|