Add Report Links
diff --git a/erpnext/config/crm.py b/erpnext/config/crm.py
index 7a55cc6..e51275c 100644
--- a/erpnext/config/crm.py
+++ b/erpnext/config/crm.py
@@ -68,6 +68,18 @@
 					"name": "Inactive Customers",
 					"doctype": "Sales Order"
 				},
+				{
+					"type": "report",
+					"is_query_report": True,
+					"name": "Campaign Efficiency",
+					"doctype": "Lead"
+				},
+				{
+					"type": "report",
+					"is_query_report": True,
+					"name": "Lead Owner Efficiency",
+					"doctype": "Lead"
+				}
 			]
 		},
 		{