timeoff-management / timeoff-management-application

Simple yet powerful absence management software for small and medium size business (community edition)
https://TimeOff.Management
MIT License
951 stars 588 forks source link

Progressive allowance feature #42

Open vpp opened 8 years ago

vpp commented 8 years ago

This is what of one of the customers wrote:

"In our case, time off is based on length of employment."

As it looks to me it is not complex to add feature of "time in company based allowance", that it with every year of being with a company employee gets extra day off until lets say 5.

That change would require few changes of DB structure:

The code that calculates the amount of available allowance needs to perform extra calculations: count of how many years the employee is with current company and based on that add extra days.

chenyu9312 commented 5 years ago

That would be great to have this feature