Link new settings pages to new tables for config
This commit is contained in:
@@ -26,7 +26,12 @@ const METRICS_TABLES = [
|
||||
|
||||
// Config tables that must exist
|
||||
const CONFIG_TABLES = [
|
||||
'stock_thresholds'
|
||||
'stock_thresholds',
|
||||
'lead_time_thresholds',
|
||||
'sales_velocity_config',
|
||||
'abc_classification_config',
|
||||
'safety_stock_config',
|
||||
'turnover_config'
|
||||
];
|
||||
|
||||
// Core tables that must exist
|
||||
|
||||
Reference in New Issue
Block a user