{% extends "part/part_app_base.html" %} {% load static %} {% load i18n %} {% load barcode %} {% load inventree_extras %} {% block sidebar %} {% include "part/part_sidebar.html" %} {% endblock sidebar %} {% block thumbnail %} {% include "part/part_thumb.html" %} {% endblock thumbnail %} {% block heading %} {{ part.full_name }} {% endblock heading %} {% block actions %} {% admin_url user "part.part" part.pk as url %} {% include "admin_button.html" with url=url %} {% if starred_directly %} {% elif starred %} {% else %} {% endif %} {% if barcodes or labels_enabled %}
{% if part.is_template %}
{% endif %}
{% if part.assembly %}
{% endif %}
{% if part.component %}
{% endif %}
{% if part.trackable %}
{% endif %}
{% if part.purchaseable %}
{% endif %}
{% if part.salable %}
{% endif %}
{% if not part.active %}
|
||
{% trans "Description" %} | {{ part.description }}{% include "clip.html" %} | |
{% trans "Variant Of" %} | {{ part.variant_of.full_name }} |
{% trans "Available Stock" %} |
{% decimal available %} {% include "part/part_units.html" %} |
|
{% trans "In Stock" %} | {% include "part/stock_count.html" %} | |
{% trans "Minimum Stock" %} | {% decimal part.minimum_stock %} {% include "part/part_units.html" %} | |
{% trans "On Order" %} | {% decimal on_order %} {% include "part/part_units.html" %} | |
{% trans "Required for Orders" %} | {% decimal required %} | |
{% trans "Allocated to Build Orders" %} | {% progress_bar allocated_build_order_quantity required_build_order_quantity id='build-order-allocated' max_width='150px' %} | |
{% trans "Allocated to Sales Orders" %} | {% progress_bar allocated_sales_order_quantity required_sales_order_quantity id='sales-order-allocated' max_width='150px' %} | |
{% trans "Can Build" %} | {% decimal part.can_build %} | |
{% trans "Building" %} | {% decimal quantity_being_built %} |
{% trans "Category" %} | {{ part.category.name }} | |
{% trans "IPN" %} | {{ part.IPN }}{% include "clip.html" %} | |
{% trans "Revision Of" %} | {{ part.revision_of.full_name }} | |
{% trans "Revision" %} | {{ part.revision }}{% include "clip.html" %} | |
{% trans "Units" %} | {{ part.units }} | |
{% trans "Minimum stock level" %} | {% decimal part.minimum_stock %} | |
{% trans "Keywords" %} | {{ part.keywords }}{% include "clip.html" %} |
{% trans "Creation Date" %} | {% render_date part.creation_date %} {% if part.creation_user %} {{ part.creation_user }} {% endif %} | |
{% trans "Price Range" %} | {% if pricing.overall_min == pricing.overall_max %} {% render_currency pricing.overall_max %} {% else %} {% render_currency pricing.overall_min %} - {% render_currency pricing.overall_max %} {% endif %} {% if part.units %}  / {{ part.units }}{% endif %} | |
{% trans "Last Stocktake" %} | {% decimal stocktake.quantity %} {{ stocktake.user.username }} | |
{% trans "Latest Serial Number" %} | {{ sn }} | |
{% trans "Default Location" %} | {{ part.default_location }} | |
{% trans "Default Supplier" %} | {{ part.default_supplier }} | |
{% trans "External Link" %} | {% include 'clip_link.html' with link=part.link new_window=True %} | |
{% trans "Responsible" %} | {{ part.responsible_owner }} |