Documentation

This commit is contained in:
Rohit Waghchaure
2017-04-14 16:49:22 +05:30
parent 1c68509426
commit 6681b0d2aa
10 changed files with 51 additions and 9 deletions

View File

@@ -32,18 +32,18 @@ def get_data():
"label": _("Reports"),
"icon": "fa fa-list",
"items": [
{
"type": "report",
"is_query_report": True,
"name": "Lead Details",
"doctype": "Lead"
},
{
"type": "page",
"name": "sales-funnel",
"label": _("Sales Funnel"),
"icon": "fa fa-bar-chart",
},
{
"type": "report",
"name": "Minutes to First Response for Opportunity",
"doctype": "Opportunity",
"is_query_report": True
},
{
"type": "report",
"name": "Prospects Engaged But Not Converted",
@@ -52,9 +52,9 @@ def get_data():
},
{
"type": "report",
"is_query_report": True,
"name": "Lead Details",
"doctype": "Lead"
"name": "Minutes to First Response for Opportunity",
"doctype": "Opportunity",
"is_query_report": True
},
{
"type": "report",