django-timepiece icon indicating copy to clipboard operation
django-timepiece copied to clipboard

A multi-user Django application for tracking people's time on projects.

Results 70 django-timepiece issues
Sort by recently updated
recently updated
newest added

@victor-rocha reported that entries with pause time longer than the actual time logged are being shown as totalling negative time.

bug
back-end

http://blog.getbootstrap.com/2013/08/19/bootstrap-3-released/

front-end
back-end

This would work in the following way: - Click a user's name in the "By User" table. Use JavaScript to hide the other rows in the table. Toggle display of...

front-end

When setting up a new project using timepiece, the initial migrations fail to run because the crm, entries, and contracts migrations have inter-dependencies and don't use depends_on clauses as needed....

bug

It's currently ordered by user, which doesn't seem useful.

bug

Suggestion: add support to give projects icon images, that could be displayed in various places in the site. E.g. for mozilla projects, we could use the mozilla dinosaur.

Remove the option to Delete businesses and projects from both admin and non-admin view and convert this instead to an Archive. This will remove the risk of incorrectly deleting potentially...

We aren't doing a good job of handling timezones. I think that things work reliably when `settings.USE_TZ` is False. I would like to make timezone handling explicit & document our...

bug
cleanup

The time worked on a current task is calculated currently with something like this: (stopped/paused time) - (started time) - (paused duration) = result this is fine if an entry...

bug