Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
7585 Tampilan

Hello everybody 

I am creating a salary rule to calculate a commission for employees

I added an input line for the salary rule with the name (Sales Total) and code (SALES)

Then I used python expression to calculate the result 

result = inputs.SALES * 0.02

But I am getting this error every time I try to calculate the salary sheet


Wrong python code defined for salary rule Sales Commission (COMMISSION).


any idea please?


Thank you

Avatar
Buang
Jawaban Terbai

Hi DEVU

Try to give  python expression like below

result = (inputs.SALES.amount) * 0.02

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
2
Agu 24
11506
1
Mei 23
5262
0
Feb 19
3494
0
Mar 15
3660
0
Mar 15
3617