Customizing Benefit "OWP_Custom Expense"
Scenario
employee benefit list
1.Car Allowance
2.Fuel
3.ATA
Rate Table option 1
.Car Allowance =$50 "All Months"
Fuel =$60 "All Months"
When the employee get car Allowance
calculation is
IF("No Property"->"BegBalance"== [OWP_BenefitList.Benefits_car_Allowance])
IF(@ISMBR(@RELATIVE("OWP_Total Employees",0)))
"OWP_Custom Expense"="OWP_Value";
When the employee get Fuel Allowance
calculation is
IF("No Property"->"BegBalance"== [OWP_BenefitList.Benefits_Fuel_Allowance])
IF(@ISMBR(@RELATIVE("OWP_Total Employees",0)))
"OWP_Custom Expense"="OWP_Value";
When the employee get ATA Allowance(both benfits car+fuel)
The employee who get ATA allowance will have only ATA benefit they will not have Car or Fuel in the compensation
Tagged:
0