diff --git a/InvenTree/InvenTree/static/css/inventree.css b/InvenTree/InvenTree/static/css/inventree.css index 7c6afebf33..ea5efc59e9 100644 --- a/InvenTree/InvenTree/static/css/inventree.css +++ b/InvenTree/InvenTree/static/css/inventree.css @@ -512,22 +512,6 @@ width: 30%; } -/* !pricing table widths */ - -.action-button { - font-size: 125%; -} - -.action-buttons .btn { - font-size: 175%; - align-content: center; - vertical-align: middle; - padding-left: 6px; - padding-right: 6px; - padding-top: 3px; - padding-bottom: 2px; -} - .panel-heading .badge { float: right; } diff --git a/InvenTree/build/templates/build/detail.html b/InvenTree/build/templates/build/detail.html index 3e4da8a7c9..c1cfed21bf 100644 --- a/InvenTree/build/templates/build/detail.html +++ b/InvenTree/build/templates/build/detail.html @@ -10,7 +10,7 @@ {% block page_content %} -
+

{% trans "Build Details" %}

@@ -152,7 +152,7 @@
-
+

{% trans "Child Build Orders" %}

@@ -168,7 +168,7 @@
-
+

{% trans "Allocate Stock to Build" %}

@@ -219,7 +219,7 @@
-
+

{% trans "Incomplete Build Outputs" %}

@@ -248,7 +248,7 @@
-
+

{% trans "Completed Build Outputs" %} @@ -260,7 +260,7 @@

-
+

{% trans "Attachments" %}

@@ -269,7 +269,7 @@
-
+
diff --git a/InvenTree/company/templates/company/detail.html b/InvenTree/company/templates/company/detail.html index c3f2af2a87..418fc38e65 100644 --- a/InvenTree/company/templates/company/detail.html +++ b/InvenTree/company/templates/company/detail.html @@ -9,7 +9,7 @@ {% block page_content %} -
+

{% trans "Supplier Parts" %}

@@ -53,7 +53,7 @@
-
+

{% trans "Manufacturer Parts" %}

@@ -96,7 +96,7 @@
-
+

{% trans "Supplier Stock" %}

@@ -105,7 +105,7 @@
-
+

{% trans "Purchase Orders" %}

@@ -127,7 +127,7 @@
-
+

{% trans "Sales Orders" %}

@@ -150,7 +150,7 @@
-
+

{% trans "Assigned Stock" %}

@@ -166,7 +166,7 @@
-
+
diff --git a/InvenTree/company/templates/company/manufacturer_part.html b/InvenTree/company/templates/company/manufacturer_part.html index 43c1cebefe..6339cb0545 100644 --- a/InvenTree/company/templates/company/manufacturer_part.html +++ b/InvenTree/company/templates/company/manufacturer_part.html @@ -100,7 +100,7 @@ src="{% static 'img/blank_image.png' %}" {% block page_content %} -
+

{% trans "Suppliers" %}

@@ -124,7 +124,7 @@ src="{% static 'img/blank_image.png' %}"
-
+

{% trans "Parameters" %}

diff --git a/InvenTree/company/templates/company/supplier_part.html b/InvenTree/company/templates/company/supplier_part.html index ae69703fd6..b6e3a4507e 100644 --- a/InvenTree/company/templates/company/supplier_part.html +++ b/InvenTree/company/templates/company/supplier_part.html @@ -133,7 +133,7 @@ src="{% static 'img/blank_image.png' %}" {% block page_content %} -
+

{% trans "Supplier Part Stock" %}

@@ -142,7 +142,7 @@ src="{% static 'img/blank_image.png' %}"
-
+

{% trans "Supplier Part Orders" %}

@@ -160,7 +160,7 @@ src="{% static 'img/blank_image.png' %}"
-
+

{% trans "Pricing Information" %}

