Fixes and modification in fixed asset
diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py
index 3d6fb54..72ed0f9 100644
--- a/erpnext/config/accounts.py
+++ b/erpnext/config/accounts.py
@@ -342,6 +342,18 @@
 			"items": [
 				{
 					"type": "report",
+					"name": "Asset Depreciation Ledger",
+					"doctype": "Asset",
+					"is_query_report": True,
+				},
+				{
+					"type": "report",
+					"name": "Asset Depreciations and Balances",
+					"doctype": "Asset",
+					"is_query_report": True,
+				},
+				{
+					"type": "report",
 					"name": "Trial Balance for Party",
 					"doctype": "GL Entry",
 					"is_query_report": True,