mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Adds ability to filter stock item tables by "tracked" status
- Also fixes some slight errors in the API filtering logic
This commit is contained in:
		| @@ -242,6 +242,11 @@ function getAvailableTableFilters(tableKey) { | ||||
|                 title: '{% trans "Batch" %}', | ||||
|                 description: '{% trans "Batch code" %}', | ||||
|             }, | ||||
|             tracked: { | ||||
|                 title: '{% trans "Tracked" %}', | ||||
|                 description: '{% trans "Stock item is tracked by either batch code or serial number" %}', | ||||
|                 type: 'bool', | ||||
|             }, | ||||
|             has_purchase_price: { | ||||
|                 type: 'bool', | ||||
|                 title: '{% trans "Has purchase price" %}', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user