add tax withholding & loyalty program in explore view (#15074)

diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py
index f86ea37..5526ac8 100644
--- a/erpnext/config/accounts.py
+++ b/erpnext/config/accounts.py
@@ -39,6 +39,18 @@
 					"description": _("To make recurring documents")
 				},
 				{
+					"type": "doctype",
+					"name": "Loyalty Program",
+					"label": _("Loyalty Program"),
+					"description": _("To make Customer based incentive schemes.")
+				},
+				{
+					"type": "doctype",
+					"name": "Loyalty Point Entry",
+					"label": _("Loyalty Point Entry"),
+					"description": _("To view logs of Loyalty Points assigned to a Customer.")
+				},
+				{
 					"type": "report",
 					"name": "Accounts Receivable",
 					"doctype": "Sales Invoice",
@@ -189,6 +201,11 @@
 					"description": _("Tax Rule for transactions.")
 				},
 				{
+					"type": "doctype",
+					"name": "Tax Withholding Category",
+					"description": _("Tax Withholding rates to be applied on transactions.")
+				},
+				{
 					"type": "report",
 					"name": "Sales Register",
 					"doctype": "Sales Invoice",