ssl {planr} | R Documentation |
Calculates the short shelf life of an opening inventories, also called obsolescence risks
ssl(dataset, DFU, Period, Demand, Opening)
dataset |
a dataframe with the demand in weekly or monthly bucket for each item |
DFU |
name of an item, a SKU, or a node like an item x location |
Period |
a period of time, expressed in monthly or weekly bucket |
Demand |
the quantity of an item planned to be consumed in units for a given period |
Opening |
the breakdown of the opening inventories by expiry date, or percentage of minimum remaining shelflife for use |
a dataframe with the SSL.Qty related to the Opening Inventories of each item
ssl(dataset = slob, DFU, Period, Demand, Opening)