Yoga Pangestu
3052398ad8
feat: add stock mutation tracking and history feature
...
- Introduced StockMutation model and service to handle stock changes.
- Created migration for stock_mutations table.
- Implemented stock mutation recording in various services (CuttingService, OrderService, PurchaseService, RestockService, RetailStockService).
- Added StockHistoryController to manage stock history views.
- Developed frontend components for displaying stock history and actions.
- Updated routes to include stock history access with appropriate permissions.
- Enhanced ProductVariant and RawMaterialPrice models to support stock mutations.
- Added RowHistoryAction button for accessing stock history in product and raw material tables.
2026-07-27 22:45:49 +07:00
Yoga Pangestu
1a2b741209
feat: update ProductRequest to require images only when product is new; enhance removeItem function to allow forced removal; add sync-quantity-input event to PurchasePosCartSummaryItems; implement material search functionality in PurchasePosForm; add disabled prop to RawMaterialInfoSection; integrate variant selection in RawMaterialVariantSection
2026-07-27 21:29:55 +07:00
Yoga Pangestu
562c5721dd
feat: add checkVariantUsage endpoint and implement price usage validation in RawMaterial management
2026-07-27 19:02:54 +07:00
Yoga Pangestu
bca6da8653
feat: implement raw material deletion validation to prevent deletion if used in active cutting
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
2026-07-24 23:31:08 +07:00
Yoga Pangestu
1db67a9a07
feat: update raw material status management to use status enum instead of is_active
2026-07-19 18:17:49 +07:00
Yoga Pangestu
bed22579b5
feat: enhance media preview components by adding stock information support, improving user experience in managing media items
2026-07-13 19:43:27 +07:00
Yoga Pangestu
bb74fb49c8
feat: require s3_keys for product and raw material variants, enhancing validation and user feedback in forms
2026-07-13 11:28:48 +07:00
Yoga Pangestu
9f253dc2d9
feat: add variant search functionality in product and raw material forms, improving user experience by allowing filtering of variants based on name
2026-07-13 10:33:08 +07:00
Yoga Pangestu
a3954faab6
feat: add functionality to create new raw materials and store them in the purchase draft, enhancing the purchasing process
2026-07-09 14:54:23 +07:00
Yoga Pangestu
4753949338
feat: add confirmation dialogs for deleting variants in ProductForm and RawMaterialForm components to enhance user experience and prevent accidental deletions
2026-07-08 17:17:45 +07:00
Yoga Pangestu
8c3847ade3
feat: enhance RawMaterialController and RawMaterialService to support owner verification permissions; add RawMaterialVariantEditModal for editing price variants and implement JSON response for raw material details
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
2026-07-08 15:48:38 +07:00
Yoga Pangestu
a37b47a660
feat: implement subtle loading bar in DataTable and enhance search functionality with debounce in DataTableToolbar for improved user experience
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
2026-07-08 11:53:17 +07:00
Yoga Pangestu
452c1a4209
feat: enhance media components by adding support for multiple titles in MediaPreviewDialog and related updates in MediaThumbnailCell
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
2026-07-08 11:14:24 +07:00
Yoga Pangestu
765e74d8a9
feat: add loading state and enhance media thumbnail functionality in data tables for improved user experience
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
2026-07-07 22:41:55 +07:00
Yoga Pangestu
f1f9162304
feat: enhance media preview functionality in catalog components by adding support for multiple image URLs and custom titles
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
2026-07-07 12:36:45 +07:00
Yoga Pangestu
dc594c9daa
feat: enhance raw material filtering and selection in RawMaterialController and related components for improved data management
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
2026-07-07 10:37:13 +07:00
Yoga Pangestu
d2ddc5e6b7
refactor: enhance stock filtering in CuttingService and OrderService, update UI components for better display of stock information
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
2026-07-06 21:24:26 +07:00
Yoga Pangestu
15e2b7ec5b
feat: add material_result field to CuttingMaterial and CuttingMaterialCombination; update validation rules and service logic to handle new material result calculations; enhance frontend components for displaying material results in cutting management
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
2026-07-04 23:14:37 +07:00
Yoga Pangestu
4eea267756
refactor: enhance component structure in various forms by introducing computed properties and improving template syntax for better readability and maintainability
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
2026-07-02 22:41:18 +07:00
Yoga Pangestu
d02af40836
feat: implement presigned upload functionality for S3 in PresignedUploadController; update media upload handling across various components to support S3 keys and improve user experience
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
2026-07-02 14:28:51 +07:00
Yoga Pangestu
5a96b48725
feat: implement quick-create functionality for raw materials and products in Cutting module; enhance CuttingController and related components to support new features and improve user experience
2026-07-02 12:04:30 +07:00
Yoga Pangestu
78e30c2aba
feat: enhance MediaThumbnailCell and MediaPreviewDialog components with gallery functionality and improved item display; add close event emission for better dialog management
2026-07-02 10:37:02 +07:00
Yoga Pangestu
86ee45c1fb
feat: implement owner verification detail modal with data fetching and display functionality
2026-06-30 17:42:48 +07:00
Yoga Pangestu
c2dbbf57ba
feat: update placeholder texts across various forms for improved user guidance
2026-06-30 17:18:47 +07:00
Yoga Pangestu
f20889e962
refactor: simplify OwnerVerificationRowActions component by removing unused props and updating related usages in data table actions
2026-06-28 23:28:14 +07:00
Yoga Pangestu
ce553f9aed
refactor: remove unused inventory stock warning components and service logic
2026-06-28 18:11:26 +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
60c58a9709
refactor: simplify FieldSet layout in ProductForm component and remove conditional rendering for variant stock field
2026-06-27 23:52:46 +07:00
Yoga Pangestu
5cffe43a07
feat: implement owner verification actions in various management tables and enhance request handling in the OwnerVerificationRowActions component
2026-06-27 15:11:20 +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
f34406afae
refactor: adjust layout of FieldSet in RawMaterialForm for improved responsiveness and maintainability
2026-06-26 16:08:48 +07:00
Yoga Pangestu
c2747f542a
feat: add FieldDescription component to RawMaterialForm for improved user guidance; adjust layout for better responsiveness in price and stock fields
2026-06-26 16:08:09 +07:00
Yoga Pangestu
6219f5032d
refactor: enhance error handling in form submissions across various Vue components to improve user feedback and maintainability
2026-06-25 21:54:42 +07:00
Yoga Pangestu
9f75a4416a
refactor: replace inline action buttons with standardized component-based row actions across data tables and forms
2026-06-23 11:54:48 +07:00
Yoga Pangestu
18650f1cbf
refactor: abstract delete logic into useDestroy composable to reduce code duplication in data table actions
2026-06-23 11:07:16 +07:00
Yoga Pangestu
dfd2c5560b
refactor: replace hardcoded URL strings with dynamic route helpers across services and frontend components.
2026-06-23 10:49:27 +07:00
Yoga Pangestu
2f8ece4b0a
refactor: standardize table row actions by implementing reusable RowEditAction and RowDeleteAction components
2026-06-23 09:11:18 +07:00
Yoga Pangestu
06e313d168
feat: introduce reusable DataTableEmpty component to standardize empty state handling across tables
2026-06-23 08:27:42 +07:00
Yoga Pangestu
5986ec75a3
refactor: replace legacy image upload components with new MediaDropzone component across various admin forms
2026-06-22 23:58:51 +07:00
Yoga Pangestu
27c5b5fffa
refactor: streamline enum management and enhance role assignment logic in EmployeeController for improved maintainability
2026-06-22 14:41:52 +07:00
Yoga Pangestu
6d6de5fa4b
refactor: standardize enum case naming and update route permissions for consistency across the application
2026-06-22 13:24:53 +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
98e3ffefc7
feat: enhance raw material management with stock status filtering and improved form structure
2026-06-20 22:46:16 +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
8609c68a6d
refactor: reorder component imports and optimize code structure across UI forms and composables
2026-06-14 01:26:00 +07:00
Yoga Pangestu
f604014075
refactor: standardize code formatting and update catalog section descriptions in master inventory pages
2026-06-13 12:03:52 +07:00
Yoga Pangestu
521e8c5538
Implement stock warning functionality for products and raw materials. Add minStock method to RawMaterialUnit enum and ProductVariant model. Enhance ProductService and RawMaterialService with stockWarningGroups method to identify items below minimum stock levels. Update admin index pages to display stock warning groups in MasterOutOfStockCatalogSection component.
2026-06-13 00:24:05 +07:00
Yoga Pangestu
c757b3c9b2
Update dependencies and enhance out-of-stock product management. Upgrade @lucide/vue to version 1.18.0 in package.json and package-lock.json. Implement outOfStockGroups method in ProductService and RawMaterialService to retrieve out-of-stock items. Add MasterOutOfStockCatalogSection component for displaying out-of-stock products in the admin interface, and integrate it into the products and raw materials index pages.
2026-06-13 00:09:27 +07:00
Yoga Pangestu
d4016a86d4
Refactor AdminLayout components across multiple pages to remove title props for a cleaner structure. This change affects the Dashboard, Create and Edit pages for Employees, Purchases, Products, and Raw Materials.
2026-06-12 00:11:40 +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