Hi Vivek,
Pls pardon me if I understood your document wrongly.
It seems that your scenario is based on the rounding of annual leave, which is a one-time grant.
But for my case, I am trying to give the earned leave on a monthly case and to do a round off based on the total earned.
I am expecting the following
Jan - final total of 1 day (16days/12months * 1 month = 1.33333)
Feb - final total of 3 days (16days/12months * 2 months worked so far = 2.66666)
Mar - final total of 4 days (16days/12months * 3 months worked so far = 3.99999)
However, the system is currently doing the following
Jan - final total of 1 day
Feb - final total of 2 days
Mar - final total of 3 days
System is granting 1 day per month because 1.33333 is rounded down then added to the quota.
I have tried accrual by using Transfer of 1.0 day, but the system is not able to grant 2 days in the month of Feb.
Regards
Wai