proj_git {planr} | R Documentation |
Calculates the projected in transit for a defined DFU
Description
Calculates the projected in transit for a defined DFU
Usage
proj_git(dataset, DFU, Period, ETA.Current, ETA.Next, ETD.Next, TLT)
Arguments
dataset |
a dataframe which contains the different variable below for each DFU |
DFU |
name of a node, which is an item x location |
Period |
a period of time, expressed in weekly bucket |
ETA.Current |
quantities currently in transit displayed at their ETA date in units |
ETA.Next |
quantities to be shipped, not yet in transit, displayed at their ETA date in units |
ETD.Next |
quantities to be shipped, not yet in transit, displayed at their ETD date in units |
TLT |
Transit Lead Time, expressed in weeks, represents the difference between ETA and ETD dates |
Value
a dataframe with the projected in transit quantity calculated for each DFU
Examples
proj_git(dataset = demo_in_transit, DFU, Period, ETA.Current, ETA.Next, ETD.Next, TLT)
[Package planr version 0.4.1 Index]