{% extends 'root/base.html' %} {% load static %} {% block title %} Limit Order {% endblock %} {% block maincontent %}

Limit Order Item


To create a limit order, complete the fields below and place the limit item with value limit and time period in the shopping cart. Goods receipts and/or invoices for this item are allowed up to the specified value limit and within the specified time period. The expected value should be lower or equal to the value limit. Note that fields marked with an * are mandatory.

{% csrf_token %}
Describe your limit item
{{ limit_form.item_name }}
Enter limit item details
{{ limit_form.overall_limit }}
{{ limit_form.expected_value }}
When is it required?
Who is the supplier ?
Follow-Up Actions
{% include 'Shopping_Cart/select_product_category_modal/select_product_category.html' %} {% include 'Shopping_Cart/select_supplier_modal/select_supplier.html' %} {% endblock %}