I'm trying to improve my clock in/clock out system that I created using Google Sheets and Google Forms, but I've found it has several limitations. I'd love to hear how others have set up their systems, how long it took them, whether a lot of experience is necessary, and what tools they recommend for building such a system. Thanks in advance for your help!
1 Answer
Have you thought about whether you want this system to be web-based or run locally? It might be a good idea to create a backend that can store user data along with their clock in and out times as Unix timestamps in a database. Then, you'd build a front-end website or GUI that communicates with this backend. You could also create another front-end for payroll purposes, allowing for easy date range selections to check hours worked.
Thanks, really appreciate the insights!