redmine-timesheet-plugin
redmine-timesheet-plugin copied to clipboard
A plugin to show and filter timelogs across all projects in Redmine.
Redmine Timesheet plugin
A plugin to show and filter timelogs across all projects in Redmine.
It is inspired by the original timesheet plugin, written by Eric Davis.
Redmine Compatible
The plugin is compatible with Redmine 3.3.X
Features
- Filtering timelogs by several criterias, using same mechanisms as known from issue filtering:
- Date (exact, ranges, last week/month, etc.)
- Project
- User
- Activity
- Comment content
- Logged hours
- Custom issue fields
- Grouping of the results (including group sums):
- Date
- Activity
- Project
- User
- Issue
- Access to plugin based on users permissions:
- Administrators
- "View time entries" permission
- CSV export for either displayed or all columns present
Installation and Setup
-
Clone this repository to your Redmine as
plugins/timesheet:$ git clone https://github.com/Contargo/redmine-timesheet-plugin plugins/timesheetThe name is important, because of the way the Redmine plugin system works.
-
Restart web server
License
This plugin is licensed under the Apache 2.0 license. See LICENSE for details.