account properties file added
diff --git a/erpnext/accounts/doctype/chart_of_accounts/charts/account_properties.py b/erpnext/accounts/doctype/chart_of_accounts/charts/account_properties.py
new file mode 100644
index 0000000..021b9d8
--- /dev/null
+++ b/erpnext/accounts/doctype/chart_of_accounts/charts/account_properties.py
@@ -0,0 +1,13 @@
+account_properties = {
+	"Deutscher Kontenplan SKR03": {
+		"Bilanzkonten": {
+			"report_type": "Balance Sheet",
+		},
+		"Gewinn u. Verlust": {
+			"report_type": "Profit and Loss",
+		},
+		"Vortrags- Kapital- und Statistische Konten": {
+			"report_type": "Balance Sheet"
+		}
+	}
+}
\ No newline at end of file