horilla-opensource / horilla

Horilla is a free and open source HR software.
https://www.horilla.com/
GNU Lesser General Public License v2.1
83 stars 43 forks source link

Migration files need to upload in Master horilla Folder #150

Closed sanjaysys closed 1 week ago

sanjaysys commented 3 weeks ago

Bug Report

Description

Hi Team,

This is inform you that please upload migration file on onboarding folder. some of the function is not wokring please once check.

Resolve the issue.

Request you to please check once migration file on every module folder. Basically

migration file not available on Horilla-Biometric Onboarding folder i have add manually .

horilla-opensource commented 3 weeks ago

Hi @sanjaysys , We don't usually add the migrations file for the apps in the github. We added the migrations folder inside the gitignore, so the local migrations files will not be pushed to the github repo. Users starting with fresh database usually will have issues if we add the migrations folder in the codebase. For the test database we usually update the test database once there is a change in the models.

Also the migrations folder will automatically be generated in the app folder once you run the makemigrations command.

With Regards, Team Horilla

sanjaysys commented 3 weeks ago

okky sir thanku so much

sanjaysys commented 3 weeks ago

okkay so now my biometric app working fine nd i have upload one user that is upload successfully. but attendance data is not reflect on dashboard my att record

horilla-opensource commented 3 weeks ago

Hi @sanjaysys , Did you check the connection the if its successful using the test connection option? If the test is successful, either you can enable live capture or add an interval for capturing the attendance from the machine using the schedule option which is available in the biometric devices card view.

With Regards, Team Horilla

horilla-opensource commented 1 week ago

[IMP] ONBOARDING: Add missing migrations folder and init.py file