83 lines
2.0 KiB
PHP
83 lines
2.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
'dashboard' => [
|
|
'label_key' => 'lang_v1.menu_group_dashboard',
|
|
'icon' => 'fa-home',
|
|
'default_expanded' => true,
|
|
'orders' => [1, 9],
|
|
'modules' => [
|
|
'Superadmin',
|
|
],
|
|
],
|
|
'core' => [
|
|
'label_key' => 'lang_v1.menu_group_core',
|
|
'icon' => 'fa-layer-group',
|
|
'orders' => [10, 19],
|
|
],
|
|
'operations' => [
|
|
'label_key' => 'lang_v1.menu_group_operations',
|
|
'icon' => 'fa-boxes',
|
|
'orders' => [20, 49],
|
|
],
|
|
'finance' => [
|
|
'label_key' => 'lang_v1.menu_group_finance',
|
|
'icon' => 'fa-chart-line',
|
|
'orders' => [50, 59],
|
|
'modules' => [
|
|
'Accounting',
|
|
],
|
|
],
|
|
'engineering' => [
|
|
'label_key' => 'lang_v1.menu_group_engineering',
|
|
'icon' => 'fa-industry',
|
|
'modules' => [
|
|
'IndustrialEngineering',
|
|
'Manufacturing',
|
|
'Maintenance',
|
|
'ProfessionalProject',
|
|
'Repair',
|
|
'InventoryManagement',
|
|
],
|
|
],
|
|
'planning' => [
|
|
'label_key' => 'lang_v1.menu_group_planning',
|
|
'icon' => 'fa-calendar-check',
|
|
'modules' => [
|
|
'AdvancedPlanning',
|
|
],
|
|
],
|
|
'management' => [
|
|
'label_key' => 'lang_v1.menu_group_management',
|
|
'icon' => 'fa-briefcase',
|
|
'modules' => [
|
|
'ManagementTools',
|
|
'Project',
|
|
'Crm',
|
|
'Essentials',
|
|
'AssetExchange',
|
|
'AssetManagement',
|
|
'Spreadsheet',
|
|
'ProductCatalogue',
|
|
],
|
|
],
|
|
'integrations' => [
|
|
'label_key' => 'lang_v1.menu_group_integrations',
|
|
'icon' => 'fa-plug',
|
|
'modules' => [
|
|
'Connector',
|
|
'Woocommerce',
|
|
'Portal',
|
|
'Communication',
|
|
'Tms',
|
|
'Cms',
|
|
'IntegrationHub',
|
|
],
|
|
],
|
|
'system' => [
|
|
'label_key' => 'lang_v1.menu_group_system',
|
|
'icon' => 'fa-cog',
|
|
'orders' => [60, 85],
|
|
],
|
|
];
|