Yoga Pangestu
|
ba3f7ef9f9
|
feat: add CuttingMaterialCombination management with store and destroy functionalities; implement validation for combination requests; enhance CuttingService to handle draft combinations; update frontend components for combination handling and display
|
2026-07-04 21:54:01 +07:00 |
|
Yoga Pangestu
|
b52b9ce08c
|
feat: implement transaction management in OrderService for create, update, delete, and status transition operations; refactor error handling for improved clarity; add comprehensive tests for order management functionalities to ensure proper permission checks and validation
|
2026-07-04 18:46:04 +07:00 |
|
Yoga Pangestu
|
8e306c8f73
|
feat: implement transaction management in CuttingService for create, update, delete, and status transition operations; refactor error handling for improved clarity; update routes to enhance cutting management functionality and ensure proper permission checks
|
2026-07-04 18:26:24 +07:00 |
|
Yoga Pangestu
|
6158a91060
|
feat: implement transaction management in PurchaseService for create, update, and delete operations; refactor error handling for improved clarity; enhance tests for purchase index and creation functionalities to ensure proper permission checks and validation
|
2026-07-04 17:53:56 +07:00 |
|
Yoga Pangestu
|
9d0075d7b2
|
feat: implement transaction management in RawMaterialService for create, update, delete, and toggle status operations; refactor error handling for improved clarity; enhance tests for raw material and price models to ensure proper functionality and validation
|
2026-07-04 17:32:06 +07:00 |
|
Yoga Pangestu
|
80e1542151
|
feat: implement transaction management in ProductService for create, update, delete, and toggle status operations; refactor error handling to improve clarity and maintainability; update routes to ensure proper permission checks and enhance product management functionality
|
2026-07-04 17:14:01 +07:00 |
|
Yoga Pangestu
|
37d9ac10a6
|
feat: refactor ProfileService to utilize transaction management and photo synchronization; enhance Profile.vue with computed properties; add comprehensive tests for profile update functionality, including validation and media handling
|
2026-07-04 14:07:22 +07:00 |
|
Yoga Pangestu
|
2b7208a0c4
|
feat: expand permission management for settings by introducing new permissions for system, social media, marketplace, HR, and homepage updates; refactor related controllers, requests, and services to utilize these permissions; enhance frontend components to support new permission checks and improve user experience
|
2026-07-04 13:37:26 +07:00 |
|
Yoga Pangestu
|
f1c3658166
|
feat: refactor EmployeeController and EmployeeService to utilize Role enum for role options; implement transaction management in EmployeeService methods for create, update, toggle status, and delete operations; enhance Employee model date formatting methods; update frontend components for improved UI and code clarity
|
2026-07-04 12:35:18 +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
|
e153497114
|
feat: implement ensureEditable method in LeaveRequest model for validation; update LeaveRequestController and LeaveRequestService to handle editability checks and transaction management for update and delete operations; enhance LeaveRequestService with new methods for pending requests and index page data
|
2026-07-04 00:29:57 +07:00 |
|
Yoga Pangestu
|
c685f45bcf
|
refactor: replace UpdateCashTransactionRequest with CashTransactionRequest in CashController; add ensureEditable method in CashTransaction model for validation; update CashService to use transaction handling methods; enhance CashTest descriptions for clarity
|
2026-07-03 23:44:42 +07:00 |
|
Yoga Pangestu
|
143448e6e0
|
feat: enhance Expense module by improving media upload handling, adding transaction management, and refining form validation; update related components for better user experience
|
2026-07-03 22:44:33 +07:00 |
|
Yoga Pangestu
|
bac44df627
|
feat: implement Customer API for creating customers, refactor existing CustomerController, and update routes for API integration
|
2026-07-03 16:14:41 +07:00 |
|
Yoga Pangestu
|
16fe9a3d9f
|
refactor: remove redundant blank lines across all services and update dashboard imports
|
2026-06-28 17:33:46 +07:00 |
|
Yoga Pangestu
|
816c2a0e2a
|
feat: overhaul POS management workflows including enhanced purchase, order, cutting, and stock-opname forms with updated master data handling.
|
2026-06-28 17:33:13 +07:00 |
|
Yoga Pangestu
|
1f27acc63a
|
refactor: remove owner verification index functionality and related components, streamline approval and rejection processes
|
2026-06-27 21:51:48 +07:00 |
|
Yoga Pangestu
|
f6b5a78f4b
|
feat: enhance user profile and employee management with profile photo handling and validation updates
|
2026-06-27 15:53:33 +07:00 |
|
Yoga Pangestu
|
21b990799e
|
feat: implement owner verification system with enums, service, and controller updates for managing verification requests
|
2026-06-26 19:13:10 +07:00 |
|
Yoga Pangestu
|
66bdd86b4f
|
refactor: remove unused check_out_photo_path from checkedInOnly state in AttendanceFactory
|
2026-06-22 20:54:58 +07:00 |
|
Yoga Pangestu
|
bed9113269
|
refactor: improve activity log tests by directly asserting causer and properties instead of relying on database retrieval
|
2026-06-22 19:20:04 +07:00 |
|
Yoga Pangestu
|
dc72033bd9
|
refactor: replace Builder import with Eloquent\Builder for improved clarity in PayrollAdjustment model
|
2026-06-22 19:08:55 +07:00 |
|
Yoga Pangestu
|
8f67a09936
|
refactor: add createDeveloperUser function and test to exclude developer role users from employee index display
|
2026-06-22 18:43:25 +07:00 |
|
Yoga Pangestu
|
31fdfba2d1
|
refactor: optimize employee status management by refining toggleStatus method and ensuring it processes validated request data
|
2026-06-22 18:30:51 +07:00 |
|
Yoga Pangestu
|
e3b138d410
|
refactor: update toggleStatus method in EmployeeController to accept validated request data for improved status management
|
2026-06-22 18:20:42 +07:00 |
|
Yoga Pangestu
|
da3e3a6895
|
refactor: enhance permission and role management by introducing group categorization for permissions and streamlining role permission assignments for improved maintainability
|
2026-06-22 17:57:18 +07:00 |
|
Yoga Pangestu
|
9a35c1cae2
|
refactor: remove unused docblocks in CustomerService and add getSelectOptions method for enhanced customer data retrieval
|
2026-06-22 15:18:07 +07:00 |
|
Yoga Pangestu
|
8159e45e3a
|
refactor: remove unused docblocks in SupplierService and add getSelectOptions method for improved supplier data retrieval
|
2026-06-22 15:09:53 +07:00 |
|
Yoga Pangestu
|
4f7290711d
|
refactor: update database connection settings in phpunit.xml and clean up CategoryService by removing unused docblocks and reorganizing sorting logic for improved clarity
|
2026-06-22 15:02:04 +07:00 |
|
Yoga Pangestu
|
ff1ec1ef66
|
Add employee, user, and user profile models with enums for status and gender
|
2026-06-09 19:16:25 +07:00 |
|
Yoga Pangestu
|
632296c453
|
initial commit
|
2026-06-09 18:25:14 +07:00 |
|