This commit is contained in:
Dennis Eichhorn 2017-05-30 18:21:27 +02:00
parent 57b6e3a36b
commit 7908f4054d

View File

@ -5,7 +5,7 @@
"type": 2,
"subtype": 1,
"name": "Analysis",
"uri": "/{/lang}/backend/sales/analysis/overview/dashboard?{?}",
"uri": "{/base}/{/lang}/backend/sales/analysis/overview/dashboard?{?}",
"target": "self",
"icon": null,
"order": 15,
@ -19,7 +19,7 @@
"type": 3,
"subtype": 1,
"name": "Overview",
"uri": "/{/lang}/backend/sales/analysis/overview/dashboard?{?}",
"uri": "{/base}/{/lang}/backend/sales/analysis/overview/dashboard?{?}",
"target": "self",
"icon": "fa fa-bar-chart",
"order": 1,
@ -34,7 +34,7 @@
"type": 3,
"subtype": 1,
"name": "Products",
"uri": "/{/lang}/backend/sales/analysis/product/dashboard?{?}",
"uri": "{/base}/{/lang}/backend/sales/analysis/product/dashboard?{?}",
"target": "self",
"icon": "fa fa-tag",
"order": 1,
@ -49,7 +49,7 @@
"type": 3,
"subtype": 1,
"name": "Customers",
"uri": "/{/lang}/backend/sales/analysis/customer/dashboard?{?}",
"uri": "{/base}/{/lang}/backend/sales/analysis/customer/dashboard?{?}",
"target": "self",
"icon": "fa fa-users",
"order": 1,
@ -64,7 +64,7 @@
"type": 3,
"subtype": 1,
"name": "Regions",
"uri": "/{/lang}/backend/sales/analysis/region/dashboard?{?}",
"uri": "{/base}/{/lang}/backend/sales/analysis/region/dashboard?{?}",
"target": "self",
"icon": "fa fa-globe",
"order": 1,
@ -79,7 +79,7 @@
"type": 3,
"subtype": 1,
"name": "Marketing",
"uri": "/{/lang}/backend/sales/analysis/marketing/dashboard?{?}",
"uri": "{/base}/{/lang}/backend/sales/analysis/marketing/dashboard?{?}",
"target": "self",
"icon": "fa fa-paint-brush",
"order": 1,
@ -94,7 +94,7 @@
"type": 3,
"subtype": 1,
"name": "Employees",
"uri": "/{/lang}/backend/sales/analysis/employees/dashboard?{?}",
"uri": "{/base}/{/lang}/backend/sales/analysis/employees/dashboard?{?}",
"target": "self",
"icon": "fa fa-building-o",
"order": 1,
@ -109,7 +109,7 @@
"type": 3,
"subtype": 1,
"name": "Invoices",
"uri": "/{/lang}/backend/sales/analysis/invoices/dashboard?{?}",
"uri": "{/base}/{/lang}/backend/sales/analysis/invoices/dashboard?{?}",
"target": "self",
"icon": "fa fa-envelope",
"order": 1,
@ -124,7 +124,7 @@
"type": 3,
"subtype": 1,
"name": "Database",
"uri": "/{/lang}/backend/sales/analysis/invoices/dashboard?{?}",
"uri": "{/base}/{/lang}/backend/sales/analysis/invoices/dashboard?{?}",
"target": "self",
"icon": "fa fa-database",
"order": 1,