{# Orders — AI-suggested restock with approval workflow #}
Restock orders — human approval required
The AI suggests orders based on low stock and sales velocity. Review and approve or reject before any purchase.
{% for s in order_filters %} {% endfor %}
{% if orders %} {% for o in orders %} {% endfor %}
ID Product Qty Reason Confidence Status Created
#{{ o.id }} {{ o.product_name }} {{ o.qty_str }} {{ o.reason }} {{ o.confidence }}% {{ o.status }} {{ o.created_at }} {% if o.status_raw == 'pending' %} {% elif o.status_raw == 'approved' %} {% endif %}
{% else %}
No orders in this view.
{% endif %}

{{ icons.check|safe }} Approve, reject, or receive