mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-17 12:33:08 +00:00
17 lines
463 B
HTML
17 lines
463 B
HTML
{% extends "modal_form.html" %}
|
|
|
|
{% block pre_form_content %}
|
|
|
|
{{ block.super }}
|
|
|
|
<p>Select a BOM file to upload for <b>{{ part.name }} - <i>{{ part.description }}</i></b>.</p>
|
|
|
|
<p>The BOM file must contain the required named columns as provided in the <a href="/part/bom_template/">BOM Upload Template</a></a></p>
|
|
|
|
<b>Notes:</b>
|
|
<ul>
|
|
<li>Supported file formats: <i>.csv, .tsv, .xls, .xlsx</li>
|
|
<li>Maximum of 1000 lines per BOM</li>
|
|
</ul>
|
|
|
|
{% endblock %} |