This dataset contains the basic features to calculate projected inventories and coverages. Just 5 features are needed for this: a DFU, a Period, a Demand, an initial Opening Inventory and a Supply Plan. We can apply on it the light_proj_inv() function, it will return calculated projected inventories and coverages.

data(blueprint_light)

Format

A data frame with 520 rows and 5 variables

Details

  • DFU, an item

  • Period, a date

  • Demand, a consumption in units

  • Opening, available inventories at the beginning in units

  • Supply, a Replenishment Plan in units

Author

Nicolas Nguyen nikonguyen@yahoo.fr