2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

Index page for showing all purchase orders

This commit is contained in:
Oliver Walters
2019-06-04 23:59:15 +10:00
parent 4f1acddb5d
commit c49b8546f0
5 changed files with 75 additions and 4 deletions

View File

@ -10,6 +10,7 @@
<li><a href="{% url 'stock-index' %}">Stock</a></li>
<li><a href="{% url 'build-index' %}">Build</a></li>
<li><a href="{% url 'company-index' %}">Suppliers</a></li>
<li><a href="{% url 'purchase-order-index' %}">Orders</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
{% include "search_form.html" %}