OOTB Workforce - Basic Salary
Summary: Spread basic salary into months based on calendar days
Content (required):
The requirement in our project is to spread annual salary based on calendar days, eg - Jan 31 days, Feb 28 days and so on. We achieved this by editing Basic Salary member formula -
OOTB formula -ELSEIF("OWP_Salary Basis"==1) /* Hourly */
"OWP_Expense amount"=((("OWP_Value")*52*"OWP_Hours per Week"->"No Property")*[TimeBalanceSpread])...;
Edited formula - ELSEIF("OWP_Salary Basis"==1) /* Hourly */
"OWP_Expense amount"=((("OWP_Value")*52*"OWP_Hours per Week"->"No Property")*"Spread_Actual_Actual")...
Our issue is - merit works well in current plan year, but not from next plan year and so on -
Tagged:
0