diff --git a/InvenTree/company/templates/company/partdetail.html b/InvenTree/company/templates/company/partdetail.html index 644dc5760e..a67e0fbf2d 100644 --- a/InvenTree/company/templates/company/partdetail.html +++ b/InvenTree/company/templates/company/partdetail.html @@ -23,59 +23,66 @@
- - - - - -
Supplier{{ part.supplier.name }}
SKU{{ part.SKU }}
Internal Part - {% if part.part %} - {{ part.part.name }} +
+
+ + + + + + + + {% if part.URL %} + {% endif %} - - -{% if part.URL %} - -{% endif %} -{% if part.description %} - -{% endif %} -{% if part.manufacturer %} - - -{% endif %} -{% if part.note %} - -{% endif %} + {% if part.description %} + + {% endif %} + {% if part.manufacturer %} + + + {% endif %} + {% if part.note %} + + {% endif %} +
Supplier{{ part.supplier.name }}
SKU{{ part.SKU }}
Internal Part + {% if part.part %} + {{ part.part.name }} + {% endif %} +
URL{{ part.URL }}
URL{{ part.URL }}
Description{{ part.description }}
Manufacturer{{ part.manufacturer }}
MPN{{ part.MPN }}
Note{{ part.note }}
Description{{ part.description }}
Manufacturer{{ part.manufacturer }}
MPN{{ part.MPN }}
Note{{ part.note }}
+
+ +
+ -{% if part.multiple > 1 %} + {% if part.multiple > 1 %} -{% endif %} -{% if part.base_cost > 0 %} + {% endif %} + {% if part.base_cost > 0 %} -{% endif %} -{% if part.minimum > 1 %} + {% endif %} + {% if part.minimum > 1 %} -{% endif %} -
Pricing
Single Price{{ part.single_price }}
Order Multiple{{ part.multiple }}
Base Price (Flat Fee){{ part.base_cost }}
Minimum Order Quantity{{ part.minimum }}
- -
- -

Price Breaks

- - + {% endif %} + {% if part.price_breaks.all %} + -{% for pb in part.price_breaks.all %} - - - - -{% endfor %} + {% for pb in part.price_breaks.all %} + + + + + {% endfor %} + {% endif %}
Price Breaks
Quantity Price
{{ pb.quantity }}{{ pb.cost }}
{{ pb.quantity }}{{ pb.cost }}
+
+
+ +