Go to file
muahahahh 9ecda50ce9 cleaned git 2021-01-17 00:00:26 +01:00
employee_module removed sqlite from git 2021-01-16 23:56:16 +01:00
hr_module removed sqlite from git 2021-01-16 23:56:16 +01:00
static todos: create demo data, add some css 2021-01-10 21:10:39 +01:00
templates todos: create demo data, add some css 2021-01-10 21:10:39 +01:00
timefall removed sqlite from git 2021-01-16 23:56:16 +01:00
README.md removed sqlite from git 2021-01-16 23:56:16 +01:00
manage.py first commit 2020-11-22 13:08:09 -08:00

README.md

Timefall - time tracking app

This application is designed for schedule creating and time tracking activities within the enterprise.
Application consists of two parts:

  1. HR Module - module for HR administration employees and managers. The module has the following functionality:

    1. Creating of schedule
    2. Showing and editing existing schedule records
    3. Showing and editing employees logged time
    4. Changing employee data
    5. Creating new employees via frontend or importing from excel
    6. Exporting reports in excel format via frontend
  2. Employee module - module for employees.
    The module has the following functionality:

    1. Logging in start and end of work
    2. Showing existing schedule records
    3. Showing existing logged time
    4. Showing employee data