on 2015 Jul 01 7:53 AM
Hi Floks,
I got a requirement where i need to calculate salary bonus for the employee
Requirement 1:
1.I need to calculate salary bonus with 10% for Grade A
2. And for Grade B 5%
3. For Grade C 2%
Salary Increment Should happen.
Thanks in Advance.
Regards
Toufiq
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Script logic in the default.lgf?
*WHEN ACCOUNT
*IS PERSINCR
*REC(EXPRESSION=%VALUE%*[ACCOUNT].[SALARY],ACCOUNT=NETSALARY)
*ENDWHEN
*WHEN ACCOUNT
*IS SALARY
*REC(EXPRESSION=%VALUE%*[ACCOUNT].[PERSINCR],ACCOUNT=NETSALARY)
*ENDWHEN
Vadim
P.S. For sure you can duplicate calculations with the formula in the local member in the form or excel formula
| User | Count |
|---|---|
| 40 | |
| 9 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.