powered by
Calculates projected inventories and coverages and perform an analysis vs stocks targets
proj_inv(dataset, DFU, Period, Demand, Opening, Supply, Min.Cov, Max.Cov)
a dataframe with the calculated projected inventories and coverages and the related analysis
a dataframe with the demand and supply features for an item per period
name of an item, a SKU, or a node like an item x location
a period of time monthly or weekly buckets for example
the quantity of an item planned to be consumed in units for a given period
the opening inventories of an item in units at the beginning of the horizon
the quantity of an item planned to be supplied in units for a given period
minimum stocks target of an item expressed in periods
maximum stocks target of an item expressed in periods
proj_inv(dataset = blueprint, DFU, Period, Demand, Opening, Supply, Min.Cov, Max.Cov)
Run the code above in your browser using DataLab