1 2 3 4 5 6 7 |
enum { Arrived = 0, NotArrived = 1, Shipped = 2, NotShipped = 3, ReceivingErrors = 4 } |
Related Articles
-
Shipping Container Status
- 0
- 339
-
RMA Approval Status
- 1
- 345
-
Purchase Orders Shipping Status
- 0
- 819
-
Receiving Status
- 0
- 916
-
Payment Status
- -1
- 1220
-
Purchase Order Status
- 0
- 887