Skip to content

Commit

Permalink
Update journal_entry.json
Browse files Browse the repository at this point in the history
Mise à jour in list view
  • Loading branch information
bvisible authored Nov 1, 2023
1 parent 4d5a6f8 commit e7d5c3a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions erpnext/accounts/doctype/journal_entry/journal_entry.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
{
"fieldname": "posting_date",
"fieldtype": "Date",
"in_list_view": 1,
"label": "Posting Date",
"no_copy": 1,
"oldfieldname": "posting_date",
Expand Down Expand Up @@ -164,7 +165,6 @@
"fieldname": "cheque_no",
"fieldtype": "Data",
"in_global_search": 1,
"in_list_view": 1,
"label": "Reference Number",
"mandatory_depends_on": "eval:doc.voucher_type == \"Bank Entry\"",
"no_copy": 1,
Expand All @@ -185,6 +185,7 @@
{
"fieldname": "user_remark",
"fieldtype": "Small Text",
"in_list_view": 1,
"label": "User Remark",
"no_copy": 1,
"oldfieldname": "user_remark",
Expand Down Expand Up @@ -549,7 +550,7 @@
"idx": 176,
"is_submittable": 1,
"links": [],
"modified": "2023-08-10 14:32:22.366895",
"modified": "2023-11-01 12:54:10.243847",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Journal Entry",
Expand Down Expand Up @@ -594,10 +595,12 @@
"role": "Auditor"
}
],
"read_only": 1,
"restrict_to_domain": "Gestion",
"search_fields": "voucher_type,posting_date, due_date, cheque_no",
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
"title_field": "title",
"track_changes": 1
}
}

0 comments on commit e7d5c3a

Please sign in to comment.