diff --git a/erpnext/accounts/doctype/account/account.json b/erpnext/accounts/doctype/account/account.json index 8b74dd823ec..a5f8d60cf4b 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": "2025-08-02 06:26:44.657146", + "modified": "2026-04-14 18:14:42.202065", "modified_by": "Administrator", "module": "Accounts", "name": "Account", @@ -256,6 +256,14 @@ "role": "Accounts Manager", "share": 1, "write": 1 + }, + { + "role": "HR User", + "select": 1 + }, + { + "role": "HR Manager", + "select": 1 } ], "row_format": "Dynamic", diff --git a/erpnext/accounts/doctype/cost_center/cost_center.json b/erpnext/accounts/doctype/cost_center/cost_center.json index 8a84e2c4c01..bb69300ff8c 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": "2025-01-22 10:46:42.904001", + "modified": "2026-04-14 18:15:27.367298", "modified_by": "Administrator", "module": "Accounts", "name": "Cost Center", @@ -173,11 +173,20 @@ "role": "Employee", "select": 1, "share": 1 + }, + { + "role": "HR User", + "select": 1 + }, + { + "role": "HR Manager", + "select": 1 } ], + "row_format": "Dynamic", "search_fields": "parent_cost_center, is_group", "show_name_in_global_search": 1, "sort_field": "creation", "sort_order": "ASC", "states": [] -} \ No newline at end of file +} 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 f7e7fc414bd..ec03452e56a 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": "2024-08-16 19:22:42.942264", + "modified": "2026-04-14 18:16:47.795986", "modified_by": "Administrator", "module": "Accounts", "name": "Mode of Payment", @@ -68,12 +68,21 @@ "read": 1, "report": 1, "role": "Accounts User" + }, + { + "role": "HR User", + "select": 1 + }, + { + "role": "HR Manager", + "select": 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/projects/doctype/activity_type/activity_type.json b/erpnext/projects/doctype/activity_type/activity_type.json index ccca292ba77..8c1bf2d3392 100644 --- a/erpnext/projects/doctype/activity_type/activity_type.json +++ b/erpnext/projects/doctype/activity_type/activity_type.json @@ -47,7 +47,7 @@ "icon": "icon-flag", "idx": 1, "links": [], - "modified": "2024-08-16 19:22:57.706521", + "modified": "2026-04-17 15:24:16.754519", "modified_by": "Administrator", "module": "Projects", "name": "Activity Type", @@ -79,11 +79,24 @@ { "read": 1, "role": "Employee" + }, + { + "create": 1, + "delete": 1, + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "HR Manager", + "share": 1, + "write": 1 } ], "quick_entry": 1, + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "ASC", "states": [], "translated_doctype": 1 -} \ No newline at end of file +} diff --git a/erpnext/projects/doctype/project/project.json b/erpnext/projects/doctype/project/project.json index e36e15f71f5..95bf037c5e5 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-09 17:15:24.426294", + "modified": "2026-04-14 18:17:40.676750", "modified_by": "Administrator", "module": "Projects", "name": "Project", @@ -524,6 +524,14 @@ "role": "Employee", "select": 1, "share": 1 + }, + { + "role": "HR User", + "select": 1 + }, + { + "role": "HR Manager", + "select": 1 } ], "quick_entry": 1, diff --git a/erpnext/projects/doctype/task/task.json b/erpnext/projects/doctype/task/task.json index 9335a196989..1cf8aeee8a8 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-04 11:47:10.454548", + "modified": "2026-04-09 19:12:27.153143", "modified_by": "Administrator", "module": "Projects", "name": "Task", @@ -441,6 +441,20 @@ "role": "Projects User", "share": 1, "write": 1 + }, + { + "role": "HR User", + "select": 1 + }, + { + "create": 1, + "delete": 1, + "email": 1, + "export": 1, + "read": 1, + "role": "HR Manager", + "share": 1, + "write": 1 } ], "quick_entry": 1, diff --git a/erpnext/projects/doctype/task_type/task_type.json b/erpnext/projects/doctype/task_type/task_type.json index 86b5f17e8dd..bc65b4f6a3e 100644 --- a/erpnext/projects/doctype/task_type/task_type.json +++ b/erpnext/projects/doctype/task_type/task_type.json @@ -21,7 +21,7 @@ } ], "links": [], - "modified": "2024-03-27 13:10:51.823692", + "modified": "2026-04-17 15:32:28.598095", "modified_by": "Administrator", "module": "Projects", "name": "Task Type", @@ -60,11 +60,19 @@ "report": 1, "role": "Projects User", "share": 1 + }, + { + "create": 1, + "delete": 1, + "read": 1, + "role": "HR Manager", + "write": 1 } ], "quick_entry": 1, + "row_format": "Dynamic", "sort_field": "creation", "sort_order": "ASC", "states": [], "track_changes": 1 -} \ No newline at end of file +} diff --git a/erpnext/projects/doctype/timesheet/timesheet.json b/erpnext/projects/doctype/timesheet/timesheet.json index bd38d7c6414..a703e6cd07f 100644 --- a/erpnext/projects/doctype/timesheet/timesheet.json +++ b/erpnext/projects/doctype/timesheet/timesheet.json @@ -315,7 +315,7 @@ "idx": 1, "is_submittable": 1, "links": [], - "modified": "2026-03-04 11:56:51.438298", + "modified": "2026-04-08 12:43:30.658074", "modified_by": "Administrator", "module": "Projects", "name": "Timesheet", @@ -336,21 +336,6 @@ "submit": 1, "write": 1 }, - { - "amend": 1, - "cancel": 1, - "create": 1, - "delete": 1, - "email": 1, - "export": 1, - "print": 1, - "read": 1, - "report": 1, - "role": "HR User", - "share": 1, - "submit": 1, - "write": 1 - }, { "amend": 1, "cancel": 1, @@ -389,6 +374,35 @@ "read": 1, "role": "Accounts User", "write": 1 + }, + { + "amend": 1, + "cancel": 1, + "create": 1, + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "HR User", + "share": 1, + "submit": 1, + "write": 1 + }, + { + "amend": 1, + "cancel": 1, + "create": 1, + "delete": 1, + "email": 1, + "export": 1, + "print": 1, + "read": 1, + "report": 1, + "role": "HR Manager", + "share": 1, + "submit": 1, + "write": 1 } ], "row_format": "Dynamic", diff --git a/erpnext/setup/doctype/company/company.json b/erpnext/setup/doctype/company/company.json index ab64635c048..37eda038e3b 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-09 17:15:33.819426", + "modified": "2026-04-17 17:11:46.586135", "modified_by": "Administrator", "module": "Setup", "name": "Company", @@ -1030,6 +1030,16 @@ { "role": "Auditor", "select": 1 + }, + { + "role": "HR User", + "select": 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..001fed22a9f 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-04-14 18:19:34.405635", "modified_by": "Administrator", "module": "Setup", "name": "Designation", @@ -40,7 +40,6 @@ "permissions": [ { "create": 1, - "delete": 1, "email": 1, "print": 1, "read": 1, @@ -52,12 +51,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/holiday_list/holiday_list.json b/erpnext/setup/doctype/holiday_list/holiday_list.json index dd7955f4c40..fb4feba4872 100644 --- a/erpnext/setup/doctype/holiday_list/holiday_list.json +++ b/erpnext/setup/doctype/holiday_list/holiday_list.json @@ -153,7 +153,7 @@ "icon": "fa fa-calendar", "idx": 1, "links": [], - "modified": "2025-08-28 15:17:05.313383", + "modified": "2026-04-14 18:21:08.018741", "modified_by": "Administrator", "module": "Setup", "name": "Holiday List", @@ -170,6 +170,10 @@ "role": "HR Manager", "share": 1, "write": 1 + }, + { + "role": "HR User", + "select": 1 } ], "row_format": "Dynamic", 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 335780a0b05..6539aa45861 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": "2024-03-27 13:10:53.065872", + "modified": "2026-04-14 18:22:49.285298", "modified_by": "Administrator", "module": "Setup", "name": "Terms and Conditions", @@ -130,11 +130,22 @@ { "read": 1, "role": "Stock User" + }, + { + "role": "HR User", + "select": 1 + }, + { + "create": 1, + "read": 1, + "role": "HR Manager", + "write": 1 } ], "quick_entry": 1, + "row_format": "Dynamic", "show_name_in_global_search": 1, "sort_field": "creation", "sort_order": "ASC", "states": [] -} \ No newline at end of file +} diff --git a/erpnext/support/doctype/issue/issue.json b/erpnext/support/doctype/issue/issue.json index 958cab52be0..fed181386ff 100644 --- a/erpnext/support/doctype/issue/issue.json +++ b/erpnext/support/doctype/issue/issue.json @@ -393,7 +393,7 @@ "icon": "fa fa-ticket", "idx": 7, "links": [], - "modified": "2025-09-25 11:10:53.556731", + "modified": "2026-04-09 19:14:57.692236", "modified_by": "Administrator", "module": "Support", "name": "Issue", @@ -410,9 +410,18 @@ "role": "Support Team", "share": 1, "write": 1 + }, + { + "role": "HR Manager", + "select": 1 + }, + { + "role": "HR User", + "select": 1 } ], "quick_entry": 1, + "row_format": "Dynamic", "search_fields": "status,customer,subject,raised_by", "sender_field": "raised_by", "sort_field": "creation",