Skip to content
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

Improve Earned Leaves Data Structure #1959

Open
ruchamahabal opened this issue Jul 9, 2024 · 0 comments
Open

Improve Earned Leaves Data Structure #1959

ruchamahabal opened this issue Jul 9, 2024 · 0 comments

Comments

@ruchamahabal
Copy link
Member

ruchamahabal commented Jul 9, 2024

Is your feature request related to a problem? Please describe.

Currently earned leave allocation works like this:
It checks for number of leaves already allocated, checks annual allocation, and allocates the monthly quota of leaves if annual allocation is not complete.

But it doesn't maintain the data for the actual allocation.

Describe the solution you'd like

Maybe add a child table in Earned Leave for showing the schedule. This will show the dates, no of leaves and a checkbox to indicate whether that allocation happened or not.

This will also help us easily track whether we need to allocate leaves for past months in case something goes wrong - like the scheduler stops running or some error occurs.

Describe the alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant