### Purchase Orders Shipping Status

```
enum PurchaseShippingStatus
{
       None = 0,
       PartiallyShipped = 1,
       FullyShipped = 2
}
```
