On recent project, customer put up a requirement which was pretty unusual among common scenarios of sales picking. Customer wants a new sales pickinglist on cancellation of items on a single picking route.
In order to achieve this functionality let have a look on the tables involved in maintaining data of sales pickinglist.
In order to achieve this functionality let have a look on the tables involved in maintaining data of sales pickinglist.
- WMSShipment
- WMSPickingRoute
- WMSPickingRouteLink
- WMSOrder
- WMSOrderTrans
WMSShipment
The WMSShipment table contains information about shipments.
WMSPickingRoute
The WMSPickingRoute table contains information about picking routes. The picking routes are used by the warehouse management system to control the picking process.
WMSPickingRouteLink
The WMSPickingRouteLink table contains information about which sales orders and which picking routes are related.
WMSOrder
The WMSOrder table contains information about orders that are handled by the warehouse management system.
WMSOrderTrans
The WMSOrderTrans table contains information about order lines and items that are handled by the warehouse management system. This table is used for item picking, shipping, and pallet transportation.