frappe / hrms

Open Source HR and Payroll Software
https://frappe.io/hr
GNU General Public License v3.0
1.39k stars 731 forks source link

Appraisal final score calculation #2023

Closed akhtarmohsin closed 3 months ago

akhtarmohsin commented 3 months ago

Is your feature request related to a problem? Please describe.

At present Appraisal final score calculation depends upon three factors KRA, Feedback and Self Appraisal. Now, suppose we don't want to include Self Appraisal for a department or an employee and continued with KRA and Feedback still final score consider average of Goal Score, Feedback Score, and Self Appraisal Score (out of 5). Screenshot 2024-07-31 at 3 59 20 PM Screenshot 2024-07-31 at 4 02 06 PM Screenshot 2024-07-31 at 4 02 17 PM Screenshot 2024-07-31 at 4 02 36 PM

Describe the solution you'd like

If we are considering two or one factor for appraisal then in the final score the system should consider the average of those two factors instead of all three. For example; KRA Score = 5 and Feedback Score = 5 then the Final Score should be 5 at present it is calculating 3.33

Describe the alternatives you've considered

No response

Additional context

No response

ruchamahabal commented 3 months ago

This is already available: https://github.com/frappe/hrms/pull/1670