{% extends 'bom/bom-base.html' %} {% load staticfiles %} {% load materializecss %} {% block head-title %}{{ title }}{% endblock %} {% block main %} {{ add_subpart_form.media }} {% endblock %} {% block bom-menu %} {% endblock %} {% block content %}
To batch add subparts to an assembly BOM, select the parent part number and upload a csv that contains columns with the headers 'part_number' or 'manufacturer_part_number', and a column with the header and 'quantity'.
If specified, the part number must have been already created in IndaBOM. Similarly, if specified, the manufacturer part number must have been already created in IndaBOM.
Additional fields include 'reference' or 'designator' to add a reference field to the subpart; 'do_not_load' if you don't want the part loaded into the assembly that contains it; 'dnp' if you don't want to upload the part to IndaBOM at all (i.e., just skip over it).