Files
admin_hura_8/data/menu_item/customer.php
2025-12-07 15:58:07 +07:00

81 lines
2.3 KiB
PHP

<?php
return array(
'enable' => true ,
"name" => "Khách hàng",
"icon_class" => 'user',
"url" => "",
"menu" => array(
array(
'enable' => true ,
'module' => 'customer',
'view' => 'home',
'id' => 'customer/home',
'name' => 'Danh sách khách hàng',
"icon_class" => '',
'url' => '/admin/customer',
),
/*array(
'enable' => true ,
'module' => 'customer',
'view' => 'customer-group',
'id' => 'customer/customer-group',
'name' => 'Nhóm khách hàng',
"icon_class" => '',
'url' => '/admin/customer/customer-group',
),*/
array(
'enable' => true ,
'module' => 'customer',
'view' => 'customer-contact',
'id' => 'customer/customer-contact',
'name' => 'Khách hàng liên hệ',
"icon_class" => '',
'url' => '/admin/customer/customer-contact',
),
array(
'enable' => true ,
'module' => 'customer',
'view' => 'comment',
'id' => 'customer/comment',
'name' => 'Tổng hợp trao đổi',
"icon_class" => '',
'url' => '/admin/customer/comment',
),
array(
'enable' => true ,
'module' => 'customer',
'view' => 'review',
'id' => 'customer/review',
'name' => 'Tổng hợp Đánh giá',
"icon_class" => '',
'url' => '/admin/customer/review',
),
array(
'enable' => true ,
'module' => 'customer',
'view' => 'customer-review',
'id' => 'customer/customer-review',
'name' => 'Khách hàng góp ý',
"icon_class" => '',
'url' => '/admin/customer/customer-review',
),
array(
'enable' => true ,
'module' => 'customer',
'view' => 'customer-newsletter',
'id' => 'customer/customer-newsletter',
'name' => 'Khách hàng nhận bản tin',
"icon_class" => '',
'url' => '/admin/customer/customer-newsletter',
),
),
);