2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

UI elements

- Add a "sales order" menu item to the main navbar
- Add a "sales order" tab to customer detail page
This commit is contained in:
Oliver Walters
2020-04-20 19:47:29 +10:00
parent 974c98c95a
commit 5901b21e78
5 changed files with 18 additions and 5 deletions

View File

@ -22,6 +22,7 @@
<a class='dropdown-toggle' data-toggle='dropdown' href='#'><span class='fas fa-truck icon-header'></span>{% trans "Sell" %}</a>
<ul class='dropdown-menu'>
<li><a href="{% url 'customer-index' %}"><span class='fas fa-user-tie icon-header'></span>{% trans "Customers" %}</a>
<li><a href="#"><span class='fas fa-list icon-header'></span>{% trans "Sales Orders" %}</a></li>
</ul>
</li>
</ul>