Skip to content

Commit

Permalink
Merge pull request #38066 from frappe/mergify/bp/version-14/pr-38064
Browse files Browse the repository at this point in the history
refactor: add revaluation journal checkbox in AR/AP summary reports (backport #38064)
  • Loading branch information
ruthra-kumar authored Nov 13, 2023
2 parents 7c7dc53 + 7ab18fc commit 55885e8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
],

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 55885e8

Please sign in to comment.