ultimatepos/Modules/SupplyChain/Config/config.php

24 lines
484 B
PHP

<?php
return [
'name' => 'SupplyChain',
'module_version' => '1.0.0',
'pid' => 0,
'forecast' => [
'moving_average_months' => 3,
'crm_pipeline_weight' => 0.25,
],
'scorecard' => [
'weights' => [
'otif' => 0.35,
'quality' => 0.30,
'price' => 0.20,
'responsiveness' => 0.15,
],
'risk_thresholds' => [
'low' => 80,
'medium' => 60,
],
],
];