1. Returns. There are both Customer as well as Vendor Returns. Those should generate DeliverySchedules for Putaway or Picking operations.
2. I made the above automatically. That means whenever such documents are completed, their DS will be generated as shown for a case below:
3. I also included Purchase and Sales to be auto generated. This is done in the WMSext plugin. Just stop the plugin and it won't do the auto-generate. When you refresh or start the plugin, a terminal message will appear to give you visibility of the plugin:
- Code: Select all
osgi> refresh 303
osgi> *** WMS EXTRA PLUGIN **** MOrder and MInOut Model Events registered to generate DELIVERY SCHEDULES.
4. The InfoWindow and WMS models will persist AttributeSetInstance throughout, as can be seen in screenshot above.
5. DS will thus has DocType as one of its column and criteria. Again in same screenshot. Putaway/Picking windows too, but at WM_InOutLine level because there can be multiple DS merged into a single InOut. This allows multi document management during Warehouse operations. When you select singularly a DS line, you can zoom and view the link to its underlying document i.e. Order or Returns.
TODO:
a. Process buttons for 'Set Gate/PromisedDate
(Note: in process for Generate Putaway/Picking already has Merge to other active Putaway/Picking)