I need to allocate leave opening balances for a new HR implementation for earned leaves.
Few employees have negative leave balances. Can I set negative opening leave balance in Frappe HR?
Will it block future leave applications until ne leave is earned?
Yes, you can handle negative leave balances in Frappe HR, but there isn’t a direct “negative opening balance” field. What most people do is:
-
Allocate the standard opening leave (e.g., 0 or actual earned amount), and
-
Then adjust using a leave application or manual adjustment to reflect the negative balance.
Frappe HR does allow employees to apply for leave even when the balance goes negative if “Allow Negative Balance” is enabled in the Leave Type. If it’s disabled, then yes—it will block future leave applications until enough leave is accrued.
So it really depends on your Leave Type settings:
-
Enabled → employees can continue applying despite negative balance -
Disabled → system blocks until balance is positive again
Also, for a smoother implementation, you might want to document these adjustments clearly during migration so reporting stays accurate.
By the way, I found some helpful resources while setting this up, especially for quick references like quiz answers that explain system behaviors in a simplified way.
Hey thank you for the prompt response!
Is it okay if I enable the negative leave balance, add the zero allocations, add leave applications for prior dates and then disable the negative leave balance for future applications?