Merge pull request #38065 from frappe/mergify/bp/version-14-hotfix/pr-38064

refactor: add revaluation journal checkbox in AR/AP summary reports (backport #38064)
This commit is contained in:
ruthra kumar
2023-11-13 12:15:27 +05:30
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@@ -110,6 +110,11 @@ frappe.query_reports["Accounts Payable Summary"] = {
"fieldname":"based_on_payment_terms",
"label": __("Based On Payment Terms"),
"fieldtype": "Check",
},
{
"fieldname": "for_revaluation_journals",
"label": __("Revaluation Journals"),
"fieldtype": "Check",
}
],

View File

@@ -139,6 +139,11 @@ frappe.query_reports["Accounts Receivable Summary"] = {
"label": __("Show GL Balance"),
"fieldtype": "Check",
},
{
"fieldname": "for_revaluation_journals",
"label": __("Revaluation Journals"),
"fieldtype": "Check",
}
],
onload: function(report) {