Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
2457 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează

Thank you.

Autor Cel mai bun răspuns

thanks dear,

it dose work,

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
iun. 20
3713
0
mar. 15
3875
0
mai 23
3732
1
feb. 20
3918
1
mar. 18
4554