2
0
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:
Oliver Walters
2019-06-27 22:15:58 +10:00
parent 3085db44af
commit 2831ac55c4
5 changed files with 58 additions and 1 deletions

View 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 %}