I am using Microsoft RMS V1.3R, I would like to set my Restock Level and Reorder Point automatically based on quantity sold within a specified time frame, given the lead time to replenish the inventory (X No. of days). Then have the Reorder point be the number of items sold within the time window. Next have the Restock level be percnetage higher than the Reorder point. I would like to do this with a query in Store operations Administrator with SQL query...
This is what i was thinking... This will do take care of 90-95% of the inventory, and then will have to tweak seasonal items accordingly....
X = Qty Sold with within Time Frame
Y = Number of days in Time Frame
Z= Lead time to replenish Stock
T = % Buffer (Amount of conservative)
Reorder Point = Round Up ( (x / y) * (Z) * (t/100) )
Restock Level = ( Reorder Point ) * 20%
Then for all item set new Reorder Point and Restock Level
*This post is locked for comments