Skip to content

A plugin to show and filter timelogs across all projects in Redmine.

License

Notifications You must be signed in to change notification settings

Contargo/redmine-timesheet-plugin

Repository files navigation

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

  1. Clone this repository to your Redmine as plugins/timesheet:

    $ git clone https://github.com/Contargo/redmine-timesheet-plugin plugins/timesheet

    The name is important, because of the way the Redmine plugin system works.

  2. Restart web server

License

This plugin is licensed under the Apache 2.0 license. See LICENSE for details.