diff --git a/erpnext/config/crm.py b/erpnext/config/crm.py index 7a55cc606d..e51275c260 100644 --- a/erpnext/config/crm.py +++ b/erpnext/config/crm.py @@ -68,6 +68,18 @@ def get_data(): "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" + } ] }, {