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

Add option to filter out variants in stock table

This commit is contained in:
Oliver Walters
2021-02-21 20:08:23 +11:00
parent b95d6a4ab2
commit dffff89e9d
2 changed files with 15 additions and 3 deletions

View File

@ -130,6 +130,11 @@ function getAvailableTableFilters(tableKey) {
title: '{% trans "In Production" %}',
description: '{% trans "Show items which are in production" %}',
},
include_variants: {
type: 'bool',
title: '{% trans "Include Variants" %}',
description: '{% trans "Include stock items for variant parts" %}',
},
installed: {
type: 'bool',
title: '{% trans "Installed" %}',