ssl {planr}R Documentation

Calculates the short shelf life of an opening inventories, also called obsolescence risks

Description

Calculates the short shelf life of an opening inventories, also called obsolescence risks

Usage

ssl(dataset, DFU, Period, Demand, Opening)

Arguments

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

Value

a dataframe with the SSL.Qty related to the Opening Inventories of each item

Examples

ssl(dataset = slob, DFU, Period, Demand, Opening)


[Package planr version 0.4.1 Index]