Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3743 Переглядів

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.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
груд. 23
1241
1
лют. 23
2375
0
груд. 22
1795
1
груд. 18
3889
2
лист. 18
6293