Consolidated financial statement (#13678)

* added fields to support treeview

* tree file added, nestedset implemented

* patch added to reload doc and configure lft rgt

* Added consolidated financial statement report
This commit is contained in:
rohitwaghchaure
2018-04-18 10:52:07 +05:30
committed by Nabin Hait
parent fb9af38106
commit efff6e53de
13 changed files with 891 additions and 95 deletions

View File

@@ -128,6 +128,12 @@ def get_data():
"doctype": "GL Entry",
"is_query_report": True
},
{
"type": "report",
"name": "Consolidated Financial Statement",
"doctype": "GL Entry",
"is_query_report": True
},
]
},
{