mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-23 12:06:43 +00:00
fix: set default list view columns and filters for sales, purchase and accounts module
(cherry picked from commit 9cf529215f)
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
# erpnext/buying/doctype/supplier/supplier.json
# erpnext/stock/doctype/delivery_note/delivery_note.json
This commit is contained in:
@@ -118,6 +118,7 @@
|
||||
"bold": 1,
|
||||
"fieldname": "percent_complete",
|
||||
"fieldtype": "Percent",
|
||||
"in_list_view": 1,
|
||||
"label": "% Completed",
|
||||
"no_copy": 1,
|
||||
"read_only": 1
|
||||
@@ -138,6 +139,7 @@
|
||||
"bold": 1,
|
||||
"fieldname": "expected_start_date",
|
||||
"fieldtype": "Date",
|
||||
"in_list_view": 1,
|
||||
"label": "Expected Start Date",
|
||||
"oldfieldname": "project_start_date",
|
||||
"oldfieldtype": "Date"
|
||||
@@ -478,7 +480,7 @@
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"max_attachments": 4,
|
||||
"modified": "2026-03-04 11:09:55.253367",
|
||||
"modified": "2026-03-09 17:15:24.426294",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Project",
|
||||
|
||||
Reference in New Issue
Block a user