コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3742 ビュー

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
1241
1
2月 23
2374
0
12月 22
1795
1
12月 18
3889
2
11月 18
6292