Horilla
Horilla
Hi @RaagulElangovan , By default the worked hours in attendance is automatically calculated based on the check in and check out data. In attendance request, the data should be entered...
Hi @RaagulElangovan, Thank you for your valuable feedback. We’ve updated the attendance request feature to enhance its functionality. 🎉 Now, the Worked Hours field is automatically calculated when users fill...
Hi @RaagulElangovan , We are closing this issue due to inactivity. It seems that there hasn't been any recent activity or discussion, and we believe it may have been resolved...
HI @rbale0831 , Can you try out a postgresql database. The MySQL database has been recently failing for some reasons and the team is working on it. We suggest to...
Hi @rbale0831 , Can you try again by setting the encoding type for the database to utf-8? `ALTER DATABASE '' CHARACTER SET utf8; ` With Regards, **Team Horilla**
Can you try with utf8mb4 format ?
In which field is this error showing up?
Can you share the contents of this file : `payroll.0001_initial*.py` ?
Hi @rbale0831 , Please share the initial migration file for the payroll app. Sorry for the confusion.
Hi @rbale0831 , Can you please replace all the field definitions with `max_length=255` to `max_length=191` in the models.py file (Payroll > models > models.py ) For example: ``` description =...