https://github.com/rhinodevel/empcontrol
Logs your workday and tasks done for your clients.
https://github.com/rhinodevel/empcontrol
database log postgresql python task workday
Last synced: 3 months ago
JSON representation
Logs your workday and tasks done for your clients.
- Host: GitHub
- URL: https://github.com/rhinodevel/empcontrol
- Owner: RhinoDevel
- Created: 2017-05-08T19:08:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T15:48:51.000Z (over 6 years ago)
- Last Synced: 2025-01-19T18:47:27.241Z (5 months ago)
- Topics: database, log, postgresql, python, task, workday
- Language: Python
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EmpControl
Logs your workday and tasks done for your clients.Log your workday:
- begin and end times
- break minutes
- vacation days
- sick daysand most importantly:
- TASKS!
Each task belongs to one of your workdays and includes:
- task type (you create these types)
- client (for whom did you do the task?)
- descriptionClients belong to companies, workdays belong to workers
and the user (you) is one of these workers.Everything is stored in a PostgreSQL database.
Current implementation state:
DONE:
- DB table layout and interface
- primitive (non-productive) console UITO-DO:
- GUI for production
- user handling (let each worker login and handle his/her own data)
- tools to analyze/evaluate entered data (work hours per week, sick days per month, etc.)