Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
2445 Zobrazení

Can I use the  contract start date as condition in salary rules? To calculate the end of service of employee

So if the contract is less than 1 years this rules will appear?

The rule will be like


Today - contract.start_date > 1 year


Thanks

Avatar
Zrušit
Nejlepší odpověď

Hi,

Yes, you can use the contract start date as a condition in salary rules to calculate the end of service of an employee.You would typically achieve this using Python code within the salary rule.


time_difference = datetime.now() - contract.start_date

result = time_difference > relativedelta(years=1)


Hope it helps

Avatar
Zrušit

Thank you.

Autor Nejlepší odpověď

thanks dear,

it dose work,

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
čvn 20
3701
0
bře 15
3873
0
kvě 23
3710
1
úno 20
3910
1
bře 18
4547