brotherton-erpnext/erpnext/selling/report/quotation_trends/quotation_trends.js

8 lines
266 B
JavaScript
Raw Normal View History

2013-11-20 07:29:58 +00:00
// Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
2014-02-14 10:17:51 +00:00
frappe.require("assets/erpnext/js/sales_trends_filters.js");
2013-06-13 13:47:56 +00:00
2014-02-14 10:17:51 +00:00
frappe.query_reports["Quotation Trends"] = {
2013-06-13 13:47:56 +00:00
filters: get_filters()
}