{% extends 'bom/bom-base.html' %} {% load static %} {% block head-title %}{{ title }}{% endblock %} {% block main %} {% endblock %} {% block bom-menu %}
  • Cancel
  • {% endblock %} {% block content %}
    {% if profile.role == 'A' %}
    Upload Parts

    To batch create parts, upload a csv that contains columns with the headers {% if organization.number_scheme == 'S' %}'part_class' or {% endif %}'part_number', 'description' or 'value' along with 'value_units', and 'revision'. {% if organization.number_scheme == 'S' %}If you specify a part number then it must be one that is not already being used. If you don't specify a part number then IndaBOM will create one for you.{% endif %}

    You may optionally specify a manufacturer and manufacturer's part number using columns with the headers 'manufacturer' and a 'manufacturer_part_number'. For the names of other optional columns click here.

    {% csrf_token %}
    File {{ form.file }}
    {{ form.file.errors }}
    {% else %} {% include 'bom/nothing-to-see.html' with required_privilege='Admin' %} {% endif %}
    {% endblock %}