{% extends 'bom/bom-base.html' %} {% load staticfiles %} {% block head-title %}{{ part.full_part_number }}{% if part_revision %} {{ part_revision.synopsis }}{% endif %}{% endblock %} {% block head %} {% endblock %} {% block content %} {% include 'bom/bom-action-btn.html' with profile=profile %}

{{ part.full_part_number }}

{% if profile.role == 'A' %}

Select latest revision to edit, add a new revision, etc., or select an earlier revision for viewing only

{% else %}

Select a revision for viewing

{% endif %}
{% if part_revision %}
{% endif %}
{% if profile.role == 'A' and part_revision %}
more_vert
{% elif profile.role == 'A' and not part_revision %} addCreate Revision {% endif %}
{% if part_revision %}
{% csrf_token %}
{{ part_info_form }}
{% endif %}

  • Item Details
  • Item Class:
    {{ part.number_class }}
    Number:
    {{ part.full_part_number }} {% if profile.role == 'A' %}  [edit] {% endif %}
    Synopsis:
    {{ part_revision.synopsis }}
    Configuration:
    {{ part_revision.get_configuration_display|default:'n/a' }} {% if part_revision %}(as of ){% endif %}
     Files:
  • Manufacturer & Sourcing
  • Primary Manufacturer Part:
    {{ part.primary_manufacturer_part.manufacturer.name }} - {{ part.primary_manufacturer_part.manufacturer_part_number }} {% if profile.role == 'A' %}  [change] {% endif %}
    Est. Cost:
    ${{ indented_bom.unit_cost|floatformat:4 }}
    Subparts without costs:
    {{ indented_bom.missing_item_costs }}
    Est. Total NRE:
    ${{ indented_bom.nre|floatformat:2 }}
    Est. Cost per {{ qty }} Unit Order (Including MOQs):
    ${{ indented_bom.out_of_pocket_cost|floatformat:2 }}
Indented | Flat
{% include 'bom/bom-indented.html' with order_by=order_by bom_items=indented_bom.parts part=part part_revision=part_revision profile=profile %}

  • my_locationWhere this revision is used
    {% for used_part in where_used %} {% empty %} {% endfor %}
    Part Number Synopsis Rev Manufacturer MPN
    {{ used_part.part.full_part_number }} {{ used_part.synopsis }} {{ used_part.revision }} {{ used_part.part.primary_manufacturer_part.manufacturer.name }} {{ used_part.part.primary_manufacturer_part.manufacturer_part_number }}
    This part is not currently used in any of your other parts. To add a part to a subassembly or assembly, go to the parent part's Bill of Materials, and click "Manage", then "Edit".
  • location_searchingAll part usages
    {% for used_part in where_used_part %} {% empty %} {% endfor %}
    Part Number Synopsis Rev Manufacturer MPN
    {{ used_part.part.full_part_number }} {{ used_part.synopsis }} {{ used_part.revision }} {{ used_part.part.primary_manufacturer_part.manufacturer.name }} {{ used_part.part.primary_manufacturer_part.manufacturer_part_number }}
    This part is not currently used in any of your other parts. {% if profile.role == 'A' %} To add a part to a subassembly or assembly, go to the parent part's Bill of Materials, and click "Manage", then "Edit". {% endif %}
{% if profile.role == 'A' %} {% endif %}
{% for manufacturer_part in part.manufacturer_parts %} {# #} {% for seller_part in manufacturer_part.seller_parts %} {% empty %} {% endfor %} {% empty %} {% endfor %}
MPN Manufacturer Seller MOQ MPQ Price Lead Time (days) NRE NCNR Manage
{{ manufacturer_part.manufacturer_part_number }} {{ manufacturer_part.manufacturer }} {{ manufacturer_part.optimal_seller.seller.name }} {{ manufacturer_part.optimal_seller.minimum_order_quantity }} {{ manufacturer_part.optimal_seller.minimum_pack_quantity }} {{ manufacturer_part.optimal_seller.unit_cost }} {{ manufacturer_part.optimal_seller.lead_time_days }} {{ manufacturer_part.optimal_seller.nre_cost }} {{ manufacturer_part.optimal_seller.ncnr }} {% if profile.role == 'A' %} more_horiz {% endif %}
{{ seller_part.seller.name }} {{ seller_part.minimum_order_quantity }} {{ seller_part.minimum_pack_quantity }} {{ seller_part.unit_cost }} {{ seller_part.lead_time_days }} {{ seller_part.nre_cost }} {{ seller_part.ncnr }} {% if profile.role == 'A' %} edit | delete {% endif %}
This manufacturer part has no sellers entered yet.
This part has no manufacturer parts.
{% endblock %} {% block bom-script %} {% endblock bom-script %}