mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
[cleanup] added dashboard in project
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user