proj_inv {planr}R Documentation

Calculates projected inventories and coverages and perform an analysis vs stocks targets

Description

Calculates projected inventories and coverages and perform an analysis vs stocks targets

Usage

proj_inv(dataset, DFU, Period, Demand, Opening, Supply, Min.Cov, Max.Cov)

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

Min.Cov

minimum stocks target of an item expressed in periods

Max.Cov

maximum stocks target of an item expressed in periods

Value

a dataframe with the calculated projected inventories and coverages and the related analysis

Examples

proj_inv(dataset = blueprint, DFU, Period, Demand, Opening, Supply, Min.Cov, Max.Cov)

[Package planr version 0.4.0 Index]