Skip to Content
Menú
This question has been flagged
1 Respondre
3690 Vistes

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

Avatar
Descartar
Best Answer

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.

Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
de des. 23
1216
1
de febr. 23
2345
0
de des. 22
1767
1
de des. 18
3849
2
de nov. 18
6264