2024-01-19 12:03:02 +07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return array(
|
|
|
|
|
'enable' => true ,
|
|
|
|
|
|
|
|
|
|
"name" => "Thống kê",
|
2025-12-07 15:58:07 +07:00
|
|
|
"icon_class" => 'pie-chart',
|
2024-01-19 12:03:02 +07:00
|
|
|
"url" => "",
|
|
|
|
|
"menu" => array(
|
2024-01-28 10:53:31 +07:00
|
|
|
array(
|
2024-01-19 12:03:02 +07:00
|
|
|
'enable' => true ,
|
|
|
|
|
'module' => 'report',
|
|
|
|
|
'view' => 'visitor',
|
|
|
|
|
'id' => 'report/visitor',
|
|
|
|
|
'name' => 'Thống kê truy cập',
|
2025-11-24 12:37:49 +07:00
|
|
|
"icon_class" => '',
|
2024-01-28 11:27:52 +07:00
|
|
|
'url' => '/admin/report/visitor',
|
2024-01-19 12:03:02 +07:00
|
|
|
),
|
|
|
|
|
|
2024-01-28 10:53:31 +07:00
|
|
|
array(
|
2024-01-19 12:03:02 +07:00
|
|
|
'enable' => true ,
|
|
|
|
|
'module' => 'report',
|
|
|
|
|
'view' => 'customer',
|
|
|
|
|
'id' => 'report/customer',
|
|
|
|
|
'name' => 'Thống kê khách hàng',
|
2025-11-24 12:37:49 +07:00
|
|
|
"icon_class" => '',
|
2024-01-28 11:27:52 +07:00
|
|
|
'url' => '/admin/report/customer',
|
2024-01-19 12:03:02 +07:00
|
|
|
),
|
|
|
|
|
|
2024-01-28 10:53:31 +07:00
|
|
|
array(
|
2024-01-19 12:03:02 +07:00
|
|
|
'enable' => true ,
|
|
|
|
|
'module' => 'report',
|
|
|
|
|
'view' => 'order',
|
|
|
|
|
'id' => 'report/order',
|
|
|
|
|
'name' => 'Thống kê đơn hàng',
|
2025-11-24 12:37:49 +07:00
|
|
|
"icon_class" => '',
|
2024-01-28 11:27:52 +07:00
|
|
|
'url' => '/admin/report/order',
|
2024-01-19 12:03:02 +07:00
|
|
|
),
|
|
|
|
|
|
2024-01-28 10:53:31 +07:00
|
|
|
array(
|
2024-01-19 12:03:02 +07:00
|
|
|
'enable' => true ,
|
|
|
|
|
'module' => 'report',
|
|
|
|
|
'view' => 'product-buy',
|
|
|
|
|
'id' => 'report/product-buy',
|
|
|
|
|
'name' => 'Sản phẩm mua nhiều',
|
2025-11-24 12:37:49 +07:00
|
|
|
"icon_class" => '',
|
2024-01-28 11:27:52 +07:00
|
|
|
'url' => '/admin/report/product-buy',
|
2024-01-19 12:03:02 +07:00
|
|
|
),
|
|
|
|
|
|
2024-01-28 10:53:31 +07:00
|
|
|
array(
|
2024-01-19 12:03:02 +07:00
|
|
|
'enable' => true ,
|
|
|
|
|
'module' => 'report',
|
|
|
|
|
'view' => 'product-visit',
|
|
|
|
|
'id' => 'report/product-visit',
|
|
|
|
|
'name' => 'Sản phẩm xem nhiều',
|
2025-11-24 12:37:49 +07:00
|
|
|
"icon_class" => '',
|
2024-01-28 11:27:52 +07:00
|
|
|
'url' => '/admin/report/product-visit',
|
2024-01-19 12:03:02 +07:00
|
|
|
),
|
|
|
|
|
|
2024-01-28 10:53:31 +07:00
|
|
|
array(
|
2024-01-19 12:03:02 +07:00
|
|
|
'enable' => true ,
|
|
|
|
|
'module' => 'report',
|
|
|
|
|
'view' => 'referer',
|
|
|
|
|
'id' => 'report/referer',
|
|
|
|
|
'name' => 'Web giới thiệu',
|
2025-11-24 12:37:49 +07:00
|
|
|
"icon_class" => '',
|
2024-01-28 11:27:52 +07:00
|
|
|
'url' => '/admin/report/referer',
|
2024-01-19 12:03:02 +07:00
|
|
|
),
|
|
|
|
|
|
2024-01-28 10:53:31 +07:00
|
|
|
array(
|
2024-01-19 12:03:02 +07:00
|
|
|
'enable' => true ,
|
|
|
|
|
'module' => 'report',
|
|
|
|
|
'view' => 'search',
|
|
|
|
|
'id' => 'report/search',
|
|
|
|
|
'name' => 'Từ khóa tìm kiếm',
|
2025-11-24 12:37:49 +07:00
|
|
|
"icon_class" => '',
|
2024-01-28 11:27:52 +07:00
|
|
|
'url' => '/admin/report/search',
|
2024-01-19 12:03:02 +07:00
|
|
|
),
|
|
|
|
|
|
2024-01-28 10:53:31 +07:00
|
|
|
array(
|
2024-01-19 12:03:02 +07:00
|
|
|
'enable' => true ,
|
|
|
|
|
'module' => 'report',
|
|
|
|
|
'view' => 'error-page',
|
|
|
|
|
'id' => '',
|
|
|
|
|
'name' => 'Lỗi website',
|
2025-11-24 12:37:49 +07:00
|
|
|
"icon_class" => '',
|
2024-01-28 11:27:52 +07:00
|
|
|
'url' => '/admin/report/error-page',
|
2024-01-28 10:53:31 +07:00
|
|
|
),
|
2024-01-19 12:03:02 +07:00
|
|
|
),
|
|
|
|
|
);
|