diff --git a/InvenTree/order/templates/order/order_wizard/po_upload.html b/InvenTree/order/templates/order/order_wizard/po_upload.html index 7c2dea1af9..35cf552159 100644 --- a/InvenTree/order/templates/order/order_wizard/po_upload.html +++ b/InvenTree/order/templates/order/order_wizard/po_upload.html @@ -21,7 +21,7 @@ {% block page_content %} -
+
{% block heading %}

{% trans "Upload File for Purchase Order" %}

diff --git a/InvenTree/order/templates/order/purchase_order_detail.html b/InvenTree/order/templates/order/purchase_order_detail.html index 987ab79d58..b3b03fb31d 100644 --- a/InvenTree/order/templates/order/purchase_order_detail.html +++ b/InvenTree/order/templates/order/purchase_order_detail.html @@ -12,7 +12,7 @@ {% block page_content %} -
+

{% trans "Purchase Order Items" %}

@@ -42,7 +42,7 @@
-
+

{% trans "Received Items" %}

@@ -51,7 +51,7 @@
-
+

{% trans "Purchase Order Attachments" %}

@@ -60,7 +60,7 @@
-
+
diff --git a/InvenTree/order/templates/order/sales_order_detail.html b/InvenTree/order/templates/order/sales_order_detail.html index cddba74cd6..c6b97b6847 100644 --- a/InvenTree/order/templates/order/sales_order_detail.html +++ b/InvenTree/order/templates/order/sales_order_detail.html @@ -12,7 +12,7 @@ {% block page_content %} -
+

{% trans "Sales Order Items" %}

@@ -33,7 +33,7 @@
-
+

{% trans "Build Orders" %}

@@ -42,7 +42,7 @@
-
+

{% trans "Attachments" %}

@@ -51,7 +51,7 @@
-
+
diff --git a/InvenTree/part/templates/part/bom_upload/upload_file.html b/InvenTree/part/templates/part/bom_upload/upload_file.html index 2fa60c5575..38d7792dd1 100644 --- a/InvenTree/part/templates/part/bom_upload/upload_file.html +++ b/InvenTree/part/templates/part/bom_upload/upload_file.html @@ -21,7 +21,7 @@ {% block page_content %} -
+
{% block heading %}

{% trans "Upload Bill of Materials" %}

diff --git a/InvenTree/part/templates/part/cat_link.html b/InvenTree/part/templates/part/cat_link.html index fd6ca31c07..274cb83710 100644 --- a/InvenTree/part/templates/part/cat_link.html +++ b/InvenTree/part/templates/part/cat_link.html @@ -6,5 +6,8 @@ {% for path_item in category.parentpath %} {% endfor %} - + {% endif %} +{% if part %} + +{% endif %} \ No newline at end of file diff --git a/InvenTree/part/templates/part/category.html b/InvenTree/part/templates/part/category.html index 41f6437e6d..8f62afd557 100644 --- a/InvenTree/part/templates/part/category.html +++ b/InvenTree/part/templates/part/category.html @@ -17,7 +17,7 @@ {% endif %} -
+
{% if category %} @@ -115,7 +115,7 @@ {% block page_content %} -
+

{% trans "Parts" %}

@@ -160,7 +160,7 @@
-
+

{% trans "Part Parameters" %}

@@ -170,7 +170,7 @@
-
+

{% trans "Subcategories" %}

diff --git a/InvenTree/part/templates/part/detail.html b/InvenTree/part/templates/part/detail.html index d55b2511b2..65d47678e0 100644 --- a/InvenTree/part/templates/part/detail.html +++ b/InvenTree/part/templates/part/detail.html @@ -11,7 +11,7 @@ {% block page_content %} -
+

{% trans "Part Stock" %}

@@ -25,7 +25,7 @@
-
+

{% trans "Part Test Templates" %}

@@ -45,7 +45,7 @@
-
+

{% trans "Purchase Orders" %}

@@ -66,7 +66,7 @@
-
+

{% trans "Sales Orders" %}

@@ -94,11 +94,11 @@
-
+
{% include "part/prices.html" %}
-
+
@@ -121,11 +121,11 @@
-
+
-
+

