inventory_reorder: Forecast and run inventory management algorithm, returning...

View source: R/inventory_reorder.R

inventory_reorderR Documentation

Forecast and run inventory management algorithm, returning reorder quantities by site and drug

Description

Forecast and run inventory management algorithm, returning reorder quantities by site and drug

Usage

inventory_reorder(
  site,
  supplier,
  product,
  w_order,
  requis,
  holidays,
  updateProgress = NULL
)

Arguments

site

String. Site code (selected from dynamic UI listing all sites)

supplier

String. Supplier (changes weekly, selected in Shiny interface)

product

dataframe. Contents of product_sup_profile, loaded in app_server.R

w_order

dataframe. Contents of w_order_log_df1, loaded in app_server.R


CDU-data-science-team/phaRmacyForecasting documentation built on Jan. 2, 2023, 5:56 p.m.