[cleanup] added dashboard in project

This commit is contained in:
Rushabh Mehta
2016-04-20 18:45:46 +05:30
parent b2b02a574a
commit 02772442b6
13 changed files with 88 additions and 30 deletions

View File

@@ -27,14 +27,6 @@ def get_data():
"type": "link",
"link": "List/Supplier"
},
{
"module_name": "Income Statement",
"_doctype": "Account",
"color": "#3498db",
"icon": "octicon octicon-repo",
"type": "link",
"link": "query-report/Profit and Loss Statement"
},
{
"_doctype": "Employee",
"module_name": "Employee",
@@ -67,6 +59,14 @@ def get_data():
"type": "link",
"link": "List/Lead"
},
{
"module_name": "Profit and Loss Statment",
"_doctype": "Account",
"color": "#3498db",
"icon": "octicon octicon-repo",
"type": "link",
"link": "query-report/Profit and Loss Statement"
},
# old
{