erp-core-frontend-web/src
rckrdmrd 28c8bbb768 feat(inventory): Add complete inventory frontend pages and hooks (MGN-011)
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>
2026-01-18 09:54:51 -06:00
..
app feat(billing): Add billing-usage frontend module with components, pages and routes 2026-01-18 08:23:59 -06:00
features feat(inventory): Add complete inventory frontend pages and hooks (MGN-011) 2026-01-18 09:54:51 -06:00
pages feat(inventory): Add complete inventory frontend pages and hooks (MGN-011) 2026-01-18 09:54:51 -06:00
services Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
shared Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
index.css Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
main.tsx Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00
vite-env.d.ts Initial commit - erp-core-frontend-web 2026-01-04 06:40:18 -06:00