Commit Graph

266 Commits

Author SHA1 Message Date
Yoga Pangestu
bc365ebb4d refactor: standardize migration schema structures and remove redundant approval and status modifications 2026-06-22 11:14:12 +07:00
Yoga Pangestu
4a13297cb7 feat: enhance dashboard with marketplace summary and additional product statistics for improved analytics 2026-06-22 10:43:33 +07:00
Yoga Pangestu
ad73e8237c refactor: update storePriceTypeOptions to exclude HARGA_MODAL from available price types for improved pricing logic 2026-06-21 16:06:14 +07:00
Yoga Pangestu
26d4794489 refactor: simplify approval process in owner verifications by removing approval dialog and related logic for improved user experience 2026-06-21 16:03:40 +07:00
Yoga Pangestu
322af0c1e8 refactor: remove STOCKS_VIEW permission from ADMIN_BAHAN_BAKU role for updated permission management 2026-06-21 15:57:31 +07:00
Yoga Pangestu
19675aa057 feat: add CheckInRequest and CheckOutRequest classes for attendance management with validation rules 2026-06-21 15:48:56 +07:00
Yoga Pangestu
60e87803d8 feat: add new permissions and update related functionality for owner verifications and stock management 2026-06-21 15:44:03 +07:00
Yoga Pangestu
245127c921 feat: add submit URL to EmployeeForm component for employee creation functionality 2026-06-21 15:31:24 +07:00
Yoga Pangestu
4cbd296c0c feat: add submittedBy relationship to Cutting model and enhance notification system for cutting updates and deletions 2026-06-21 15:16:58 +07:00
Yoga Pangestu
9170e5fd1e refactor: remove rejection reason display from CuttingGroupedTable for improved clarity in cutting information presentation 2026-06-21 14:54:16 +07:00
Yoga Pangestu
50f9328ebc feat: implement owner verification process with new status and related functionality for improved stock management 2026-06-21 14:51:15 +07:00
Yoga Pangestu
5e71277056 feat: add harga_modal price type and related logic for improved stock management and pricing accuracy 2026-06-21 14:08:53 +07:00
Yoga Pangestu
07e9a4ab18 refactor: remove verified cuttings display and related logic from StockController and StockPendingSection for improved clarity and focus on pending cuttings 2026-06-21 13:32:04 +07:00
Yoga Pangestu
e76a117abb refactor: adjust material usage calculations to account for remaining material across Cutting components for improved accuracy in cost and usage representation 2026-06-21 13:25:51 +07:00
Yoga Pangestu
061edbc568 refactor: implement grouped material usage calculation across Cutting components for improved clarity and consistency in material representation 2026-06-21 13:18:04 +07:00
Yoga Pangestu
de045a4588 refactor: ensure consistent formatting of total material usage to string type across Cutting components for improved clarity 2026-06-21 13:03:50 +07:00
Yoga Pangestu
22dce97e49 refactor: update default material usage value and ensure consistent formatting to two decimal places across Cutting components for improved clarity 2026-06-21 13:02:31 +07:00
Yoga Pangestu
fc234a6afd refactor: remove length unit handling from CuttingMaterial and related components for improved clarity and consistency in material usage representation 2026-06-21 12:59:11 +07:00
Yoga Pangestu
ec80f2145b refactor: remove ProductPendingAction and ProductStatus enums, update related references in Product model and services for improved code clarity and maintainability 2026-06-21 12:36:36 +07:00
Yoga Pangestu
13f2c6d745 refactor: standardize material usage and remaining material precision to two decimal places across CuttingService and related components for improved consistency 2026-06-21 12:23:51 +07:00
Yoga Pangestu
0ad8c919ad refactor: update decimal input precision to two decimal places for improved consistency in DecimalInput component 2026-06-21 12:17:09 +07:00
Yoga Pangestu
3bb6baffa6 feat: enhance raw material stock display by adding breakdown by unit in DashboardController and updating Dashboard.vue for improved inventory insights 2026-06-21 12:15:18 +07:00
Yoga Pangestu
740a06ca29 refactor: reorganize imports and enhance layout in OrderPosForm.vue for improved readability and user experience 2026-06-21 12:06:46 +07:00
Yoga Pangestu
e4b475cd82 feat: add stock management functionality by introducing StockController and updating AppSidebar to include stock menu item for improved inventory handling 2026-06-21 11:53:41 +07:00
Yoga Pangestu
c3c8e9f5bd refactor: simplify toaster styles in app.css by removing hsl() function calls for improved readability and maintainability 2026-06-21 11:39:23 +07:00
Yoga Pangestu
04897cb3bd refactor: remove status check in appendCostPreview method to streamline cost calculation in CuttingService and update labels for material cost in CuttingPosForm for improved clarity 2026-06-21 11:38:14 +07:00
Yoga Pangestu
e59c4baea6 refactor: standardize material usage formatting to two decimal places across cutting management components for improved consistency 2026-06-21 11:23:39 +07:00
Yoga Pangestu
175e0dc5af refactor: update material usage and remaining material precision to four decimal places across cutting management components for improved accuracy 2026-06-21 11:02:54 +07:00
Yoga Pangestu
9c205cf3d0 feat: enhance cutting management by adding draft materials and results functionality, improving user experience with new API endpoints and UI components for better material handling 2026-06-21 10:29:45 +07:00
Yoga Pangestu
e522b5f922 refactor: integrate tooltip functionality into OrderPrintButton component to enhance user interaction and improve clarity 2026-06-21 10:21:22 +07:00
Yoga Pangestu
29f4498ede refactor: integrate tooltip functionality into activity log action button for improved user interaction and clarity 2026-06-21 01:56:49 +07:00
Yoga Pangestu
cf7e199306 refactor: remove cutting management components to streamline codebase and improve maintainability 2026-06-21 01:51:39 +07:00
Yoga Pangestu
3b256f1be3 refactor: remove role management components and streamline role handling by reorganizing file structure for improved code clarity 2026-06-21 01:42:55 +07:00
Yoga Pangestu
6022f93d4b refactor: simplify LeaveRequest handling by removing unnecessary permission checks and validation methods, streamline service methods, and enhance UI components for better user experience 2026-06-21 01:39:27 +07:00
Yoga Pangestu
0cb93c4e05 refactor: update AttendanceController and related components to use new CheckInRequest and CheckOutRequest classes, streamline attendance handling by removing location tags, and enhance UI components for better user experience 2026-06-21 01:35:30 +07:00
Yoga Pangestu
b7fddf0597 refactor: update EmployeeController to use ToggleStatusRequest for status toggling and streamline EmployeeService methods for improved validation and clarity 2026-06-21 01:16:22 +07:00
Yoga Pangestu
0803cbeb96 refactor: consolidate payroll management by merging PayrollPeriodController into PayrollController, enhancing data handling and UI components for improved functionality 2026-06-21 01:02:12 +07:00
Yoga Pangestu
50eaced126 feat: enhance employee advance management by adding status filtering, improving pagination, and implementing new modal components for better user interaction 2026-06-21 00:41:56 +07:00
Yoga Pangestu
5eda6b53e0 refactor: remove duplicate imports and streamline component structure in finance pages for improved code organization 2026-06-21 00:32:01 +07:00
Yoga Pangestu
f08ba25686 refactor: remove unused expense components and streamline expense deletion logic for improved code clarity 2026-06-21 00:24:21 +07:00
Yoga Pangestu
802c4e36c0 feat: implement cash transaction management with deposit and withdrawal requests, enhance UI components for better user experience 2026-06-21 00:21:27 +07:00
Yoga Pangestu
256b13ad73 feat: add prices relationship to ProductVariant model and update related services and UI for improved product pricing management 2026-06-21 00:09:23 +07:00
Yoga Pangestu
ab03d5f0b9 refactor: streamline product management by removing unused components, enhancing form structure, and integrating category service for improved data handling 2026-06-20 23:54:17 +07:00
Yoga Pangestu
8ea6f3cca1 feat: add CRUD pattern guidelines for modal and separate page implementations in BEST_PRACTICE.md 2026-06-20 22:48:25 +07:00
Yoga Pangestu
98e3ffefc7 feat: enhance raw material management with stock status filtering and improved form structure 2026-06-20 22:46:16 +07:00
Yoga Pangestu
d3a33c46f6 feat: add ToggleStatusRequest for handling status updates with validation rules 2026-06-20 22:27:59 +07:00
Yoga Pangestu
6f0d1a0c11 refactor: remove unused customer-related components and types for cleaner code structure 2026-06-20 22:19:21 +07:00
Yoga Pangestu
7b32c5d854 style: update Sonner component class syntax for improved styling consistency 2026-06-20 22:15:36 +07:00
Yoga Pangestu
3d2d51f85e refactor: rename 'Pemasok' to 'Supplier' in SupplierController and remove unused supplier-related components for cleaner code structure 2026-06-20 22:13:21 +07:00
Yoga Pangestu
23aa357917 style: update toaster component styles for improved visual consistency and clarity 2026-06-20 22:06:03 +07:00