You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the status of a review is still draft, we should have an overall rating of “Pending” available, as the reviewer still can't do the review, as the first step is to create the draft.
So,
should we add "Pending" here?
Or should it be calculated by webERP and NOT the user? Why? Because the review is lated "rated" in HRPerformanceRatings.php, where the reviewer really inputs the valuation of the job done (1 to 5) following the criteria selected (see HR Performance Reviews, Positions, Scales and Criteria Relationships. Something missing? #923 regarding which criteria to show). After "Save", webERP calculates the current overall score, and from there it can be stored as review overall rating.
Hi @timschofield:
If the status of a review is still draft, we should have an overall rating of “Pending” available, as the reviewer still can't do the review, as the first step is to create the draft.
So,
should we add "Pending" here?
Or should it be calculated by webERP and NOT the user? Why? Because the review is lated "rated" in HRPerformanceRatings.php, where the reviewer really inputs the valuation of the job done (1 to 5) following the criteria selected (see HR Performance Reviews, Positions, Scales and Criteria Relationships. Something missing? #923 regarding which criteria to show). After "Save", webERP calculates the current overall score, and from there it can be stored as review overall rating.
Screenshot from HRPerformanceRatings.php:

I think we should go for option 2)
R