Skip to content

Commit

Permalink
refactor: add revaluation journal checkbox in AR/AP summary reports
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Nov 13, 2023
1 parent e07c3aa commit 95edd82
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 95edd82

Please sign in to comment.