store/app/Services/Manage
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
..
CuttingResultPriceResolver.php refactor: remove StockController and related stock verification logic 2026-07-19 17:29:19 +07:00
CuttingService.php feat: add stock mutation tracking and history feature 2026-07-27 22:45:49 +07:00
OrderService.php feat: add stock mutation tracking and history feature 2026-07-27 22:45:49 +07:00
OwnerVerificationService.php feat: add Restock model import in OwnerVerificationService 2026-07-26 10:32:28 +07:00
PurchaseService.php feat: add stock mutation tracking and history feature 2026-07-27 22:45:49 +07:00
RestockService.php feat: add stock mutation tracking and history feature 2026-07-27 22:45:49 +07:00
RetailStockService.php feat: add stock mutation tracking and history feature 2026-07-27 22:45:49 +07:00
StockMutationService.php feat: add stock mutation tracking and history feature 2026-07-27 22:45:49 +07:00
StockService.php refactor: remove StockController and related stock verification logic 2026-07-19 17:29:19 +07:00
StokOpnameService.php feat: add stock mutation tracking and history feature 2026-07-27 22:45:49 +07:00