Cash Flow Report
diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py
index 7fca256..8a27394 100644
--- a/erpnext/config/accounts.py
+++ b/erpnext/config/accounts.py
@@ -231,6 +231,12 @@
 				},
 				{
 					"type": "report",
+					"name": "Cash Flow",
+					"doctype": "GL Entry",
+					"is_query_report": True
+				},
+				{
+					"type": "report",
 					"name": "Profit and Loss Statement",
 					"doctype": "GL Entry",
 					"is_query_report": True