c
This commit is contained in:
73
data/menu_item/investor_relation.php
Normal file
73
data/menu_item/investor_relation.php
Normal 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',
|
||||
),
|
||||
),
|
||||
);
|
||||
Reference in New Issue
Block a user