django-timepiece
django-timepiece copied to clipboard
A multi-user Django application for tracking people's time on projects.
Could you please provide us with some screenshots. It should improve your project understandability. Thanks!
Where can I find screenshots and further information about the project features? I would like to show this project to our CEO, but a Github repository is not as useful...
I followed the instructions in terms of `pip install django-timepiece` and then installing less. However I get the following error when I do `python manage.py runserver` in the example_project directory....
Its aksed to install npm and lessc
I have some issue with deploying in heroku. I got following error (Full error log is below at the end): ``` module.js:340 throw err; ^ Error: Cannot find module 'promise'...
Running manage.py compress I get this error. Compressing... CommandError: An error occurred during rendering /Users/jp/dev/git/django-timepiece/timepiece/templates/timepiece/contract/base.html: NameError: #grid > .core > .span is undefined in /Users/jp/dev/git/django-timepiece/timepiece/static/bootstrap/less/navbar.less on line 199, column 3:...
I am using version 1.1.0 with a virtualenv ``` pip freeze alabaster==0.7.7 Babel==2.3.2 Django==1.8.12 django-appconf==1.0.1 django-bootstrap-toolkit==2.15.0 django-compressor==2.0 django-selectable==0.9.0 django-timepiece==1.1.0 docutils==0.12 imagesize==0.7.0 Jinja2==2.8 lesscpy==0.11.1 MarkupSafe==0.23 ply==3.8 psycopg2==2.6.1 Pygments==2.1.3 python-dateutil==2.5.2 pytz==2016.3 rcssmin==1.0.6...
This adds the ability to export a CSV from the _Hourly Summary_ table of the `ReportPayrollSummary` view (`/timepiece/reports/payroll/`). A button link to export the CSV is placed next to the...
Is there a working demo for the application? Sorry I am a rookie, having hard time to get it to work on my local environment.