[#2362] Commonify Acc. Receivable Summary Report and add Acc. Payable Summary Report
diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py
index 3d517e2..c861a9e 100644
--- a/erpnext/config/accounts.py
+++ b/erpnext/config/accounts.py
@@ -328,6 +328,12 @@
 				},
 				{
 					"type": "report",
+					"name": "Accounts Payable Summary",
+					"doctype": "Purchase Invoice",
+					"is_query_report": True
+				},
+				{
+					"type": "report",
 					"is_query_report": True,
 					"name": "Customer Credit Balance",
 					"doctype": "Customer"