2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

BOM Table Improvements (#3310)

* Bug fix for "multi delete" form

- Was requesting entire LIST endpoint before launching form
- Could cause extremely long delays before window opened

* Improve rendering of "no stock available" in BOM table

* Adds footer row to BOM table

- Display total number of parts
- Display minimum "can build" amount

* Added extra information to footer row

* Annotate 'ordering' quantity to BOM list

- Display this quantity in the BOM table

* Bump API version

* JS linting

* Allow BOM list to be filtered by "on_order" parameter

* Add information showing amount that can be built once orders are received
This commit is contained in:
Oliver
2022-07-08 14:13:00 +10:00
committed by GitHub
parent 13dc14ce6f
commit 8f10bbb7e1
10 changed files with 136 additions and 26 deletions

View File

@ -297,6 +297,7 @@
stock_item: {{ item.pk }},
}
},
multi_delete: true,
method: 'DELETE',
title: '{% trans "Delete Test Data" %}',
preFormContent: html,