2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-12-19 02:23:20 +00:00

Order status codes (#460)

* Add status code information for Sales Orders

* Add status codes for purchase orders
This commit is contained in:
Oliver
2023-03-30 23:53:37 +11:00
committed by GitHub
parent b4985d21eb
commit 14a3db3d5b
3 changed files with 31 additions and 9 deletions

View File

@@ -44,9 +44,9 @@ Each Return Order has a specific status code, as follows:
| Status | Description |
| --- | --- |
| Pending | The return order has been created, but not sent to the customer |
| In Progress | The return order has been sent to the customer |
| Complete | The return order was marked as complete |
| Cancelled | The return order was cancelled |
| In Progress | The return order has been issued to the customer |
| Complete | The return order was marked as complete, and is now closed |
| Cancelled | The return order was cancelled, and is now closed |
## Create a Return Order