sum hours * hour value (issue)
if sum hours of over time is 4.30
and the value of hour is 50
if we use 4.30 * 50 = 215
but 215 is wrong
the right value is 4.5 * 50 = 225
how i solve this issue ?
1
if sum hours of over time is 4.30
and the value of hour is 50
if we use 4.30 * 50 = 215
but 215 is wrong
the right value is 4.5 * 50 = 225
how i solve this issue ?