1 2 3 4 5 6 7 8 9 10 |
enum PurchaseStatus { Saved = 0, Ordered = 1, Pending = 2, Received = 3, Cancelled = 4, Completed = 5, [Select] = -1 } |
Related Articles
-
Shipping Container Status
- 0
- 391
-
Shipping Container Shipping Status
- 0
- 296
-
RMA Approval Status
- 1
- 460
-
Purchase Orders Shipping Status
- 0
- 897
-
Receiving Status
- 0
- 999
-
Payment Status
- -1
- 1289