Show and filter timelog entries across all projects in Redmine.
This is a Redmine 2+ compatible version of plugin originally created by Eric Davis to generate timesheets from timelogs. This Version is a fork of techarete/redmine_timesheet_plugin.
Current modifications are
-
The addition of a version field in the report table
-
Day total hour summaries
-
Filtering and sum of timelogs by:
-
Date range
-
Projects
-
Activities
-
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
-
CSV exports
-
In your redmine plugins directory, run the command: ‘git clone github.com/Intera/redmine_timesheet_plugin`
-
Restart web server
-
Login and click the Timesheet Link in the top left menu
-
Open a shell to your Redmine’s plugins/redmine_timesheet_plugin folder
-
Update your Git copy with ‘git pull`
-
Restart Redmine
This plugin is licensed under the GNU GPL v2. See LICENSE.txt and GPL.txt for details.