Project

General

Profile

Actions

PluginTimesheet » History » Revision 5

« Previous | Revision 5/13 (diff) | Next »
Eric Davis, 2008-07-03 02:45
Updated page for 0.3.0 release


Timesheet Plugin

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

Features

  • Filtering of timelogs
    • by Date ranges
    • by Projects
    • by Activities
    • by Users
  • Subtotals by project
  • "Run Timesheet" permission to restrict feature to specific users

Screenshot:

Installation and Setup

There are three ways to download it:
  1. Download the plugin. There are three supported ways:
    • Downloading the latest archive file from Little Stream Software projects
    • Checkout the source from Git
      cd vendor/plugins/ && git clone git://github.com/edavis10/redmine-timesheet-plugin.git timesheet_plugin
    • Install it using Rail's plugin installer
      script/plugin install git://github.com/edavis10/redmine-timesheet-plugin.git
  2. Install the plugin as described here (this plugin doesn't require migration).
  3. Login to your Redmine install as an Administrator.
  4. Enable the "Run Timesheet" permissions for your Roles.
  5. Add the "Timesheet module" to the enabled modules for your project.
  6. The link to the plugin should appear on that project's navigation.

Zip

  1. Download the latest zip file from Little Stream Software projects
  2. Unzip the file to your Redmine into vendor/plugins
  3. Restart your Redmine

Git

  1. Open a shell to your Redmine's vendor/plugins/timesheet_plugin folder
  2. Update your Git copy with `git pull`
  3. Restart your Redmine

SVN

To migrate from the svn copy to the git copy you will need to remove the plugin and reinstall it. Just remove the vendor/plugins/timesheet_plugin directory and follow the directions below.

News

0.3.0 Release announcement (2008-07-02)
0.0.2 Release announcement (2008-02-12)
0.0.1 Release announcement (2008-01-10)

Updated by Eric Davis almost 16 years ago · 5 revisions