Features
- Item Management: Create and manage inventory items with units and costs
- Stock Tracking: Track current stock levels and minimum thresholds
- Movement History: Record purchases, consumption, waste, and adjustments
- Recipe Management: Link menu items to inventory ingredients with automatic deductions
- Low Stock Alerts: Get notifications when items fall below minimum stock
- Categories: Organize inventory items into categories
Authentication
Requires authentication and permissions:inventory:read- View inventory datainventory:create- Create items and movementsinventory:update- Update items
Base URL
Core Concepts
Inventory Items
Items represent raw materials, ingredients, or supplies. Each item has:- Name and unit of measurement (kg, L, units, etc.)
- Current stock level (numeric)
- Minimum stock threshold for alerts
- Cost per unit for valuation
- Optional category
Movements
All stock changes are recorded as movements:purchase- Stock added via purchaseconsumption- Stock used (manual or automatic via recipes)waste- Stock lost or expiredadjustment- Manual stock corrections
Recipes
Recipes link menu items to their ingredients, enabling automatic inventory deductions when orders are placed.Quick Start
Here’s a typical workflow:- Create inventory items for your ingredients
- Create recipes linking menu items to ingredients
- Record purchase movements when restocking
- Monitor low stock alerts to know when to reorder
- Track movement history for audit trails
Next Steps
- Inventory Items - Create and manage items
- Automatic Deductions - Configure recipes for automatic stock deductions