light_proj_inv {planr} | R Documentation |
Calculates projected inventories and coverages
Description
Calculates projected inventories and coverages
Usage
light_proj_inv(dataset, DFU, Period, Demand, Opening, Supply)
Arguments
dataset |
a dataframe with the demand and supply features for an item per period |
DFU |
name of an item, a SKU, or a node like an item x location |
Period |
a period of time monthly or weekly buckets for example |
Demand |
the quantity of an item planned to be consumed in units for a given period |
Opening |
the opening inventories of an item in units at the beginning of the horizon |
Supply |
the quantity of an item planned to be supplied in units for a given period |
Value
a dataframe with the calculated projected inventories and coverages and the related analysis
Examples
light_proj_inv(dataset = blueprint_light, DFU, Period, Demand, Opening, Supply)
[Package planr version 0.4.1 Index]