[report] minutes to first response for issues

This commit is contained in:
Rushabh Mehta
2016-06-14 18:08:51 +05:30
parent 57f35ddb4a
commit f7e6ec0654
5 changed files with 82 additions and 0 deletions

View File

@@ -64,6 +64,12 @@ def get_data():
"label": _("Support Analytics"),
"icon": "icon-bar-chart"
},
{
"type": "report",
"name": "Minutes to First Response for Issues",
"doctype": "Issue",
"is_query_report": True
},
]
},
]