Skip to Content
Menu
This question has been flagged
2 Replies
1908 Views

I need to manage off days from employees in a very specific way. They get 1 off-day every month they have worked on the company.

So if Employee1 started working on February 1st , then he will have 1 off-day on March 1st.

But i have not found any module that allows me to do this, is there any, or any other way to do especifically this?

Thanks in advance.

Avatar
Discard
Author Best Answer

I appreciate the help, you've set me on the right course.
I still don't know how to set the cron job like that, is there any tutorial or something? I'm pretty new to this so i don't know much about it

Avatar
Discard
Best Answer

You can have Time Off only after doing the allocation. So I can suggest you, create a Cron Job for allocating 1 time off in between some interval of days. You have to define a type first of TimeOff and allocate for all employees after satisfies your conditions.

Avatar
Discard