en:lensinfo:version010000:simpletypes:b2binfoorderstates
orderStatus (B2BInfoOrderStates)
| values | description |
|---|---|
| DELETED | order was canceled |
| INCOMPLETE | order is not complete and needs additional data for production |
| OPEN | order ok and is waiting for production |
| ORDERED | |
| PRODUCTION | order is in production |
| COATING_TINTING | order is in coating or tinting |
| COMPLETED | order is completed but not dispatched |
| DISPATCHED | order was dispatched and are on the way to the customer |
| FINISHING | order is in finishing, where the lenses are set in a frame |
<xs:simpleType name="B2BInfoOrderStates"> <xs:restriction base="xs:string"> <xs:enumeration value="DELETED" /> <xs:enumeration value="INCOMPLETE" /> <xs:enumeration value="OPEN" /> <xs:enumeration value="ORDERED" /> <xs:enumeration value="PRODUCTION" /> <xs:enumeration value="COATING_TINTING" /> <xs:enumeration value="COMPLETED" /> <xs:enumeration value="DISPATCHED" /> <xs:enumeration value="FINISHING" /> </xs:restriction> </xs:simpleType>
en/lensinfo/version010000/simpletypes/b2binfoorderstates.txt · Last modified: 2014/01/03 15:48 by sebastianraring
