Files
admin_hura_8/data/menu_item/investor_relation.php
2024-01-28 11:27:52 +07:00

74 lines
2.5 KiB
PHP

<?php
return array(
'enable' => true ,
"name" => "Quan hệ cổ đông",
"url" => "",
"menu" => array(
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'annual_report',
'name' => 'Báo cáo thường niên',
'id' => 'investor_relation/annual_report',
'url' => '/admin/investor_relation/annual_report',
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'charter',
'name' => 'Điều lệ hoạt động',
'id' => 'investor_relation/charter',
'url' => '/admin/investor_relation/charter',
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'governance',
'name' => 'Quy chế quản trị',
'id' => 'investor_relation/governance',
'url' => '/admin/investor_relation/governance',
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'financial_reports',
'name' => 'Báo cáo tài chính',
'id' => 'investor_relation/financial_reports',
'url' => '/admin/investor_relation/financial_reports',
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'info_disclosure',
'name' => 'Công bố thông tin',
'id' => 'investor_relation/info_disclosure',
'url' => '/admin/investor_relation/info_disclosure',
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'management_report',
'name' => 'Báo cáo quản trị',
'id' => 'investor_relation/management_report',
'url' => '/admin/investor_relation/management_report',
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'shareholder_meeting',
'name' => 'Đại hội cổ đông',
'id' => 'investor_relation/shareholder_meeting',
'url' => '/admin/investor_relation/shareholder_meeting',
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'whitepaper',
'name' => 'Báo cáo bạch',
'id' => 'investor_relation/whitepaper',
'url' => '/admin/investor_relation/whitepaper',
),
),
);