AnthisCareerAcademy / EasyPunchCard

This will be an Open source punch card system that the Anthis Career Academy Software Development Class will be developing for internal use.
MIT License
1 stars 5 forks source link

Clock #16

Closed AungA07 closed 3 weeks ago

AungA07 commented 1 month ago

Clocking class for EasyPunchCard. Right now (10/10/24) it assumes an old database (there is no database right now) meaning it will HAVE to be updated to reflect the database. fix #2

AungA07 commented 3 weeks ago

I updated Clock to represent the database. I fixed the errors with the SQLite queries, and I added start_time and working_status to all_users table (it was needed). I also make a test file that originally I wasn't going to keep, but it represented how the GUI would work really well so I kept it.