Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3693 Widoki

Dear All,

Anyone an idea/experience on how to set up a salary rule which only applies on a specific month? E.g. Condition based on: Payslip Month = March?

Thanks in advance!

Philipp

Awatar
Odrzuć
Najlepsza odpowiedź

Hi Philipp,

in the salary rule you can configure the field "condition_select" and select 'python' option, there is some avilable objects (e.g: payslip), you can put something like this:

result = payslip.month_date_from == 03 

Note: month_date_from has to be previously computed.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
gru 23
1217
1
lut 23
2353
0
gru 22
1776
1
gru 18
3856
2
lis 18
6278