Skip to content

Commit 46d8028

Browse files
authored
Merge pull request #53300 from frappe/mergify/bp/version-16-hotfix/pr-53256
fix: set default list view columns and filters for sales, purchase and accounts module (backport #53256)
2 parents 8f4a6d0 + c7da218 commit 46d8028

17 files changed

Lines changed: 54 additions & 27 deletions

File tree

erpnext/accounts/doctype/accounting_period/accounting_period.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
{
2121
"fieldname": "period_name",
2222
"fieldtype": "Data",
23-
"in_list_view": 1,
2423
"label": "Period Name",
2524
"reqd": 1,
2625
"unique": 1
@@ -79,7 +78,7 @@
7978
}
8079
],
8180
"links": [],
82-
"modified": "2025-12-01 16:53:44.631299",
81+
"modified": "2026-03-09 17:15:33.577217",
8382
"modified_by": "Administrator",
8483
"module": "Accounts",
8584
"name": "Accounting Period",

erpnext/accounts/doctype/journal_entry/journal_entry.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
{
141141
"fieldname": "company",
142142
"fieldtype": "Link",
143+
"in_list_view": 1,
143144
"in_standard_filter": 1,
144145
"label": "Company",
145146
"oldfieldname": "company",
@@ -181,7 +182,6 @@
181182
"fieldname": "cheque_no",
182183
"fieldtype": "Data",
183184
"in_global_search": 1,
184-
"in_list_view": 1,
185185
"label": "Reference Number",
186186
"mandatory_depends_on": "eval:doc.voucher_type == \"Bank Entry\"",
187187
"no_copy": 1,
@@ -665,7 +665,7 @@
665665
"table_fieldname": "payment_entries"
666666
}
667667
],
668-
"modified": "2026-02-16 16:06:10.468482",
668+
"modified": "2026-03-09 17:15:26.569327",
669669
"modified_by": "Administrator",
670670
"module": "Accounts",
671671
"name": "Journal Entry",

erpnext/accounts/doctype/payment_entry/payment_entry.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
"fieldname": "posting_date",
139139
"fieldtype": "Date",
140140
"in_list_view": 1,
141+
"in_standard_filter": 1,
141142
"label": "Posting Date",
142143
"reqd": 1
143144
},
@@ -160,7 +161,6 @@
160161
{
161162
"fieldname": "mode_of_payment",
162163
"fieldtype": "Link",
163-
"in_list_view": 1,
164164
"label": "Mode of Payment",
165165
"options": "Mode of Payment"
166166
},
@@ -228,6 +228,7 @@
228228
"fieldname": "paid_from",
229229
"fieldtype": "Link",
230230
"in_global_search": 1,
231+
"in_list_view": 1,
231232
"label": "Account Paid From",
232233
"options": "Account",
233234
"print_hide": 1,
@@ -252,6 +253,7 @@
252253
"fieldname": "paid_to",
253254
"fieldtype": "Link",
254255
"in_global_search": 1,
256+
"in_list_view": 1,
255257
"label": "Account Paid To",
256258
"options": "Account",
257259
"print_hide": 1,
@@ -414,6 +416,7 @@
414416
"depends_on": "eval:(doc.paid_from && doc.paid_to)",
415417
"fieldname": "reference_no",
416418
"fieldtype": "Data",
419+
"in_standard_filter": 1,
417420
"label": "Cheque/Reference No",
418421
"mandatory_depends_on": "eval:(doc.paid_from_account_type == 'Bank' || doc.paid_to_account_type == 'Bank')"
419422
},
@@ -792,7 +795,7 @@
792795
"table_fieldname": "payment_entries"
793796
}
794797
],
795-
"modified": "2026-02-03 16:08:49.800381",
798+
"modified": "2026-03-09 17:15:30.453920",
796799
"modified_by": "Administrator",
797800
"module": "Accounts",
798801
"name": "Payment Entry",

erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@
266266
{
267267
"fieldname": "due_date",
268268
"fieldtype": "Date",
269+
"in_list_view": 1,
269270
"label": "Due Date",
270271
"oldfieldname": "due_date",
271272
"oldfieldtype": "Date"
@@ -319,6 +320,7 @@
319320
"fieldname": "posting_date",
320321
"fieldtype": "Date",
321322
"in_list_view": 1,
323+
"in_standard_filter": 1,
322324
"label": "Date",
323325
"oldfieldname": "posting_date",
324326
"oldfieldtype": "Date",
@@ -397,6 +399,8 @@
397399
{
398400
"fieldname": "bill_no",
399401
"fieldtype": "Data",
402+
"in_list_view": 1,
403+
"in_standard_filter": 1,
400404
"label": "Supplier Invoice No",
401405
"oldfieldname": "bill_no",
402406
"oldfieldtype": "Data",
@@ -1689,7 +1693,7 @@
16891693
"idx": 204,
16901694
"is_submittable": 1,
16911695
"links": [],
1692-
"modified": "2026-02-23 14:23:57.269770",
1696+
"modified": "2026-03-09 17:15:27.014131",
16931697
"modified_by": "Administrator",
16941698
"module": "Accounts",
16951699
"name": "Purchase Invoice",

erpnext/accounts/doctype/sales_invoice/sales_invoice.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,8 @@
381381
"fieldtype": "Date",
382382
"hide_days": 1,
383383
"hide_seconds": 1,
384+
"in_list_view": 1,
385+
"in_standard_filter": 1,
384386
"label": "Date",
385387
"no_copy": 1,
386388
"oldfieldname": "posting_date",
@@ -415,6 +417,7 @@
415417
"fieldtype": "Date",
416418
"hide_days": 1,
417419
"hide_seconds": 1,
420+
"in_list_view": 1,
418421
"label": "Payment Due Date",
419422
"no_copy": 1,
420423
"oldfieldname": "due_date",
@@ -1639,6 +1642,7 @@
16391642
"fieldtype": "Select",
16401643
"hide_days": 1,
16411644
"hide_seconds": 1,
1645+
"in_list_view": 1,
16421646
"in_standard_filter": 1,
16431647
"label": "Status",
16441648
"length": 30,
@@ -2330,7 +2334,7 @@
23302334
"link_fieldname": "consolidated_invoice"
23312335
}
23322336
],
2333-
"modified": "2026-02-28 17:58:56.453076",
2337+
"modified": "2026-03-09 17:15:30.931929",
23342338
"modified_by": "Administrator",
23352339
"module": "Accounts",
23362340
"name": "Sales Invoice",

erpnext/assets/doctype/asset/asset.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@
169169
{
170170
"fieldname": "company",
171171
"fieldtype": "Link",
172+
"in_list_view": 1,
173+
"in_standard_filter": 1,
172174
"label": "Company",
173175
"options": "Company",
174176
"remember_last_selected_value": 1,
@@ -624,7 +626,7 @@
624626
"link_fieldname": "target_asset"
625627
}
626628
],
627-
"modified": "2026-02-05 12:42:45.350216",
629+
"modified": "2026-03-09 17:15:32.819896",
628630
"modified_by": "Administrator",
629631
"module": "Assets",
630632
"name": "Asset",

