Page 1 of 1

Stopping Purcchase Order Replenish to Min popup

PostPosted: Wed Aug 27, 2014 6:25 pm
by DannyC
Hi,
How do we stop the Replenish to Minimum popup in Purchase Orders?

Re: Stopping Purcchase Order Replenish to Min popup  Topic is solved

PostPosted: Wed Aug 27, 2014 7:11 pm
by Mike.Sheen
DannyC wrote:Hi,
How do we stop the Replenish to Minimum popup in Purchase Orders?


Assuming you're happy with fixed values being passed to the underlying stored proc, then in the Plugin named "Purchase Order Reorder Method - Replenish to Minimum" just needs to be copied and then edited to not invoke the "MyReplenishToMinimumDialog" - there are two places in the plugin where the dialog is shown - when a PO Line is added, and when the user clicks the "Auto Search" button. Don't forget to disable the standard plugin if you do this, or at least rename your re-order method in the code so the user doesn't get two reorder methods with the same name in their order method selection combobox.

Attached is a modification of the "Purchase Order Reorder Method - Replenish to Minimum" plugin which does what you want.

Mike

Re: Stopping Purcchase Order Replenish to Min popup

PostPosted: Thu Aug 28, 2014 4:19 pm
by DannyC
Now you mention how to do it, it's almost obvious!