Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1016 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 1016 Bytes

IponWeb timesheet analytics tool

This tool allows to analyze time spent by a team/user or how much time a ticket took.

User view: user

Ticket view: ticket

Team users view: team-users

Team tickets view: team-tickets

Install and Run

pip install -r requirements.txt

export PYTHONPATH=/home/user/git/vtime export DJANGO_SETTINGS_MODULE=vtime.settings

django-admin migrate django-admin createsuperuser django-admin import_timesheets

django-admin runserver 0.0.0.0:8001

Create a team

http://localhost:8001/admin/vtimecore/team/add/

License

The MIT License (MIT)