[ADD] Department Analytics Bar Chart Feature (#14217)

This commit is contained in:
Solufyin
2018-05-26 09:26:03 +05:30
committed by Nabin Hait
parent 089a41c679
commit 64d02f917a
5 changed files with 104 additions and 0 deletions

View File

@@ -397,5 +397,16 @@ def get_data():
"youtube_id": "5SZHJF--ZFY"
}
]
},
{
"label": _("Analytics"),
"items": [
{
"type": "report",
"is_query_report": True,
"name": "Department Analytics",
"doctype": "Employee"
},
]
}
]