This commit is contained in:
2024-01-19 12:03:02 +07:00
parent 8c5660d739
commit 6c02598c48
17 changed files with 1062 additions and 9 deletions

View File

@@ -0,0 +1,73 @@
<?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/?opt=investor_relation&view=annual_report',
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'charter',
'name' => 'Điều lệ hoạt động',
'id' => 'investor_relation/charter',
'url' => '/admin/?opt=investor_relation&view=charter',
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'governance',
'name' => 'Quy chế quản trị',
'id' => 'investor_relation/governance',
'url' => '/admin/?opt=investor_relation&view=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/?opt=investor_relation&view=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/?opt=investor_relation&view=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/?opt=investor_relation&view=management_report',
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'shareholder_meeting',
'name' => 'Đại hội cổ đông',
'id' => 'investor_relation/shareholder_meeting',
'url' => '/admin/?opt=investor_relation&view=shareholder_meeting',
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'whitepaper',
'name' => 'Báo cáo bạch',
'id' => 'investor_relation/whitepaper',
'url' => '/admin/?opt=investor_relation&view=whitepaper',
),
),
);