=====Version 6.3===== [[http://builds.produmex.name/ProdumexWMS/PNG_6.3.x.x_builds/|Download Version 6.3]] **Tested SAP B1 versions** * SAP B1 9.1 PL13 (MSSQL 2012 and HANA 122.04) * SAP B1 9.2 PL07 (MSSQL 2012 and HANA 122.04) //Note: Older and newer SAP B1 versions will usually also work, but haven't been specifically tested in this version.// **Important remark** Structural changes have been made to the way the transaction notification of Produmex is called for Produmex objects/documents, such as moves, adding pick lists, ... \\ For those cases the SP **PMX_SP_TransactionNotification** is now being called from the code instead of **SBO_SP_TransactionNotification**. \\ //(The call in SBO_SP_TransactionNotification to PMX_SP_TransactionNotification will remain the same)// This means that **custom checks**, and/or the call to the SP for the **notification queue** need to be moved manually to SP **PMX_SP_TransactionNotification**. If this is not done, that code will NOT be executed when for instance adding moves, pick lists, ... **Previous flow:** {{:implementation:transactionnotificationprevious.png?}} **New flow:** {{:implementation:transactionnotificationnew.png}} Legend: * Blue: SP * Yellow: The SP called by the code * Red: Moved SP After the upgrade, check the 'Automatically close production orders on completion?' setting on the [[implementation:wms:productioncontroller|Production controller]]. It is possible that the setting is set to //False// during the upgrade. ====6.3.1.25==== === DB version: 595=== === DB Branch version: 0 === * **Sales** * Picking: * Multi picking: Allow to select a wave. This can be enabled on the pick list controller. * Define on pick list type on what picking module the pick list can be picked: Picking, Zone picking, Multi picking, Ad hoc picking. * New sorting option for 'Pick items order by' * This new option uses an SP to define the sorting of the items shown on the scanner. This SP can be customized. * New hook flow on the Picking flow: PickingAfterItemToPickIdentifiedHookScript * This is called during Item picking, after the item has been scanned or selected. * Allow to add packaging info on the delivery //(DLN7 & DLN8)// * New generator: This sales delivery note generator will perform the creation of sales deliveries into separate transactions. \\ This generator also allows to create PMX sales shippings through a setting. \\ Other generators will become obsolete in future versions. * Proposal creation: In case a proposal is partially created, show reason why not all stock was used. \\ Whether to show this info is configurable through the Pick list proposal generator. * New open sales order controller. This controller allows to customize the data shown on the screen. * **Purchase** * Show purchase order line remarks on the reception flow \\ * The view that is used can be set on the Purchase delivery generator. * **Move** * Customize 'Show empty location' button on the moves flow * Allow to have a custom translation and query behind this button. A hook flow 'SelectLocationForAdHocMovesHookScript' is used to create that query. * Location: Warn on adding different item/lot: This can now be a blocked instead of just showing a warning. * **Production** * Integration between Produmex WMS and Produmex Manufacturing * **General** * Traceability report * Show Master SSCC information * Show batch attributes * Silo consumption algorithm: Use FIFO instead of FEFO * Added possibility to hide buttons in flows * Configuration is done in UDT * Support SQL 2016 for 9.2 PL06 and up * The inventory report //(Grouping level Detail)// is now a view. * So it can easily be extended with additional columns * Integrated support tools //(Teamviewer & Goto Meeting)// * Enhancement to ePOD: Handle only full quantities * Changed the way we call the transaction notification SP * See important remark on top! ====6.3.1.33==== === DB version: 595=== === DB Branch version: 0 === Replenishment: Generation: Create order when minimum is reached, not when going below minimum.