diff --git a/erpnext/accounts/doctype/account/account.json b/erpnext/accounts/doctype/account/account.json index 7908fe9cbab..d00c35bc489 100644 --- a/erpnext/accounts/doctype/account/account.json +++ b/erpnext/accounts/doctype/account/account.json @@ -203,7 +203,7 @@ "idx": 1, "is_tree": 1, "links": [], - "modified": "2026-03-24 12:43:45.708738", + "modified": "2026-03-25 17:27:39.304619", "modified_by": "Administrator", "module": "Accounts", "name": "Account", @@ -261,6 +261,11 @@ "read": 1, "report": 1, "role": "HR User" + }, + { + "read": 1, + "report": 1, + "role": "HR Manager" } ], "row_format": "Dynamic", diff --git a/erpnext/accounts/doctype/cost_center/cost_center.json b/erpnext/accounts/doctype/cost_center/cost_center.json index 744fee4e003..1d640e76a03 100644 --- a/erpnext/accounts/doctype/cost_center/cost_center.json +++ b/erpnext/accounts/doctype/cost_center/cost_center.json @@ -126,7 +126,7 @@ "idx": 1, "is_tree": 1, "links": [], - "modified": "2026-03-24 12:44:03.297998", + "modified": "2026-03-25 17:26:40.657146", "modified_by": "Administrator", "module": "Accounts", "name": "Cost Center", @@ -177,6 +177,10 @@ { "read": 1, "role": "HR User" + }, + { + "read": 1, + "role": "HR Manager" } ], "row_format": "Dynamic", diff --git a/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.json b/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.json index 134fc3d1751..86dc0f20dba 100644 --- a/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.json +++ b/erpnext/accounts/doctype/mode_of_payment/mode_of_payment.json @@ -48,7 +48,7 @@ "idx": 1, "index_web_pages_for_search": 1, "links": [], - "modified": "2026-03-24 12:48:15.343727", + "modified": "2026-03-25 17:34:25.721556", "modified_by": "Administrator", "module": "Accounts", "name": "Mode of Payment", @@ -71,8 +71,11 @@ }, { "read": 1, - "report": 1, "role": "HR User" + }, + { + "read": 1, + "role": "HR Manager" } ], "quick_entry": 1, diff --git a/erpnext/projects/doctype/project/project.json b/erpnext/projects/doctype/project/project.json index 1525c07771e..32b9174e916 100644 --- a/erpnext/projects/doctype/project/project.json +++ b/erpnext/projects/doctype/project/project.json @@ -480,7 +480,7 @@ "index_web_pages_for_search": 1, "links": [], "max_attachments": 4, - "modified": "2026-03-24 12:52:03.156389", + "modified": "2026-03-25 17:32:36.262980", "modified_by": "Administrator", "module": "Projects", "name": "Project", @@ -528,6 +528,10 @@ { "read": 1, "role": "HR User" + }, + { + "read": 1, + "role": "HR Manager" } ], "quick_entry": 1, diff --git a/erpnext/projects/doctype/task/task.json b/erpnext/projects/doctype/task/task.json index c9071e01435..db2fbe1695f 100644 --- a/erpnext/projects/doctype/task/task.json +++ b/erpnext/projects/doctype/task/task.json @@ -423,7 +423,7 @@ "is_tree": 1, "links": [], "max_attachments": 5, - "modified": "2026-03-24 12:57:46.063009", + "modified": "2026-03-25 17:35:27.323503", "modified_by": "Administrator", "module": "Projects", "name": "Task", @@ -445,6 +445,10 @@ { "read": 1, "role": "HR User" + }, + { + "read": 1, + "role": "HR Manager" } ], "quick_entry": 1, diff --git a/erpnext/setup/doctype/company/company.json b/erpnext/setup/doctype/company/company.json index ddce64615e7..e901593aada 100644 --- a/erpnext/setup/doctype/company/company.json +++ b/erpnext/setup/doctype/company/company.json @@ -970,7 +970,7 @@ "image_field": "company_logo", "is_tree": 1, "links": [], - "modified": "2026-03-24 12:44:15.614147", + "modified": "2026-03-25 17:23:35.604282", "modified_by": "Administrator", "module": "Setup", "name": "Company", @@ -1035,6 +1035,15 @@ "read": 1, "report": 1, "role": "HR User" + }, + { + "create": 1, + "export": 1, + "import": 1, + "read": 1, + "report": 1, + "role": "HR Manager", + "write": 1 } ], "row_format": "Dynamic", diff --git a/erpnext/setup/doctype/designation/designation.json b/erpnext/setup/doctype/designation/designation.json index ed37131fb55..8d767cde46e 100644 --- a/erpnext/setup/doctype/designation/designation.json +++ b/erpnext/setup/doctype/designation/designation.json @@ -31,7 +31,7 @@ "icon": "fa fa-bookmark", "idx": 1, "links": [], - "modified": "2024-03-27 13:06:51.361961", + "modified": "2026-03-26 14:59:26.816846", "modified_by": "Administrator", "module": "Setup", "name": "Designation", @@ -52,12 +52,24 @@ { "read": 1, "role": "Sales User" + }, + { + "create": 1, + "delete": 1, + "email": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "HR Manager", + "share": 1, + "write": 1 } ], "quick_entry": 1, + "row_format": "Dynamic", "show_name_in_global_search": 1, "sort_field": "creation", "sort_order": "ASC", "states": [], "translated_doctype": 1 -} \ No newline at end of file +} diff --git a/erpnext/setup/doctype/driver/driver.json b/erpnext/setup/doctype/driver/driver.json index 342ca730637..9fc83ef2ec9 100644 --- a/erpnext/setup/doctype/driver/driver.json +++ b/erpnext/setup/doctype/driver/driver.json @@ -129,7 +129,7 @@ ], "icon": "fa fa-user", "links": [], - "modified": "2024-03-27 13:08:18.825438", + "modified": "2026-03-26 14:45:09.568829", "modified_by": "Administrator", "module": "Setup", "name": "Driver", @@ -144,30 +144,6 @@ "role": "Fleet Manager", "share": 1 }, - { - "create": 1, - "delete": 1, - "email": 1, - "export": 1, - "print": 1, - "read": 1, - "report": 1, - "role": "HR User", - "share": 1, - "write": 1 - }, - { - "create": 1, - "delete": 1, - "email": 1, - "export": 1, - "print": 1, - "read": 1, - "report": 1, - "role": "HR Manager", - "share": 1, - "write": 1 - }, { "print": 1, "read": 1, @@ -186,6 +162,7 @@ } ], "quick_entry": 1, + "row_format": "Dynamic", "search_fields": "full_name", "show_name_in_global_search": 1, "sort_field": "creation", @@ -193,4 +170,4 @@ "states": [], "title_field": "full_name", "track_changes": 1 -} \ No newline at end of file +} diff --git a/erpnext/setup/doctype/employee_group/employee_group.json b/erpnext/setup/doctype/employee_group/employee_group.json index 0114e93433e..7e5a504674b 100644 --- a/erpnext/setup/doctype/employee_group/employee_group.json +++ b/erpnext/setup/doctype/employee_group/employee_group.json @@ -32,7 +32,7 @@ } ], "links": [], - "modified": "2024-03-27 13:09:39.303885", + "modified": "2026-03-26 17:22:45.737955", "modified_by": "Administrator", "module": "Setup", "name": "Employee Group", @@ -49,11 +49,28 @@ "role": "System Manager", "share": 1, "write": 1 + }, + { + "create": 1, + "delete": 1, + "email": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "HR Manager", + "share": 1, + "write": 1 + }, + { + "read": 1, + "role": "HR User", + "write": 1 } ], "quick_entry": 1, + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "DESC", "states": [], "track_changes": 1 -} \ No newline at end of file +} diff --git a/erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.json b/erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.json index 444b9aee85e..7226ccb76a3 100644 --- a/erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.json +++ b/erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.json @@ -77,7 +77,7 @@ "icon": "icon-legal", "idx": 1, "links": [], - "modified": "2026-03-24 16:36:37.021007", + "modified": "2026-03-26 16:11:17.367505", "modified_by": "Administrator", "module": "Setup", "name": "Terms and Conditions", @@ -134,6 +134,12 @@ { "read": 1, "role": "HR User" + }, + { + "create": 1, + "read": 1, + "role": "HR Manager", + "write": 1 } ], "quick_entry": 1,