store/app/Http/Requests/Admin/Manage
Yoga Pangestu 9539ff7042 refactor: remove StockController and related stock verification logic
- Deleted `data-table-actions.vue` component as it is no longer needed.
- Removed `CuttingResultPriceItem` type and related properties from `cutting.ts`.
- Updated routes in `web.php` to eliminate stock verification routes and permissions.
- Removed `StockTest.php` file and its associated tests for stock verification and management.
- Adjusted `CuttingTest.php` to reflect changes in cutting results handling and removed references to product variants.
2026-07-19 17:29:19 +07:00
..
ApproveVerificationRequest.php refactor: remove owner verification index functionality and related components, streamline approval and rejection processes 2026-06-27 21:51:48 +07:00
CuttingDraftCombinationRequest.php 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 2026-07-04 23:14:37 +07:00
CuttingDraftMaterialRequest.php 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 2026-07-04 23:14:37 +07:00
CuttingDraftResultRequest.php refactor: remove StockController and related stock verification logic 2026-07-19 17:29:19 +07:00
CuttingQuickCreateProductRequest.php feat: implement product variant management in CuttingQuickCreateProductRequest and related components; enhance validation rules, add new CuttingProductVariantSection, and improve material handling in QuickCreateProductModal for better user experience 2026-07-05 15:26:33 +07:00
CuttingRequest.php refactor: remove StockController and related stock verification logic 2026-07-19 17:29:19 +07:00
CuttingStatusTransitionRequest.php refactor: remove StockController and related stock verification logic 2026-07-19 17:29:19 +07:00
OrderDraftItemRequest.php feat: enhance cutting management by adding result prices handling, including validation and calculations for total material cost and cost per unit 2026-06-19 19:04:23 +07:00
OrderDraftResyncPricesRequest.php Enhance order and purchase management by implementing draft item functionality. Update OrderController and PurchaseController to handle draft items for users, allowing for better cart management. Refactor OrderService and PurchaseService to include methods for syncing and removing draft items. Update related request classes and models to support user associations. Modify frontend components to restore draft items and synchronize quantities, improving user experience during order and purchase creation. 2026-06-12 23:33:17 +07:00
OrderRequest.php refactor: standardize attribute labels across various request files for consistency and clarity 2026-07-05 22:04:57 +07:00
OrderStatusTransitionRequest.php refactor: standardize attribute labels across various request files for consistency and clarity 2026-07-05 22:04:57 +07:00
PurchaseDraftItemRequest.php Enhance order and purchase management by implementing draft item functionality. Update OrderController and PurchaseController to handle draft items for users, allowing for better cart management. Refactor OrderService and PurchaseService to include methods for syncing and removing draft items. Update related request classes and models to support user associations. Modify frontend components to restore draft items and synchronize quantities, improving user experience during order and purchase creation. 2026-06-12 23:33:17 +07:00
PurchaseNewRawMaterialRequest.php 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
PurchaseNewVariantRequest.php refactor: standardize attribute labels across various request files for consistency and clarity 2026-07-05 22:04:57 +07:00
PurchaseRequest.php 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
RejectVerificationRequest.php feat: add attributes method to RejectVerificationRequest for localized error messages 2026-07-06 09:38:20 +07:00
RestockDraftItemRequest.php feat: implement restock management features including CRUD operations, permissions, and UI components for creating and editing restocks 2026-07-13 19:15:17 +07:00
RestockRequest.php feat: implement restock management features including CRUD operations, permissions, and UI components for creating and editing restocks 2026-07-13 19:15:17 +07:00
RetailStockTransferRequest.php refactor: standardize attribute labels across various request files for consistency and clarity 2026-07-05 22:04:57 +07:00
StokOpnameAutoSaveRequest.php feat: add predis/predis dependency and implement caching in various services for improved performance 2026-07-05 23:31:55 +07:00
StokOpnameRejectRequest.php feat: add stok opname management with new models, controllers, services, and frontend components for creating, editing, and viewing stok opnames 2026-06-28 11:53:37 +07:00
StokOpnameRequest.php feat: add predis/predis dependency and implement caching in various services for improved performance 2026-07-05 23:31:55 +07:00
StokOpnameSubmitRequest.php feat: add stok opname management with new models, controllers, services, and frontend components for creating, editing, and viewing stok opnames 2026-06-28 11:53:37 +07:00
StokOpnameVerifyRequest.php feat: add stok opname management with new models, controllers, services, and frontend components for creating, editing, and viewing stok opnames 2026-06-28 11:53:37 +07:00