View source: R/drug_quantity.R
inventory_reorder | R Documentation |
Forecast and run inventory management algorithm, returning reorder quantities by site and drug
inventory_reorder(
site,
supplier,
product,
w_order,
requis,
holidays,
updateProgress = NULL
)
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 |
dataframe containing drug name, stock level, days to order, etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.