On Keka, you can easily modify your salary structure by adding or changing formulas for components. For example, you can add a new component as 10% of the employee’s Basic Pay using formulas.
Here’s how to modify the formula for a salary component in Keka:
Steps to Change the Formula of a Component
Navigate to Payroll → Settings
Go to the Pay Groups tab.
Select the relevant pay group from the list.
Click on the Configure icon next to the selected pay group.
In the next window, click on the Salary Structure tab.
Select Edit Salary Structure.
Choose the Salary Structure you want to edit.
From the left pane, select the Component you want to change.
Click on Edit Formula
The Update Value page will appear, allowing you to change the formula for the component.
You can use any of the defined Salary Components and calculate the value of the component based on these.
After updating the formula, click Update to save your changes.
Formula Guidelines:
Use 'Standard JavaScript' notation for formula expressions. For example:
Use asterisk (*) for multiplication.
Use forward slash ( / ) for division.
Component Names: All component names in the formula should be enclosed in square brackets, like [CTC].
Arithmetic Operations: Use curved brackets for operations, for example, ( [CTC] * 10 / 100 ).
Order of Operations: Ensure you follow BODMAS (Brackets, Orders, Division, Multiplication, Addition, Subtraction) when creating formulas.
Comments
0 comments
Please sign in to leave a comment.