{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Restock Planning - {{ brand_name }}{% endblock %} {% block body_class %}restock-page{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
The system detects products at or below the threshold, recommends quantities, and selects the best supplier using price, quality, reliability, and lead time.
| Product | Product ID | Current Stock | Buying Price |
|---|---|---|---|
| {{ product.name }} | {{ product.shop_product_id or product.id }} | {{ product.stock }} | {{ currency_symbol }}{{ "%.2f"|format(product.buying_price or 0) }} |
No low-stock goods found at this threshold.
{% endif %}| Document | Status | Created | Action |
|---|---|---|---|
| {{ request_row.document_code }} | {{ request_row.status }} | {{ request_row.created_at }} | Open |
No restock requests created yet.
{% endif %}