2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-14 15:41:10 +00:00

Create BOM export form

- Select output format
This commit is contained in:
Oliver Walters
2019-04-13 22:46:26 +10:00
parent 14de111130
commit b58c49e066
4 changed files with 40 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
Export BOM for {{ part.name }}
Export BOM (Bill of Materials) for {{ part.name }}
{% include "modal_csrf.html" %}
<form method="post" action='' class='js-modal-form' enctype="multipart/form-data">
{% csrf_token %}
{% load crispy_forms_tags %}
{% crispy form %}
</form>