reports update
This commit is contained in:
@@ -57,14 +57,14 @@ const other = {
|
||||
id: 'orders',
|
||||
title: <FormattedMessage id="Orders" />,
|
||||
type: 'item',
|
||||
url: '/orders',
|
||||
url: 'nearle/orders',
|
||||
icon: AiOutlineDashboard
|
||||
},
|
||||
{
|
||||
id: 'customers',
|
||||
title: <FormattedMessage id="Customers" />,
|
||||
type: 'item',
|
||||
url: '/customers',
|
||||
url: 'nearle/customers',
|
||||
icon: icons.UserOutlined
|
||||
},
|
||||
{
|
||||
@@ -73,12 +73,33 @@ const other = {
|
||||
type: 'collapse',
|
||||
icon: AiOutlineBarChart,
|
||||
children: [
|
||||
{
|
||||
id: 'OrderSummary',
|
||||
title: <FormattedMessage id="OrderSummary" />,
|
||||
type: 'item',
|
||||
url: 'reports/ordersummary',
|
||||
icon: TbListDetails
|
||||
},
|
||||
{
|
||||
id: 'OrdersDetails',
|
||||
title: <FormattedMessage id="OrdersDetails" />,
|
||||
type: 'item',
|
||||
url: 'reports/ordersdetails',
|
||||
icon: TbListDetails
|
||||
},
|
||||
{
|
||||
id: 'RiderSummary',
|
||||
title: <FormattedMessage id="RiderSummary" />,
|
||||
type: 'item',
|
||||
url: 'reports/ridersummary',
|
||||
icon: TbListDetails
|
||||
},
|
||||
{
|
||||
id: 'RiderLogs',
|
||||
title: <FormattedMessage id="RiderLogs" />,
|
||||
type: 'item',
|
||||
url: 'reports/riderlogs',
|
||||
icon: TbListDetails
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user