"TLD" stands for "Termination Leave Days". This payroll variable returns the number of Leave Days(Actual Balance as of End Date in Placement) of the specified Leave Type if the End Date falls within the Pay Period.
Returns the number of Leave Days(Actual Balance as of End Date in Placement) of the specified Leave Type, if the staff is terminated and the End Date falls within the Pay Period.
By Default, the number of termination leave days will be round up to the nearest Integer.
Hightlight part content can be changed
Payroll Variable | Description | Usage |
---|---|---|
[TLD(Leave_Type_Code)] |
Round up the number of Leave Days(Actual Balance as of End Date in Placement) of specified Leave Type to the nearest integer when the staff is terminated | For Annual Leave Final Payment, taking the AL actual balance as the staff End Date[TLD(AL)] e.g 6.23 -> 7 days |
Parameters/Variations | Description | Usage |
---|---|---|
NO_ROUND | No Rounding for the Leave Days(Actual Balance as of End Date in Placement) of specified Leave Type when the staff is terminated | [TLD(AL,NO_ROUND)] |
ROUNDING=0.5 | Round up the Leave Days(Actual Balance as of End Date in Placement) of specified Leave Type to the nearest 0.5 when the staff is terminated | [TLD(AL,ROUNDING=0.5)] e.g 6.23 -> 6.5 days |