Plugins Directory » Time Tracker
Author: | Fernando Kosh | |
---|---|---|
Website: | http://github.com/delaitre/redmine_time_tracker | |
Code repository: | http://github.com/delaitre/redmine_time_tracker/tree | |
Registered on: | 2014-03-25 (over 10 years ago) | |
Current version: | 0.4 | |
Compatible with: | Redmine 1.3.x, 1.2.x, 1.1.x | |
User ratings: |
Time Tracker plugin is a plugin to ease time tracking when working on an issue by allowing to start/stop a timer on a per user basis.
Installation notes
Follow the Redmine plugin installation steps at: www.redmine.org/wiki/redmine/Plugins. Make sure the plugin is installed to vendor/plugins/redmine_time_tracker
Setup the database using the migrations. rake db:migrate_plugins RAILS_ENV=production
Login to your Redmine install as an Administrator
Setup the 'log time' permissions for your roles
Add “Time tracking” to the enabled modules for your project
The link to the plugin should appear in the 'account' menu bar
Note: if you don't see any stop/pause buttons after starting a time tracker, you will need to copy redmine_time_tracker/assets/* to <redmine_root>/plugin_assets/redmine_time_tracker/ or to make a symbolic link <redmine_root>/plugin_assets/redmine_time_tracker pointing to redmine_time_tracker/assets
Changelog
0.4 (2011-01-17)
Compatible with Redmine 1.3.x, 1.2.x, 1.1.x.
Compatible with Redmine 1.1.x, 1.2.x, 1.3.x.
- Add 'pause' action
- Rework time tracker user interface with icons
- Add 'list' action to list time trackers of other users according to a permission (another one allow to delete them)
- Use the 'issue editing' page instead of the 'new timelog entry' one when stopping a time tracker. This allows to modify the issue (% completed, status...) along with logging the time spent.