Merge pull request #9467 from rohitwaghchaure/support_hours_report

[enhance] Report for analysis of support hours count
This commit is contained in:
Makarand Bauskar
2017-06-29 11:19:41 +05:30
committed by GitHub
7 changed files with 153 additions and 0 deletions

View File

@@ -49,6 +49,12 @@ def get_data():
"doctype": "Issue",
"is_query_report": True
},
{
"type": "report",
"name": "Support Hours",
"doctype": "Issue",
"is_query_report": True
},
]
},
]