Replenishment Calculation
System Setup / Plugin Customization / Plugin Configuration [SET062] .
This plugin can be used with the Pickface Replenishment Review or the Replenishment Release screen. It allows multiple plugins to be uploaded as a site may want several calculation options. There is not one magic rule for calculating replenishment orders. Some calculations can be straightforward, yet others can be very complex. Due to this, DATASCOPE PREMIUM WMS allows custom-scripted replenishment calculations to be embedded into the software. Refer to the Plugin Customization User Guide for more information on writing custom-scripted replenishment calculations.
Â
If you don’t like reading, you can watch the video.
Try it!
Plugin details
Type | Plugin Name | Interface | Location | Method Name | Module | Linked Action |
Replenishment | Replenishment Calculation | IReplenishmentCalculation | DATASCOPE.SDK.PluginInterfaces | Â | Pickface Replenishment Review Replenishment Release | Calculation Type |
To develop your plugin:
For more information, refer to What is needed to work with Plugins?
Insert the DATASCOPE SDK
Insert the inheritance from the DATASCOPE SDK
Select the required Interface.
Write your code as per your own requirement.
Build it into a single .dll file and save it in the C:/ Program Files / DATASCOPE / DATASCOPE WMS WebAPI / Plugins folder on the server.
Test it in the module.
To configure this plugin
From the Main Menu, browse to System Setup / Plugin Customization / Plugin Configuration
Select Replenishment Calculation from the Plugin Name drop-down.
Select ADD from the Action drop-down
Enter a Display Name (i.e., CUSTOM_REPLEN)
Add the compiled DLL file name, developed by a developer, in the Dll FileName field - for example customreplen.dll
Select Save to save the configuration.
This plugin will now be configured for the Calculation Type drop-down on the Replenishment Release filter screen or the Calculation Type drop-down on the Pickface Replenishment Review screen.
For more information on configuring a plugin, refer to Create a Custom Plugin and link it to a Module or System Setting (configuring plugins) or Developing your own plugins | Configuring the plugin in the software
Â