Where can we find the values (cardinality) for the STATUS column in the s01_Orders table?
Miva Docs mention 8 different types: Pending, Processing, Shipped, Partially Shipped, Cancelled, Backordered, RMA Issued and Returned.
I can deduce from the status column distinct values:
0- Pending
100 - Processing
200 - Shipped
201 - Partially Shipped
300 - Cancelled
400 - Backordered
500 - RMA Issued
600 - Returned
Is this correct?
Miva Docs mention 8 different types: Pending, Processing, Shipped, Partially Shipped, Cancelled, Backordered, RMA Issued and Returned.
I can deduce from the status column distinct values:
0- Pending
100 - Processing
200 - Shipped
201 - Partially Shipped
300 - Cancelled
400 - Backordered
500 - RMA Issued
600 - Returned
Is this correct?
Comment