{% extends BASE_TEMPLATE %} {% load staticfiles %} {% block head-title %}Manage BOM{% endblock %} {% block title %} Manage BOM {% endblock %} {% block menu %}
Item #{{ part.full_part_number}}
To add batch subparts, upload a csv that contains at least two columns with the headers: part_number or manufacturer_part_number and quantity; the 'part_number' or 'manufacturer_part_number' column must contain part numbers that have already been created in this system.
Level | Part No. | Qty | Description | Rev | Manufacturer | MPN | Seller | Price | {% if profile.role == 'A' %}Octopart Match | Remove | {% endif %}|
---|---|---|---|---|---|---|---|---|---|---|---|
{{ subpart.indent_level }} | {{ subpart.part.full_part_number }} | {{ subpart.quantity }} | {{ subpart.part.description }} | {{ subpart.part.revision }} | {{ subpart.part.manufacturer.name }} | {{ subpart.part.manufacturer_part_number }} | {{ subpart.seller_part.seller.name | default:"-" }} | {{ subpart.seller_price | default:"-"}} | Match Part | {% if subpart.indent_level == 1 and subpart.subpart is not None %}Remove | {% else %}{% endif %} |