A project we have worked on in my CIS202 class.
When you run, you set it up as a terminal. It either is a time clock terminal, or a management terminal. Time clock let's employees clock in and out, and saves the recorded hours when the clock out. Management terminal will let management create checks for every user and reset their hours, or add a employee record to the system.
When it creates the checks, it creates a folder with an html file for each check, each file using the same css file. The reason for this is I wanted more percise formatting than printing to console or text file, so I decided to copy a check template from the internet, and fitted it to my needs.
- Fix some menus not returning to previous menu and instead exiting the program.
- Migrate to a database that records more data than just for that period, as well as manageing data more easily.