Time-App is a robust, networked time-tracking application built to streamline the process of clocking in and out for employees, as well as providing a myriad of tracking and reporting features for management.
- Clock In/Out: Employees can easily clock in or out with a simple command.
- Real-time Tracking: Track employee hours in real-time.
- Reporting: Generate reports based on employee hours, tasks, and more.
- Job Tracking: Assign and track specific jobs or tasks to employees.
- Security: Secure data handling and storage.
- Clone this repository:
git clone https://github.com/jeranon/time-et-al
- Navigate to the directory and install the required dependencies.
- Run the server script:
python server.py
- Run the client script on each client machine:
python client.py
All configuration settings are stored in config/config.json
. This includes settings related to server IP, data paths, and more. Make sure to configure these settings as per your environment.
Want to contribute? Great! Fork the project, make your changes, and then submit a pull request. All contributions are appreciated!
This project is licensed under the MIT License.