Project

General

Profile

Actions

PluginTimesheet » History » Revision 4

« Previous | Revision 4/13 (diff) | Next »
Eric Davis, 2008-02-12 02:37
Updating to the 0.0.2 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 Subversion
      svn co svn://dev.littlestreamsoftware.com/redmine_timesheet_plugin/trunk timesheet_plugin
    • Install it using Rail's plugin installer
      script/plugin install svn://dev.littlestreamsoftware.com/redmine_timesheet_plugin/trunk
  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.

Upgrade from previous version

I've discovered a problem with the name of the plugin folder. If your plugin folder is not named `timesheet_plugin`, please rename before upgrading or you will get an error in the Administration panel.

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

SVN

1. Open a shell to your Redmine's vendor/plugins folder
2. Update your SVN copy with svn update timesheet_plugin
3. Restart your Redmine

News

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

Updated by Eric Davis about 16 years ago · 4 revisions