Hi Friends,
I have a situation where client is asking 5 digit decimal values in the quota accrual.
I created a time type and set as 3.3333 hours. The calculation are perfectly fine and my only issue is the decimal values.
When Time evaluation runs, it picks 3.33 hours and multiplies with % from IT0007 / 100. For, full time employees I used the rounding rule. ( If 3.33 hrs -> 3.33333 hrs) So, there is no issue and the issue is only for part time employees who may change from full time -> part time or part time -> full time or part time -> part time (Change in percentage) between the payroll period (which is 15th and last day of the month). So, for part timers I cannot use the rounding rule.
E.G - 3.33 hours * 80 / 100 = 2.664 hours.
Whereas client wanted to be like this 3.33333 hours * 80 / 100 = 2.66666 hours.
Srikanth