Project

General

Profile

PluginTimesheet » History » Revision 4

Revision 3 (Eric Davis, 2008-01-10 19:12) → Revision 4/13 (Eric Davis, 2008-02-12 02:37)

h1. Timesheet Plugin 

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

 h2. Features 

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

 Screenshot: 

 !redmine_timesheet_screenshot_thumb.png!:/attachments/download/10 

 h2. Installation and Setup 

 There are three ways to download it: 
 # Download the plugin.    There are three supported ways: 
 #* Downloading the latest archive file from "Little Stream Software projects":https://projects.littlestreamsoftware.com/projects/list_files/redmine-timesheet 
 #* Checkout the source from Subversion 
        @svn co svn://dev.littlestreamsoftware.com/redmine_timesheet_plugin/trunk timesheet_plugin@ redmine_timesheet_plugin@ 
 #* Install it using Rail's plugin installer 
        @script/plugin install svn://dev.littlestreamsoftware.com/redmine_timesheet_plugin/trunk@ 
 # Install the plugin as described [[Plugins|here]] (this plugin doesn't require migration). 
 # Login to your Redmine install as an Administrator. 
 # Enable the "Run Timesheet" permissions for your Roles. 
 # Add the "Timesheet module" to the enabled modules for your project. 
 # The link to the plugin should appear on that project's navigation. 

 h2. 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. 

 h3. Zip 

 1. Download the latest zip file from "Little Stream Software projects":https://projects.littlestreamsoftware.com/projects/list_files/redmine-timesheet 
 2. Unzip the file to your Redmine into @vendor/plugins@ 
 3. Restart your Redmine 

 h3. 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 

 h2. News 

 "0.0.2 Release announcement":http://theadmin.org/articles/2008/2/12/redmine-timesheet-plugin-v0-0-2 (2008-02-12) 
 "0.0.1 Release announcement":http://theadmin.org/articles/2008/1/10/redmine-timesheet-plugin (2008-01-10)