Files
admin_hura_8/data/menu_item/investor_relation.php

74 lines
2.5 KiB
PHP
Raw Normal View History

2024-01-19 12:03:02 +07:00
<?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',
2024-01-28 11:27:52 +07:00
'url' => '/admin/investor_relation/annual_report',
2024-01-19 12:03:02 +07:00
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'charter',
'name' => 'Điều lệ hoạt động',
'id' => 'investor_relation/charter',
2024-01-28 11:27:52 +07:00
'url' => '/admin/investor_relation/charter',
2024-01-19 12:03:02 +07:00
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'governance',
'name' => 'Quy chế quản trị',
'id' => 'investor_relation/governance',
2024-01-28 11:27:52 +07:00
'url' => '/admin/investor_relation/governance',
2024-01-19 12:03:02 +07:00
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'financial_reports',
'name' => 'Báo cáo tài chính',
'id' => 'investor_relation/financial_reports',
2024-01-28 11:27:52 +07:00
'url' => '/admin/investor_relation/financial_reports',
2024-01-19 12:03:02 +07:00
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'info_disclosure',
'name' => 'Công bố thông tin',
'id' => 'investor_relation/info_disclosure',
2024-01-28 11:27:52 +07:00
'url' => '/admin/investor_relation/info_disclosure',
2024-01-19 12:03:02 +07:00
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'management_report',
'name' => 'Báo cáo quản trị',
'id' => 'investor_relation/management_report',
2024-01-28 11:27:52 +07:00
'url' => '/admin/investor_relation/management_report',
2024-01-19 12:03:02 +07:00
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'shareholder_meeting',
'name' => 'Đại hội cổ đông',
'id' => 'investor_relation/shareholder_meeting',
2024-01-28 11:27:52 +07:00
'url' => '/admin/investor_relation/shareholder_meeting',
2024-01-19 12:03:02 +07:00
),
array(
'enable' => true ,
'module' => 'investor_relation',
'view' => 'whitepaper',
'name' => 'Báo cáo bạch',
'id' => 'investor_relation/whitepaper',
2024-01-28 11:27:52 +07:00
'url' => '/admin/investor_relation/whitepaper',
2024-01-19 12:03:02 +07:00
),
),
);