91 lines
2.4 KiB
PHP
91 lines
2.4 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'enable' => true ,
|
|
|
|
"name" => "Thống kê",
|
|
"icon_class" => 'iconify lucide--pie-chart tw-tsa',
|
|
"url" => "",
|
|
"menu" => array(
|
|
array(
|
|
'enable' => true ,
|
|
'module' => 'report',
|
|
'view' => 'visitor',
|
|
'id' => 'report/visitor',
|
|
'name' => 'Thống kê truy cập',
|
|
"icon_class" => '',
|
|
'url' => '/admin/report/visitor',
|
|
),
|
|
|
|
array(
|
|
'enable' => true ,
|
|
'module' => 'report',
|
|
'view' => 'customer',
|
|
'id' => 'report/customer',
|
|
'name' => 'Thống kê khách hàng',
|
|
"icon_class" => '',
|
|
'url' => '/admin/report/customer',
|
|
),
|
|
|
|
array(
|
|
'enable' => true ,
|
|
'module' => 'report',
|
|
'view' => 'order',
|
|
'id' => 'report/order',
|
|
'name' => 'Thống kê đơn hàng',
|
|
"icon_class" => '',
|
|
'url' => '/admin/report/order',
|
|
),
|
|
|
|
array(
|
|
'enable' => true ,
|
|
'module' => 'report',
|
|
'view' => 'product-buy',
|
|
'id' => 'report/product-buy',
|
|
'name' => 'Sản phẩm mua nhiều',
|
|
"icon_class" => '',
|
|
'url' => '/admin/report/product-buy',
|
|
),
|
|
|
|
array(
|
|
'enable' => true ,
|
|
'module' => 'report',
|
|
'view' => 'product-visit',
|
|
'id' => 'report/product-visit',
|
|
'name' => 'Sản phẩm xem nhiều',
|
|
"icon_class" => '',
|
|
'url' => '/admin/report/product-visit',
|
|
),
|
|
|
|
array(
|
|
'enable' => true ,
|
|
'module' => 'report',
|
|
'view' => 'referer',
|
|
'id' => 'report/referer',
|
|
'name' => 'Web giới thiệu',
|
|
"icon_class" => '',
|
|
'url' => '/admin/report/referer',
|
|
),
|
|
|
|
array(
|
|
'enable' => true ,
|
|
'module' => 'report',
|
|
'view' => 'search',
|
|
'id' => 'report/search',
|
|
'name' => 'Từ khóa tìm kiếm',
|
|
"icon_class" => '',
|
|
'url' => '/admin/report/search',
|
|
),
|
|
|
|
array(
|
|
'enable' => true ,
|
|
'module' => 'report',
|
|
'view' => 'error-page',
|
|
'id' => '',
|
|
'name' => 'Lỗi website',
|
|
"icon_class" => '',
|
|
'url' => '/admin/report/error-page',
|
|
),
|
|
),
|
|
);
|