mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
Add extra filtering options for stock items (#394)
This commit is contained in:
@ -76,6 +76,9 @@
|
||||
"attention": "Attention",
|
||||
"@attention": {},
|
||||
|
||||
"available": "Available",
|
||||
"@available": {},
|
||||
|
||||
"availableStock": "Available Stock",
|
||||
"@availableStock": {},
|
||||
|
||||
@ -357,6 +360,12 @@
|
||||
"filterComponentDetail": "Show component parts",
|
||||
"@filterComponentDetail": {},
|
||||
|
||||
"filterExternal": "External",
|
||||
"@filterExternal": {},
|
||||
|
||||
"filterExternalDetail": "Show stock in external locations",
|
||||
"@filterExternalDetail": {},
|
||||
|
||||
"filterInStock": "In Stock",
|
||||
"@filterInStock": {},
|
||||
|
||||
|
Reference in New Issue
Block a user