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:
@ -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`,
|
||||
|
Reference in New Issue
Block a user