-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add anniversary leave reset #508
base: master
Are you sure you want to change the base?
Add anniversary leave reset #508
Conversation
…available leave days
Adding Timezone import
Hey, Just checking in. This was my first ever pull request so... Was there anything I needed to do on this? Just need to test on your end? Not interested? Just wondering. Thanks! |
Hi @JVKeller , Thank you for your patience and contribution! We appreciate your efforts on this PR. We've noticed that some files like horilla/settings.py, entrypoint.sh, docker-compose.yaml, and .env.dist are not required in this PR. To move forward, could you please create a new branch and update only the files in apps like employee, leave , attendance etc. Then, create a fresh pull request with those changes. This will help us review and merge your contribution faster. Looking forward to your updated PR! Best Regards, |
Added a feature to assign an anniversary date to an employee.
Added database features to save anniversary date
Added Anniversary date based reset for leave types
Added Anniversary date field to employee work info
Added Scheduling functions to reset anniversary based reset on employees anniversary date.
Other bug fixes
Tested...