fix routes
diff --git a/erpnext/config/buying.py b/erpnext/config/buying.py
index 9d1eda5..2b116d2 100644
--- a/erpnext/config/buying.py
+++ b/erpnext/config/buying.py
@@ -50,7 +50,7 @@
 					"name": "Item Price",
 					"description": _("Multiple Item prices."),
 					"onboard": 1,
-					"route": "Report/Item Price"
+					"route": "#Report/Item Price"
 				},
 				{
 					"type": "doctype",
diff --git a/erpnext/config/education.py b/erpnext/config/education.py
index 96e7e81..a2afa32 100644
--- a/erpnext/config/education.py
+++ b/erpnext/config/education.py
@@ -168,7 +168,7 @@
 				{
 					"type": "doctype",
 					"name": "Course Schedule",
-					"route": "List/Course Schedule/Calendar"
+					"route": "#List/Course Schedule/Calendar"
 				},
 				{
 					"type": "doctype",
diff --git a/erpnext/config/projects.py b/erpnext/config/projects.py
index c064cde..5a907ff 100644
--- a/erpnext/config/projects.py
+++ b/erpnext/config/projects.py
@@ -22,7 +22,7 @@
 				},
 				{
 					"type": "report",
-					"route": "List/Task/Gantt",
+					"route": "#List/Task/Gantt",
 					"doctype": "Task",
 					"name": "Gantt Chart",
 					"description": _("Gantt chart of all tasks."),
diff --git a/erpnext/config/selling.py b/erpnext/config/selling.py
index 1b9a7a0..0750c6c 100644
--- a/erpnext/config/selling.py
+++ b/erpnext/config/selling.py
@@ -46,14 +46,14 @@
 					"type": "report",
 					"is_query_report": True,
 					"name": "Territory Target Variance (Item Group-Wise)",
-					"route": "query-report/Territory Target Variance Item Group-Wise",
+					"route": "#query-report/Territory Target Variance Item Group-Wise",
 					"doctype": "Territory",
 				},
 				{
 					"type": "report",
 					"is_query_report": True,
 					"name": "Sales Person Target Variance (Item Group-Wise)",
-					"route": "query-report/Sales Person Target Variance Item Group-Wise",
+					"route": "#query-report/Sales Person Target Variance Item Group-Wise",
 					"doctype": "Sales Person",
 					"dependencies": ["Sales Person"],
 				},
@@ -72,7 +72,7 @@
 					"type": "doctype",
 					"name": "Item Price",
 					"description": _("Multiple Item prices."),
-					"route": "Report/Item Price",
+					"route": "#Report/Item Price",
 					"dependencies": ["Item", "Price List"],
 					"onboard": 1,
 				},
diff --git a/erpnext/config/stock.py b/erpnext/config/stock.py
index 117b615..4fc824f 100644
--- a/erpnext/config/stock.py
+++ b/erpnext/config/stock.py
@@ -278,7 +278,7 @@
 				{
 					"type": "report",
 					"name": "Item Shortage Report",
-					"route": "Report/Bin/Item Shortage Report",
+					"route": "#Report/Bin/Item Shortage Report",
 					"doctype": "Purchase Receipt"
 				},
 				{