Will receiving a PO update my inventory automatically? (Yes — weighted-average cost)
- When a PO is received, the system runs an atomic update: stock += received qty, and unit cost is recomputed as a weighted average of old stock and new stock.
- Example: 1kg beans at ₱700 + 2kg beans received at ₱740 → new weighted cost = (1×700 + 2×740)/3 = ₱726.67/kg.
- P&L margin reports use the live weighted cost so your profit math reflects what you actually paid over time.
- If you prefer FIFO costing, that's on the roadmap — currently weighted-average only.
You'll see
Unit cost in Inventory → Ingredients updates after every PO received.