2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

Update status codes (#307)

* Extra error info when connecting to server

* Adds accessors for various types of status codes

* Cleanup / refactor stock status codes

- No longer need to duplicate these on the app

* improvements to purchase order list

- Add option to show closed orders
- Render order status

* Add purchase order status to order detail widget

* Update release notes

* Cleanup for imports

* linting fixes
This commit is contained in:
Oliver
2023-04-10 23:12:30 +10:00
committed by GitHub
parent efb7ff4170
commit 26b86a2194
10 changed files with 214 additions and 80 deletions

View File

@ -288,6 +288,12 @@
"errorFetch": "Error fetching data from server",
"@errorFetch": {},
"errorUserRoles": "Error requesting user roles from server",
"@errorUserRoles": {},
"errorPluginInfo": "Error requesting plugin data from server",
"@errorPluginInfo": {},
"errorReporting": "Error Reporting",
"@errorReporting": {},
@ -579,6 +585,12 @@
"onOrderDetails": "Items currently on order",
"@onOrderDetails": {},
"outstanding": "Outstanding",
"@outstanding": {},
"outstandingOrderDetail": "Show outstanding orders",
"@outstandingOrderDetail": {},
"packaging": "Packaging",
"@packaging": {},