- 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. |
||
|---|---|---|
| .. | ||
| BackButton.vue | ||
| CreateButton.vue | ||
| index.ts | ||
| RowAdjustAction.vue | ||
| RowApproveAction.vue | ||
| RowDeleteAction.vue | ||
| RowDetailAction.vue | ||
| RowEditAction.vue | ||
| RowHistoryAction.vue | ||
| RowPayAction.vue | ||
| RowPrintAction.vue | ||
| RowRejectAction.vue | ||
| RowShareAction.vue | ||
| RowStatusAction.vue | ||
| RowSubmitAction.vue | ||
| RowTransferAction.vue | ||