2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-21 06:16:29 +00:00

Filter BOM table by "trackable" status

This commit is contained in:
Oliver Walters
2020-10-26 13:53:34 +11:00
parent 1a4eb3f870
commit 24ab48ef4c
3 changed files with 40 additions and 18 deletions

View File

@ -47,6 +47,9 @@
{% endif %}
<button title='{% trans "Export Bill of Materials" %}' class='btn btn-default action-button' id='download-bom' type='button'><span class='fas fa-file-download'></span></button>
{% endif %}
<div class='filter-list' id='filter-list-bom'>
<!-- Empty div (will be filled out with avilable BOM filters) -->
</div>
</div>
<table class='table table-striped table-condensed' data-toolbar="#button-toolbar" id='bom-table'>