Horilla
Horilla
Hi @JVKeller , We are reviewing your code . Once it completed and ready for the merge , We will inform you
Hi @JVKeller, We have reviewed your code and noticed a few updates that are needed. Please make sure to apply your changes on top of the **latest Horilla codebase**, as...
Hi @federoitman , We appreciate the detailed description and steps to reproduce the problem. The issue occurs because the date format currently supports only displaying values, but not for input...
Hi @federoitman , While the current date input field behavior needs some major updates, we’re actively working on converting the views to Class-Based Views (CBVs). This update will also include...
Hi @FawazHaris , Thank you for your valuable feedback and for taking the time to review our demo version of Horilla. We understand the importance of gratuity calculations for compliance...
Hi @Roboman341 , Thank you for reporting this issue! 🙌 This seems to be related to mismatched migration files between versions. The missing columns (`auth_user.is_new_employee` and `leave_leavetype.carryforward_expire_date`) indicate that some...
Hi @tkajen, Thank you for the update! It seems the issue can be resolved by migrating the database from version 1.2.1 to 1.2.2 in a controlled manner. Here's a suggested...
Hi @vinuv00702 , It looks like the sidebar behavior is controlled by the functions `sidebarReveal(e)` and `sidebarToggle(e)` in `web.frontend.js`. Since the frontend is built from this file and then compiled...
Hi @vinuv00702 , Actually, Django loads the `web.frontend.min.js` file. So, for the update, you need to modify `web.frontend.js` and then compile it. Try adding the script in this file. Best...
Hi @vinuv00702, Sorry for the late response, and thanks again for your patience. We’ve pushed a commit related to this issue to address the sidebar hover behavior. Please pull the...