Skip to content

ykhalyavin/vtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

IponWeb timesheet analytics tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published