mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
fix: Add report link in module view and fix date filter
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user