{% extends "company/supplier_part_base.html" %} {% load static %} {% load i18n %} {% load inventree_extras %} {% block details %} {% include "company/supplier_part_tabs.html" with tab='pricing' %}
| {% trans "Order Multiple" %} | {{ part.multiple }} |
| {% trans "Base Price (Flat Fee)" %} | {{ part.base_cost }} |
| {% trans "Price Breaks" %} |
|
|---|---|
| {% trans "Quantity" %} | {% trans "Price" %} |
| {% decimal pb.quantity %} |
{% if pb.currency %}{{ pb.currency.symbol }}{% endif %}
{% decimal pb.cost %}
{% if pb.currency %}{{ pb.currency.suffix }}{% endif %}
|
| {% trans "No price breaks have been added for this part" %} | |