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

Add "sent_to_customer" filter

This commit is contained in:
Oliver Walters
2020-08-09 21:10:21 +10:00
parent 502702b3bc
commit 0da9e0f834
2 changed files with 16 additions and 0 deletions

View File

@ -57,6 +57,11 @@ function getAvailableTableFilters(tableKey) {
title: '{% trans "In Stock" %}',
description: '{% trans "Show items which are in stock" %}',
},
sent_to_customer: {
type: 'bool',
title: '{% trans "Sent to customer" %}',
description: '{% trans "Show items which have been assigned to a customer" %}',
},
serialized: {
type: 'bool',
title: '{% trans "Is Serialized" %}',