fix: Module Links (#18318)

* fix: Add Project Billing Summary link

* fix: Bank Guarantee shouldn't depend on Bank Guarantee
diff --git a/erpnext/config/projects.py b/erpnext/config/projects.py
index 40960e6..47700d1 100644
--- a/erpnext/config/projects.py
+++ b/erpnext/config/projects.py
@@ -88,6 +88,13 @@
 					"doctype": "Project",
 					"dependencies": ["Project"],
 				},
+				{
+					"type": "report",
+					"is_query_report": True,
+					"name": "Project Billing Summary",
+					"doctype": "Project",
+					"dependencies": ["Project"],
+				},
 			]
 		},