From c1e7e95fc0f0c49aeed198b484b5c7705b9dbe6d Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 6 May 2018 22:09:15 +1000 Subject: [PATCH] UI improvements Consolidated detail pages with OPTIONS drown down (rather than multiple single buttons) --- .../company/templates/company/detail.html | 24 ++++++++++++++---- InvenTree/part/templates/part/detail.html | 25 ++++++++++++++----- InvenTree/stock/templates/stock/item.html | 2 +- 3 files changed, 39 insertions(+), 12 deletions(-) diff --git a/InvenTree/company/templates/company/detail.html b/InvenTree/company/templates/company/detail.html index 70254b1aaf..0b6ef06aac 100644 --- a/InvenTree/company/templates/company/detail.html +++ b/InvenTree/company/templates/company/detail.html @@ -4,7 +4,25 @@ {% include 'company/tabs.html' with tab='details' %} -

Company Details

+
+
+

Company Details

+
+
+

+ +

+
+
+ +
@@ -24,10 +42,6 @@ {% endif %} -
- - -
{% endblock %} diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html index 8838abba84..fe8d6601c6 100644 --- a/InvenTree/part/templates/part/detail.html +++ b/InvenTree/part/templates/part/detail.html @@ -4,7 +4,25 @@ {% include 'part/tabs.html' with tab='detail' %} -

Part Details

+
+
+

Part Details

+
+
+

+ +

+
+
+ +
@@ -78,11 +96,6 @@ {% endif %} -
- - -
- {% endblock %} diff --git a/InvenTree/stock/templates/stock/item.html b/InvenTree/stock/templates/stock/item.html index b759d7f9b7..890b868d13 100644 --- a/InvenTree/stock/templates/stock/item.html +++ b/InvenTree/stock/templates/stock/item.html @@ -4,7 +4,7 @@
-

Stock Details

+

Stock Item Details

{{ item.quantity }} × {{ item.part.name }}