Merge pull request #20428 from 0Pranav/territory-sales-pipeline

feat: add territory wise sales report
This commit is contained in:
Deepesh Garg
2020-02-06 13:11:07 +05:30
committed by GitHub
6 changed files with 221 additions and 0 deletions

View File

@@ -117,6 +117,13 @@ def get_data():
"name": "Lead Owner Efficiency",
"doctype": "Lead",
"dependencies": ["Lead"]
},
{
"type": "report",
"is_query_report": True,
"name": "Territory-wise Sales",
"doctype": "Opportunity",
"dependencies": ["Opportunity"]
}
]
},