{% extends BASE_TEMPLATE %} {% load staticfiles %} {% load materializecss %} {% block head-title %}Manage BOM{% endblock %} {% block title %} Manage BOM {{ add_subpart_form.media }} {% endblock %} {% block menu %}
Item #{{ part.full_part_number}}
Level | Part No. | Qty | Description | Rev | Manufacturer | MPN | Reference | {% if profile.role == 'A' %}Edit | Remove | {% endif %}||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ subpart.indent_level }} | {{ subpart.part.full_part_number }} | {{ subpart.quantity }} | {{ subpart.part.description }} | {{ subpart.part.revision }} | {{ subpart.part.primary_manufacturer_part.manufacturer.name }} | {{ subpart.part.primary_manufacturer_part.manufacturer_part_number }} | {{ subpart.reference }} | {% if subpart.indent_level == 1 and subpart.subpart is not None %}edit | Remove | {% else %}{% endif %} |
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.
Additional fields include 'reference' or 'designator' to add a reference field to the subpart; 'dnp' if you don't want to upload the part to IndaBOM.