This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG.txt | Mon Feb 11 16:57:51 -0800 2008 | |
| |
COPYRIGHT.txt | Wed Jan 09 11:33:47 -0800 2008 | |
| |
CREDITS.txt | Mon Jan 28 14:19:54 -0800 2008 | |
| |
GPL.txt | Wed Jan 09 11:33:47 -0800 2008 | |
| |
README.txt | Mon Feb 11 16:55:18 -0800 2008 | |
| |
Rakefile | Mon Feb 11 16:56:36 -0800 2008 | |
| |
app/ | Mon Feb 11 16:12:58 -0800 2008 | |
| |
assets/ | Sat Oct 13 20:57:00 -0700 2007 | |
| |
init.rb | Mon Feb 11 16:40:12 -0800 2008 | |
| |
lang/ | Mon Feb 11 15:41:39 -0800 2008 |
README.txt
# Redmine Timesheet plugin This is a plugin to show timelogs across all projects in a Redmine install. ## Features * Filtering and sum of timelogs by: * Date range * Projects * Activities * Users * Subtotals by project * "Run Timesheet" permission to restrict feature to specific users ## Install 1. Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins Make sure to install Engines 2 if you use Rails 2.0. 2. Login to your Redmine install as an Administrator 3. Enable the "Run Timesheet" permissions for your Roles 4. Add the "Timesheet module" to the enabled modules for your project [1] 5. The link to the plugin should appear on that project's navigation [1] Currently Redmine only supports attaching plugins to the project menus. Eventully this plugin should attach to the main menu and not have to be assigned to a project. http://www.redmine.org/issues/show/631 ## Upgrade ### Zip file 1. Download the latest zip file from https://projects.littlestreamsoftware.com 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 ## License This plugin is licensed under the GNU GPL v2. See LICENSE.txt and GPL.txt for details. ## Project help If you need help you can contact the maintainer at his email address (See CREDITS.txt) or create an issue in the Bug Tracker. ### Bug tracker If you would like to report a bug or request a new feature the bug tracker is located at: https://projects.littlestreamsoftware.com







