mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
Merge pull request #48562 from frappe/mergify/bp/version-15-hotfix/pr-48540
feat: add calculate_ageing_with option in summary reports (backport #48540)
This commit is contained in:
@@ -23,6 +23,13 @@ frappe.query_reports["Accounts Payable Summary"] = {
|
|||||||
options: "Posting Date\nDue Date",
|
options: "Posting Date\nDue Date",
|
||||||
default: "Due Date",
|
default: "Due Date",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
fieldname: "calculate_ageing_with",
|
||||||
|
label: __("Calculate Ageing With"),
|
||||||
|
fieldtype: "Select",
|
||||||
|
options: "Report Date\nToday Date",
|
||||||
|
default: "Report Date",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
fieldname: "range",
|
fieldname: "range",
|
||||||
label: __("Ageing Range"),
|
label: __("Ageing Range"),
|
||||||
|
|||||||
@@ -23,6 +23,13 @@ frappe.query_reports["Accounts Receivable Summary"] = {
|
|||||||
options: "Posting Date\nDue Date",
|
options: "Posting Date\nDue Date",
|
||||||
default: "Due Date",
|
default: "Due Date",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
fieldname: "calculate_ageing_with",
|
||||||
|
label: __("Calculate Ageing With"),
|
||||||
|
fieldtype: "Select",
|
||||||
|
options: "Report Date\nToday Date",
|
||||||
|
default: "Report Date",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
fieldname: "range",
|
fieldname: "range",
|
||||||
label: __("Ageing Range"),
|
label: __("Ageing Range"),
|
||||||
|
|||||||
Reference in New Issue
Block a user