store/resources/js/pages/admin/master
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
..
categories feat: enhance RowDeleteAction and useDestroy for reactive URL handling; add rowKey prop to DataTable 2026-07-27 18:51:37 +07:00
customers feat: add row-key prop to DataTable components across multiple pages for improved key handling 2026-07-27 18:58:05 +07:00
products feat: add stock mutation tracking and history feature 2026-07-27 22:45:49 +07:00
raw-materials feat: add stock mutation tracking and history feature 2026-07-27 22:45:49 +07:00
suppliers feat: add row-key prop to DataTable components across multiple pages for improved key handling 2026-07-27 18:58:05 +07:00