feat(modules): Add getting started and help desk

This commit is contained in:
Prateeksha Singh
2019-02-11 14:00:48 +05:30
parent 1bfdceaf7e
commit 01a045a488
6 changed files with 745 additions and 51 deletions

View File

@@ -158,52 +158,6 @@ def get_data():
}
]
},
{
"label": _("Support"),
"items": [
{
"type": "doctype",
"name": "Issue",
"description": _("Support queries from customers."),
"onboard": 1,
},
{
"type": "doctype",
"name": "Communication",
"description": _("Communication log."),
},
{
"type": "doctype",
"name": "Warranty Claim",
"description": _("Warranty Claim against Serial No."),
},
{
"type": "doctype",
"name": "Serial No",
"description": _("Single unit of an Item."),
},
{
"type": "page",
"name": "support-analytics",
"label": _("Support Analytics"),
"icon": "fa fa-bar-chart"
},
{
"type": "report",
"name": "Minutes to First Response for Issues",
"doctype": "Issue",
"is_query_report": True,
"dependencies": ["Issue"],
},
{
"type": "report",
"name": "Support Hours",
"doctype": "Issue",
"is_query_report": True,
"dependencies": ["Issue"]
},
]
},
{
"label": _("Maintenance"),
"icon": "fa fa-star",