{% trans "Part Variants" %}

@@ -150,7 +150,7 @@
-
+

{% trans "Parameters" %}

@@ -168,7 +168,7 @@
-
+

{% trans "Attachments" %}

@@ -177,7 +177,7 @@
- -
+

{% trans "Bill of Materials" %}

@@ -232,7 +232,7 @@
-
+

{% trans "Assemblies" %}

@@ -248,7 +248,7 @@
-
+

{% trans "Part Builds" %}

@@ -278,7 +278,7 @@
-
+

{% trans "Part Suppliers" %}

diff --git a/InvenTree/part/templates/part/import_wizard/part_upload.html b/InvenTree/part/templates/part/import_wizard/part_upload.html index b898cfbc98..344cd3e881 100644 --- a/InvenTree/part/templates/part/import_wizard/part_upload.html +++ b/InvenTree/part/templates/part/import_wizard/part_upload.html @@ -20,7 +20,7 @@ {% endblock %} {% block content %} -
+

{% trans "Import Parts from File" %} diff --git a/InvenTree/part/templates/part/part_app_base.html b/InvenTree/part/templates/part/part_app_base.html index 9476a6ec25..ec26dac282 100644 --- a/InvenTree/part/templates/part/part_app_base.html +++ b/InvenTree/part/templates/part/part_app_base.html @@ -19,7 +19,7 @@ {% block breadcrumbs %} {% if part %} -{% include "part/cat_link.html" with category=part.category %} +{% include "part/cat_link.html" with category=part.category part=part %} {% else %} {% include 'part/cat_link.html' with category=category %} {% endif %} diff --git a/InvenTree/part/templates/part/part_base.html b/InvenTree/part/templates/part/part_base.html index 9d3d94829c..788fa13a24 100644 --- a/InvenTree/part/templates/part/part_base.html +++ b/InvenTree/part/templates/part/part_base.html @@ -10,7 +10,7 @@ {% block content %} -
+

{{ part.full_name }}

@@ -64,39 +64,39 @@

-
- {% if barcodes %} {% endif %} {% if part.active %} - {% if roles.stock.change %} {% endif %} {% if part.purchaseable and roles.purchase_order.add %} - {% endif %} @@ -113,16 +113,16 @@ {% if roles.part.add or roles.part.change or roles.part.delete %}
- +
diff --git a/InvenTree/stock/templates/stock/item.html b/InvenTree/stock/templates/stock/item.html index 0ac9c285a6..172c0e0a7f 100644 --- a/InvenTree/stock/templates/stock/item.html +++ b/InvenTree/stock/templates/stock/item.html @@ -12,7 +12,7 @@ {% block page_content %} -
+

{% trans "Stock Tracking Information" %}

@@ -38,7 +38,7 @@
-
+

{% trans "Child Stock Items" %}

@@ -53,7 +53,7 @@
-
+

{% trans "Test Data" %}

@@ -83,7 +83,7 @@
-
+

{% trans "Attachments" %}

@@ -92,7 +92,7 @@
-
+
@@ -115,7 +115,7 @@
-
+

{% trans "Installed Stock Items" %}

diff --git a/InvenTree/stock/templates/stock/location.html b/InvenTree/stock/templates/stock/location.html index 0181f62c61..30ae429172 100644 --- a/InvenTree/stock/templates/stock/location.html +++ b/InvenTree/stock/templates/stock/location.html @@ -9,7 +9,7 @@ {% block content %} -
+

@@ -147,7 +147,7 @@ {% block location_content %} -
+

{% trans "Stock Items" %}

@@ -156,7 +156,7 @@
-
+

{% trans "Sublocations" %}

diff --git a/InvenTree/templates/InvenTree/index.html b/InvenTree/templates/InvenTree/index.html index 81264305c5..1eae7ebdc8 100644 --- a/InvenTree/templates/InvenTree/index.html +++ b/InvenTree/templates/InvenTree/index.html @@ -12,14 +12,14 @@
-
+