Files
admin_hura_8/data/menu_item/customer.php

81 lines
2.3 KiB
PHP
Raw Normal View History

2024-01-19 12:03:02 +07:00
<?php
return array(
'enable' => true ,
"name" => "Khách hàng",
2025-12-07 15:58:07 +07:00
"icon_class" => 'user',
2024-01-19 12:03:02 +07:00
"url" => "",
"menu" => array(
array(
'enable' => true ,
'module' => 'customer',
'view' => 'home',
'id' => 'customer/home',
'name' => 'Danh sách khách hàng',
2025-11-24 12:37:49 +07:00
"icon_class" => '',
2024-01-28 11:27:52 +07:00
'url' => '/admin/customer',
2024-01-19 12:03:02 +07:00
),
/*array(
'enable' => true ,
'module' => 'customer',
'view' => 'customer-group',
'id' => 'customer/customer-group',
'name' => 'Nhóm khách hàng',
2025-11-24 12:37:49 +07:00
"icon_class" => '',
2024-01-28 11:27:52 +07:00
'url' => '/admin/customer/customer-group',
2024-01-19 12:03:02 +07:00
),*/
array(
'enable' => true ,
'module' => 'customer',
'view' => 'customer-contact',
'id' => 'customer/customer-contact',
'name' => 'Khách hàng liên hệ',
2025-11-24 12:37:49 +07:00
"icon_class" => '',
2024-01-28 11:27:52 +07:00
'url' => '/admin/customer/customer-contact',
2024-01-19 12:03:02 +07:00
),
array(
'enable' => true ,
'module' => 'customer',
'view' => 'comment',
'id' => 'customer/comment',
'name' => 'Tổng hợp trao đổi',
2025-11-24 12:37:49 +07:00
"icon_class" => '',
2024-01-28 11:27:52 +07:00
'url' => '/admin/customer/comment',
2024-01-19 12:03:02 +07:00
),
array(
'enable' => true ,
'module' => 'customer',
'view' => 'review',
'id' => 'customer/review',
'name' => 'Tổng hợp Đánh giá',
2025-11-24 12:37:49 +07:00
"icon_class" => '',
2024-01-28 11:27:52 +07:00
'url' => '/admin/customer/review',
2024-01-19 12:03:02 +07:00
),
array(
'enable' => true ,
'module' => 'customer',
'view' => 'customer-review',
'id' => 'customer/customer-review',
'name' => 'Khách hàng góp ý',
2025-11-24 12:37:49 +07:00
"icon_class" => '',
2024-01-28 11:27:52 +07:00
'url' => '/admin/customer/customer-review',
2024-01-19 12:03:02 +07:00
),
array(
'enable' => true ,
'module' => 'customer',
'view' => 'customer-newsletter',
'id' => 'customer/customer-newsletter',
'name' => 'Khách hàng nhận bản tin',
2025-11-24 12:37:49 +07:00
"icon_class" => '',
2024-01-28 11:27:52 +07:00
'url' => '/admin/customer/customer-newsletter',
2024-01-19 12:03:02 +07:00
),
),
);