timeoff-management/timeoff-management-application

Can't carryover allowance with half days

Closed this issue · 1 comments

When i try to carry over employees allowance with half day for example (1.5 day remaining from last year), the carryover makes it as full day (it becomes 2 remaining days). How can we fix that?

I had to change column type "carried_over_allowance" from int to float in the " user_allowance_adjustment " table, and it worked