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
-
Purchase Orders Shipping Status
- 0
- 25
-
Receiving Status
- 0
- 37
-
Payment Status
- 0
- 40
-
Payment Method
- 0
- 41
-
Payment Type
- 0
- 32
-
Address Status
- 0
- 40