How to assign Paid leave monthly?

Hi, I want to assign monthly 1.5 leave to the employees and if the employee has not taken that leave then carry it forward to the next month.
Does anyone have an idea how it can be done?

@Jignasa_Chavda you can do manually or can write your own logic and add cron job in hooks to run the method on 1st of every month or at midnight of last date of month.

Add unused leaves from previous allocations you can find this in leave allocation doctype, once you check this it will give you balance from past unused leave and will add new allocated leave to balance.

@Hardik_Gadesha Thanks! I’ll try it

If it works for you @Jignasa_Chavda then please do mark this as solution, it will help others too to find quick solution

@Jignasa_Chavda it work for you? actually i have facing same issue

No, I have to allocate paid leave manually through Leave Allocation