mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
Assigned to me filter (#568)
* Add "assigned to me" order filter * Update version and release notes
This commit is contained in:
@ -62,6 +62,12 @@
|
||||
"appSettingsDetails": "Configure InvenTree app settings",
|
||||
"@appSettingsDetails": {},
|
||||
|
||||
"assignedToMe": "Assigned to Me",
|
||||
"@assignedToMe": {},
|
||||
|
||||
"assignedToMeDetail": "Show orders which are assigned to me",
|
||||
"@assignedToMeDetail": {},
|
||||
|
||||
"attachments": "Attachments",
|
||||
"@attachments": {},
|
||||
|
||||
|
@ -149,6 +149,11 @@ class _PaginatedPurchaseOrderListState extends PaginatedSearchState<PaginatedPur
|
||||
"label": L10().overdue,
|
||||
"help_text": L10().overdueDetail,
|
||||
"tristate": true,
|
||||
},
|
||||
"assigned_to_me": {
|
||||
"label": L10().assignedToMe,
|
||||
"help_text": L10().assignedToMeDetail,
|
||||
"tristate": true,
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -132,6 +132,11 @@ class _PaginatedSalesOrderListState extends PaginatedSearchState<PaginatedSalesO
|
||||
"label": L10().overdue,
|
||||
"help_text": L10().overdueDetail,
|
||||
"tristate": true,
|
||||
},
|
||||
"assigned_to_me": {
|
||||
"label": L10().assignedToMe,
|
||||
"help_text": L10().assignedToMeDetail,
|
||||
"tristate": true,
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user