list and filter all timelog entries in redmine.
compatible with redmine version 4 and 3.
- filtering and sum of timelogs by date range, projects, activities and users
- grouping of timelogs by project, issue and user
- access control based on the user's projects and roles
- permalinks to reports
- special print style with week numbers and total hours per day
- csv exports
- version field in the report table
- cleaned up form layout
- headers of multiselects select all elements. they also deselect all elements if all elements are already selected
- a new permission that allows to see all timelogs of all users (use case: secretary can print timesheets for the month for all users)
- plugin hook support for changing the behavior of the plugin
- user configurable precision for hours
- in your redmine
plugins
directory, run the command:git clone https://github.com/Intera/redmine_timesheet redmine_timesheet
- restart the web server
- login and click the timesheet link in the top left menu
- open a shell to your redmine
plugins/redmine_timesheet
directory - update your git copy with
git pull
- restart redmine
gnu gpl v2.
this plugin is a fork of the original version by eric davis and has the same license
redmine time logging app - let users log time for any project in one place