From 6f7d202075b9af93df3e661782b488e66b366e13 Mon Sep 17 00:00:00 2001 From: Prince baghel Date: Thu, 12 Feb 2026 13:01:52 +0530 Subject: [PATCH 1/3] fix: resolve hrms frappe error list issues --- frontend/src/components/ListView.vue | 148 +++++++++++++++--- hrms/api/__init__.py | 81 ++++++---- hrms/hr/doctype/attendance/attendance_list.js | 58 +++++++ .../employee_checkin/employee_checkin_list.js | 55 +++++++ .../leave_allocation/leave_allocation_list.js | 59 ++++++- .../leave_application/leave_application.py | 9 ++ .../leave_policy_assignment_list.js | 56 +++++++ .../shift_assignment/shift_assignment_list.js | 76 ++++++++- .../payroll_entry/payroll_entry_list.js | 51 +++++- .../doctype/salary_slip/salary_slip_list.js | 134 ++++++++++++++++ .../salary_structure_assignment_list.js | 79 ++++++++++ 11 files changed, 745 insertions(+), 61 deletions(-) create mode 100644 hrms/payroll/doctype/salary_structure_assignment/salary_structure_assignment_list.js diff --git a/frontend/src/components/ListView.vue b/frontend/src/components/ListView.vue index 2b80c34653..59fe4b777d 100644 --- a/frontend/src/components/ListView.vue +++ b/frontend/src/components/ListView.vue @@ -57,15 +57,15 @@ v-model="activeTab" /> -
+
- + - -
- + +
+ +
-
@@ -130,7 +130,7 @@