跳至内容
菜单
此问题已终结
1 回复
3746 查看

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

形象
丢弃
最佳答案

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.

形象
丢弃
相关帖文 回复 查看 活动
0
12月 23
1244
1
2月 23
2376
0
12月 22
1797
1
12月 18
3889
2
11月 18
6294