Skip to content

Intera/redmine_timesheet

This branch is 71 commits ahead of, 39 commits behind arkhitech/redmine_timesheet_plugin:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

214f175 · Jan 15, 2025
Jan 15, 2025
Dec 11, 2018
May 26, 2010
Dec 11, 2018
Dec 11, 2018
Jan 15, 2025
May 5, 2020
Feb 26, 2010
Sep 21, 2017
Oct 13, 2009
Jun 15, 2015
Dec 30, 2012
Oct 21, 2019
Oct 21, 2019
Oct 21, 2019
Sep 21, 2017
May 5, 2020
Sep 21, 2017

Repository files navigation

redmine timesheet plugin

list and filter all timelog entries in redmine.

compatible with redmine version 4 and 3.

form-screenshot result-screenshot print-style-screenshot

features

  • 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

installation

  1. in your redmine plugins directory, run the command: git clone https://github.com/Intera/redmine_timesheet redmine_timesheet
  2. restart the web server
  3. login and click the timesheet link in the top left menu

upgrade

  1. open a shell to your redmine plugins/redmine_timesheet directory
  2. update your git copy with git pull
  3. restart redmine

license

gnu gpl v2.

this plugin is a fork of the original version by eric davis and has the same license

see also

redmine time logging app - let users log time for any project in one place

About

list and filter all timelog entries in redmine

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 80.9%
  • HTML 14.9%
  • CSS 3.4%
  • JavaScript 0.8%