mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
12 lines
399 B
JavaScript
12 lines
399 B
JavaScript
// Copyright (c) 2013, Frappe Technologies Pvt. Ltd. and contributors
|
|
// For license information, please see license.txt
|
|
|
|
frappe.require("assets/erpnext/js/financial_statements.js");
|
|
|
|
frappe.query_reports["Cash Flow"] = erpnext.financial_statements;
|
|
|
|
frappe.query_reports["Cash Flow"]["filters"].push({
|
|
"fieldname": "accumulated_values",
|
|
"label": __("Accumulated Values"),
|
|
"fieldtype": "Check"
|
|
}) |