Procurement Ecosystem
Supplier performance, quotation workflows, procurement approvals, and automated restock preparation.
{{ ui.button('Restock Center', '/restock') }} {{ ui.button('Admin', '/admin') }}Supplier Performance
| Supplier | Quotations | Approved | Reliability | Quality | Lead Time |
|---|---|---|---|---|---|
| {{ row.name }} | {{ row.quotations or 0 }} | {{ row.approved_count or 0 }} | {{ "%.1f"|format(row.reliability or 0) }} | {{ "%.1f"|format(row.quality or 0) }} | {{ "%.1f"|format(row.lead_time or 0) }} days |
| No suppliers registered yet. | |||||