erpnext/assets/doctype/asset_movement/asset_movement.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
{
3333
"fieldname": "purpose",
3434
"fieldtype": "Select",
35+
"in_list_view": 1,
3536
"label": "Purpose",
3637
"options": "\nIssue\nReceipt\nTransfer\nTransfer and Issue",
3738
"reqd": 1
@@ -97,7 +98,7 @@
9798
"index_web_pages_for_search": 1,
9899
"is_submittable": 1,
99100
"links": [],
100-
"modified": "2025-05-30 17:01:55.864353",
101+
"modified": "2026-03-09 17:19:02.087333",
101102
"modified_by": "Administrator",
102103
"module": "Assets",
103104
"name": "Asset Movement",

erpnext/buying/doctype/purchase_order/purchase_order.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@
252252
"allow_on_submit": 1,
253253
"fieldname": "schedule_date",
254254
"fieldtype": "Date",
255+
"in_list_view": 1,
255256
"label": "Required By"
256257
},
257258
{
@@ -1327,7 +1328,7 @@
13271328
"idx": 105,
13281329
"is_submittable": 1,
13291330
"links": [],
1330-
"modified": "2026-03-02 00:40:47.119584",
1331+
"modified": "2026-03-09 17:15:29.184682",
13311332
"modified_by": "Administrator",
13321333
"module": "Buying",
13331334
"name": "Purchase Order",

erpnext/buying/doctype/request_for_quotation/request_for_quotation.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
{
5050
"fieldname": "naming_series",
5151
"fieldtype": "Select",
52-
"in_list_view": 1,
5352
"label": "Series",
5453
"no_copy": 1,
5554
"oldfieldname": "naming_series",
@@ -77,6 +76,7 @@
7776
"fieldname": "vendor",
7877
"fieldtype": "Link",
7978
"hidden": 1,
79+
"in_list_view": 1,
8080
"in_standard_filter": 1,
8181
"label": "Supplier",
8282
"no_copy": 1,
@@ -95,6 +95,7 @@
9595
"fieldname": "transaction_date",
9696
"fieldtype": "Date",
9797
"in_list_view": 1,
98+
"in_standard_filter": 1,
9899
"label": "Date",
99100
"oldfieldname": "transaction_date",
100101
"oldfieldtype": "Date",
@@ -147,7 +148,6 @@
147148
"depends_on": "eval:doc.use_html == 0",
148149
"fieldname": "message_for_supplier",
149150
"fieldtype": "Text Editor",
150-
"in_list_view": 1,
151151
"label": "Message for Supplier",
152152
"mandatory_depends_on": "eval:doc.use_html == 0",
153153
"print_hide": 1
@@ -225,6 +225,8 @@
225225
{
226226
"fieldname": "status",
227227
"fieldtype": "Select",
228+
"in_list_view": 1,
229+
"in_standard_filter": 1,
228230
"label": "Status",
229231
"no_copy": 1,
230232
"oldfieldname": "status",
@@ -263,6 +265,7 @@
263265
{
264266
"fieldname": "schedule_date",
265267
"fieldtype": "Date",
268+
"in_list_view": 1,
266269
"label": "Required Date"
267270
},
268271
{
@@ -350,7 +353,7 @@
350353
"index_web_pages_for_search": 1,
351354
"is_submittable": 1,
352355
"links": [],
353-
"modified": "2026-03-01 23:38:48.079274",
356+
"modified": "2026-03-09 17:15:29.774614",
354357
"modified_by": "Administrator",
355358
"module": "Buying",
356359
"name": "Request for Quotation",

erpnext/buying/doctype/supplier/supplier.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"default": "Company",
179179
"fieldname": "supplier_type",
180180
"fieldtype": "Select",
181+
"in_list_view": 1,
181182
"label": "Supplier Type",
182183
"options": "Company\nIndividual\nPartnership",
183184
"reqd": 1
@@ -238,6 +239,7 @@
238239
"fieldname": "default_currency",
239240
"fieldtype": "Link",
240241
"ignore_user_permissions": 1,
242+
"in_list_view": 1,
241243
"label": "Billing Currency",
242244
"no_copy": 1,
243245
"options": "Currency"
@@ -515,7 +517,7 @@
515517
"link_fieldname": "party"
516518
}
517519
],
518-
"modified": "2026-02-10 21:28:01.101808",
520+
"modified": "2026-03-09 17:15:25.465759",
519521
"modified_by": "Administrator",
520522
"module": "Buying",
521523
"name": "Supplier",

0 commit comments

Comments
 (0)