10 lines
197 B
PHP
10 lines
197 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => 'AdvancedPlanning',
|
|
'module_version' => '1.0.0',
|
|
'default_horizon_days' => 30,
|
|
'default_daily_capacity_hours' => 8,
|
|
'default_efficiency_pct' => 85,
|
|
];
|