feat: create procurement tracker report

This commit is contained in:
Mangesh-Khairnar
2019-03-29 20:44:23 +05:30
parent 4fcefda6c7
commit 69909c0f51
4 changed files with 196 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
// Copyright (c) 2016, Frappe Technologies Pvt. Ltd. and contributors
// For license information, please see license.txt
/* eslint-disable */
frappe.query_reports["Procurement Tracker"] = {
"filters": [
]
}