{% extends "inventory/base2.html" %} {% block headermsg %}

ADD A NEW PHYSICAL INVENTORY

In this kind of product the seller has a flexibilty to add any product (any phyical inventory). The Minimum Quantity of the Product that is required to be maintained in the stock. Whenever the stocks run below this limit the seller would be notified(Curently this feature has not been added but soon email notification would be added).
Whenever user purchases a product from the seller, after successful payment they will be redirected to the fullfillment page. On the fullfillment page the user can track his shipment. The status of the order is updated by the merchant and on this basis the user is updated about his shipment on the fullfillment page. For now there are five paramters that have used for tracking.

{% endblock headermsg %} {% block content %}
{% csrf_token %}
{% endblock content %}