{% extends "page_base.html" %} {% load static %} {% load inventree_extras %} {% load status_codes %} {% load i18n %} {% block page_title %} {% inventree_title %} | {% trans "Stock Item" %} - {{ item }} {% endblock %} {% block sidenav %}
{% endblock %} {% block breadcrumbs %} {% include 'stock/loc_link.html' with location=item.location %} {% endblock %} {% block heading %}{% trans "Base Part" %} | {% if roles.part.view %} {% endif %} {{ item.part.full_name }} {% if roles.part.view %} {% endif %} | ||
{% trans "Serial Number" %} | {% if previous %} {{ previous.serial }} ‹ {% endif %} {{ item.serial }} {% if next %} › {{ next.serial }} {% endif %} | ||
{% trans "Quantity" %} | {% decimal item.quantity %} {% if item.part.units %}{{ item.part.units }}{% endif %} | ||
{% trans "Customer" %} | {{ item.customer.name }} | ||
{% trans "Installed In" %} | {{ item.belongs_to }} | ||
{% trans "Sales Order" %} | {{ item.sales_order.reference }} - {{ item.sales_order.customer.name }} | ||
{% trans "Location" %} | {% if item.location %}{{ item.location.name }} | {% else %}{% trans "No location set" %} | {% endif %}|
{% trans "Barcode Identifier" %} | {{ item.uid }} | ||
{% trans "Batch" %} | {{ item.batch }} | ||
{% trans "Packaging" %} | {{ item.packaging }} | ||
{% trans "Build" %} | {{ item.build }} | ||
{% trans "Purchase Order" %} | {{ item.purchase_order }} | ||
{% trans "Purchase Price" %} | {{ item.purchase_price }} | ||
{% trans "Parent Item" %} | {% trans "Stock Item" %} #{{ item.parent.id }} | ||
{% trans "External Link" %} | {{ item.link }} | ||
{% trans "Manufacturer" %} | {% if item.supplier_part.manufacturer_part.manufacturer %}{{ item.supplier_part.manufacturer_part.manufacturer.name }} | {% else %}{% trans "No manufacturer set" %} | {% endif %}|
{% trans "Manufacturer Part" %} | {{ item.supplier_part.manufacturer_part.MPN }} | ||
{% trans "Supplier" %} | {{ item.supplier_part.supplier.name }} | ||
{% trans "Supplier Part" %} | {{ item.supplier_part.SKU }} | ||
{% trans "Expiry Date" %} | {{ item.expiry_date }} {% if item.is_expired %} {% trans "Expired" %} {% elif item.is_stale %} {% trans "Stale" %} {% endif %} | ||
{% trans "Last Updated" %} | {{ item.updated }} | ||
{% trans "Last Stocktake" %} | {% if item.stocktake_date %}{{ item.stocktake_date }} {{ item.stocktake_user }} | {% else %}{% trans "No stocktake performed" %} | {% endif %}|
{% trans "Status" %} | {% stock_status_label item.status %} | ||
{% trans "Tests" %} | {{ item.requiredTestStatus.passed }} / {{ item.requiredTestStatus.total }} |