New pages: - StockLevelsPage: View and manage stock levels by warehouse/product - MovementsPage: Stock movements history with filters and actions - InventoryCountsPage: Physical inventory counts management - ReorderAlertsPage: Low stock alerts and reorder suggestions - ValuationReportsPage: Inventory valuation by FIFO/average cost New hooks: - useStockLevels: Fetch and manage stock levels - useMovements: Fetch stock movements with CRUD operations - useWarehouses: Manage warehouses - useLocations: Manage warehouse locations - useStockOperations: Stock adjust, transfer, reserve operations - useInventoryCounts: Inventory count lifecycle management - useInventoryAdjustments: Inventory adjustments management Extended API client with: - Inventory counts endpoints - Inventory adjustments endpoints - Stock valuation endpoints Extended types with: - InventoryCount, InventoryCountLine, CreateInventoryCountDto - InventoryAdjustment, InventoryAdjustmentLine, CreateInventoryAdjustmentDto - StockValuationLayer, ValuationSummary Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app | ||
| features | ||
| pages | ||
| services | ||
| shared | ||
| index.css | ||
| main.tsx | ||
| vite-env.d.ts | ||