Operational forecasting
Smart Inventory Intelligence
Forecast shortages, spot fast movers, reduce dead stock, and coordinate branch replenishment.
Stockout Forecast
{% for row in (snapshot.low_stock_forecasts or [])[:8] %}No stockout risks found.
{% endfor %}Reorder Recommendations
{% for row in (snapshot.reorder_recommendations or [])[:8] %}No reorder actions needed.
{% endfor %}Fast Movers
{% for row in (snapshot.fast_moving_products or [])[:8] %}No fast-moving products yet.
{% endfor %}Dead Stock
{% for row in (snapshot.dead_stock or [])[:8] %}No dead stock found.
{% endfor %}Decision Assistant
{% for row in (snapshot.decision_assistant.recommendations or [])[:5] %}No decision guidance yet.
{% endfor %}Branch Health
{% for row in (snapshot.inventory_health.branch_scores or [])[:8] %}No branch health data yet.
{% endfor %}Inventory Risks
{% for row in (snapshot.inventory_risk.risks or [])[:8] %}No predictive risks found.
{% endfor %}Priority Focus
{% for row in (snapshot.inventory_prioritization or [])[:8] %}No priority items yet.
{% endfor %}Executive Focus
{% for row in (snapshot.business_priorities.top_focus or [])[:5] %}No executive priorities yet.
{% endfor %}