PluginTimesheet » History » Revision 12
« Previous |
Revision 12/13
(diff)
| Next »
Vítězslav Dvořák, 2014-01-21 10:31
updated plugin source and target :]
Timesheet Plugin¶
A plugin to show and filter timelogs across all projects in Redmine.
Features¶
- Filtering of timelogs
- by Date ranges
- by Projects
- by Activities
- by Users
- Grouping of timelogs by:
- Project
- Issue
- User
- Access control based on the user's Projects and Roles
- "Project Timesheet" permission to allow a user to see all timelogs on a project
- Permalinks to reports
- Plugin hook support for changing the behavior of the plugin
- User configurable precision for hours
- "Run Timesheet" permission to restrict feature to specific users
- CSV exports
Screenshot:¶
Getting the plugin¶
Original author Eric Davis http://projects.littlestreamsoftware.com/ no longer work on plugin. Actual version is aviable on https://github.com/arkhitech/redmine_timesheet_plugin.git
Installation and Setup¶
1. Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to plugins/timesheet_plugin
2. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
3. Login and click the Timesheet Link in the top left menu
Upgrade¶
Zip or tar files¶
1. Download the latest file as described in Getting the plugin
2. Extract the file to your Redmine into vendor/plugins
3. Restart your Redmine
Git¶
1. Open a shell to your Redmine's vendor/plugins/timesheet_plugin folder
2. Update your Git copy with `git pull`
3. Restart your Redmine
License¶
This plugin is licensed under the GNU GPL v2. See LICENSE.txt and GPL.txt for details.
Project help¶
If you need help you can contact the maintainer at his email address (See CREDITS.txt) or create an issue in the Bug Tracker.
Bug tracker¶
If you would like to report a bug or request a new feature the bug tracker is located at: https://projects.littlestreamsoftware.com/projects/show/redmine-timesheet
News¶
0.6.0 Release announcement
0.4.0 Release announcement (2009-01-12)
0.3.0 Release announcement (2008-07-02)
0.0.2 Release announcement (2008-02-12)
0.0.1 Release announcement (2008-01-10)
Updated by Vítězslav Dvořák almost 11 years ago · 12 revisions