PTO Accrual Formulas
We have that formula written using this formula;
If (Period_ED > l_stop_accrual_date )
THEN
(
IF( (Other - Absence) > 0)
THEN
period_accrued_pto = 0
ELSE
period_accrued_pto = period_accrued_pto
)
Now once the employee (other - absense) <=0 they can not start accruing again but not until the 1st of month following.
Any suggestions on how to do this?
thanks,
Linda