store/app/Http/Controllers/Admin/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
..
Cutting feat: enhance Open Graph meta tags in app layout for better sharing experience 2026-07-20 22:50:05 +07:00
Order feat: update services and controllers to include user information in transaction notifications for improved clarity 2026-07-14 21:41:39 +07:00
Purchase feat: enhance purchase management by adding photo and S3 key support in requests and services 2026-07-24 22:48:26 +07:00
Restock 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
Stock feat: add stock mutation tracking and history feature 2026-07-27 22:45:49 +07:00
OwnerVerificationController.php refactor: remove StockController and related stock verification logic 2026-07-19 17:29:19 +07:00
StokOpnameController.php feat: enhance stok opname management with new submit action and grouped table view 2026-06-29 11:04:50 +07:00