An open API service indexing awesome lists of open source software.

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.

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 days

and 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?)
- description

Clients 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 UI

TO-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.)