[gst] adde reports + docs
diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py
index 02aa14b..a17679e 100644
--- a/erpnext/config/accounts.py
+++ b/erpnext/config/accounts.py
@@ -35,7 +35,7 @@
 				{
 					"type": "report",
 					"name": "Accounts Receivable",
-					"doctype": "Sales Invoice",	
+					"doctype": "Sales Invoice",
 					"is_query_report": True
 				},
 				{
@@ -199,6 +199,35 @@
 			]
 		},
 		{
+			"label": _("Goods and Services Tax (GST India)"),
+			"items": [
+				{
+					"type": "doctype",
+					"name": "GST HSN Code",
+				},
+				{
+					"type": "report",
+					"name": "GST Sales Register",
+					"is_query_report": True
+				},
+				{
+					"type": "report",
+					"name": "GST Purchase Register",
+					"is_query_report": True
+				},
+				{
+					"type": "report",
+					"name": "GST Itemised Sales Register",
+					"is_query_report": True
+				},
+				{
+					"type": "report",
+					"name": "GST Itemised Purchase Register",
+					"is_query_report": True
+				},
+			]
+		},
+		{
 			"label": _("Budget and Cost Center"),
 			"items": [
 				{