{% extends 'root/base.html' %} {% load static %} {% block title %} Purchase Requisition (Shop) {% endblock %} {% block maincontent %}
{% csrf_token %}

Purchase Requisition


To create an online requisition, complete the fields below and place the requisition in the shopping cart. Be sure to fill in the form as accurately as possible as this will enable the purchasing department (operational purchasing) to better serve you with high quality purchasing. Note that fields marked with an * are mandatory. When you check out the shopping cart the requisition will be submitted to the purchasing department (operational purchasing).

Which Product/Service are you looking for ?
Help text here - Textarea help text
When Do You Need The Product/Service ?
{% include 'Shopping_Cart/select_product_category_modal/select_product_category.html' %} {% include 'Shopping_Cart/select_supplier_modal/select_supplier.html' %} {% include 'Doc_Details/add_item_confirmation_popup.html' %} {% endblock %}