2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Consumed filter (#8574)

* Add API filter for 'consumed' status

* Add filter to table

* Bump API vession
This commit is contained in:
Oliver
2024-11-28 00:59:14 +11:00
committed by GitHub
parent a48d23b161
commit 28ea275d1a
3 changed files with 25 additions and 2 deletions

View File

@ -343,6 +343,11 @@ function stockItemTableFilters({
label: t`Include Variants`,
description: t`Include stock items for variant parts`
},
{
name: 'consumed',
label: t`Consumed`,
description: t`Show items which have been consumed by a build order`
},
{
name: 'installed',
label: t`Installed`,