brotherton-erpnext/erpnext/buying/report/purchase_analytics/purchase_analytics.py
2021-11-05 11:16:29 +05:30

10 lines
260 B
Python

# Copyright (c) 2013, Frappe Technologies Pvt. Ltd. and contributors
# For license information, please see license.txt
from erpnext.selling.report.sales_analytics.sales_analytics import Analytics
def execute(filters=None):
return Analytics(filters).run()