[DEV] Accounts: Added total of future amount, Remaining Balance in Payable and Receivable reports.

This commit is contained in:
Nihantra C. Patel
2022-06-08 17:36:42 +05:30
parent 2832731601
commit 43b0f2efe6
2 changed files with 8 additions and 1 deletions

View File

@@ -136,6 +136,11 @@ frappe.query_reports["Accounts Payable"] = {
"label": __("Tax Id"),
"fieldtype": "Data",
"hidden": 1
},
{
"fieldname": "show_future_payments",
"label": __("Show Future Payments"),
"fieldtype": "Check",
}
],