mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
refactor: configurable fetch method for AR / AP report
This commit is contained in:
@@ -73,9 +73,12 @@
|
|||||||
"reports_tab",
|
"reports_tab",
|
||||||
"remarks_section",
|
"remarks_section",
|
||||||
"general_ledger_remarks_length",
|
"general_ledger_remarks_length",
|
||||||
"ignore_is_opening_check_for_reporting",
|
|
||||||
"column_break_lvjk",
|
"column_break_lvjk",
|
||||||
"receivable_payable_remarks_length"
|
"receivable_payable_remarks_length",
|
||||||
|
"accounts_receivable_payable_tuning_section",
|
||||||
|
"receivable_payable_fetch_method",
|
||||||
|
"legacy_section",
|
||||||
|
"ignore_is_opening_check_for_reporting"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@@ -479,6 +482,23 @@
|
|||||||
"fieldname": "ignore_is_opening_check_for_reporting",
|
"fieldname": "ignore_is_opening_check_for_reporting",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Ignore Is Opening check for reporting"
|
"label": "Ignore Is Opening check for reporting"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "Buffered Cursor",
|
||||||
|
"fieldname": "receivable_payable_fetch_method",
|
||||||
|
"fieldtype": "Select",
|
||||||
|
"label": "Data Fetch Method",
|
||||||
|
"options": "Buffered Cursor\nUnBuffered Cursor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "accounts_receivable_payable_tuning_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Accounts Receivable / Payable Tuning"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "legacy_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Legacy Fields"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icon": "icon-cog",
|
"icon": "icon-cog",
|
||||||
@@ -486,7 +506,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2025-01-23 13:15:44.077853",
|
"modified": "2025-05-05 12:29:38.302027",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Accounts Settings",
|
"name": "Accounts Settings",
|
||||||
@@ -515,4 +535,4 @@
|
|||||||
"sort_order": "ASC",
|
"sort_order": "ASC",
|
||||||
"states": [],
|
"states": [],
|
||||||
"track_changes": 1
|
"track_changes": 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user