mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-14 15:41:10 +00:00
Link to download a BOM template file
This commit is contained in:
13
InvenTree/part/templates/part/bom_upload.html
Normal file
13
InvenTree/part/templates/part/bom_upload.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% 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>
|
||||
|
||||
<p>Supported file formats: <i>.csv, .tsv, .xls, .xlsx</i></p>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user