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 | |
|---|---|---|---|
| |
.gitignore | Tue Oct 13 15:55:30 -0700 2009 | |
| |
COPYRIGHT.txt | Wed Jan 09 11:33:47 -0800 2008 | |
| |
CREDITS.txt | Fri Mar 06 15:52:03 -0800 2009 | |
| |
GPL.txt | Wed Jan 09 11:33:47 -0800 2008 | |
| |
README.rdoc | Tue Oct 13 15:54:33 -0700 2009 | |
| |
Rakefile | Tue Oct 13 15:54:05 -0700 2009 | |
| |
VERSION | Sat Oct 03 20:19:46 -0700 2009 | |
| |
app/ | Thu Nov 19 11:27:06 -0800 2009 | |
| |
assets/ | Tue Nov 17 20:01:38 -0800 2009 | |
| |
config/ | Tue Nov 17 20:01:38 -0800 2009 | |
| |
init.rb | Sat Oct 03 20:20:16 -0700 2009 | |
| |
lang/ | Tue Mar 03 17:01:26 -0800 2009 | |
| |
lib/ | Wed Nov 11 14:33:08 -0800 2009 | |
| |
rails/ | Sat Oct 03 20:20:16 -0700 2009 | |
| |
spec/ | Tue Nov 17 22:37:05 -0800 2009 | |
| |
timesheet_plugin.gemspec | Sat Oct 03 20:20:52 -0700 2009 |
README.rdoc
Redmine Timesheet plugin
A plugin to show and filter timelogs across all projects in Redmine.
Features
- Filtering and sum of timelogs by:
- Date range
- Projects
- Activities
- Users
- Grouping of timelogs by:
- Project
- Issue
- User
- Access control based on the user’s Projects and Roles
- "Project Timesheet" permission to allow a user to see all timelogs on a project
- Permalinks to reports
- Plugin hook support for changing the behavior of the plugin
- User configurable precision for hours
Getting the plugin
A copy of the released version can be downloaded from Little Stream Software. A development copy can be gotton from GitHub
Installation and Setup
- Follow the Redmine plugin installation steps at: www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to +vendor/plugins/timesheet_plugin+
- Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
- Login and click the Timesheet Link in the top left menu
TODO: gem installation: config.gem ‘timesheet_plugin’, :lib => false
Upgrade
Zip or tar files
- Download the latest file as described in Getting the plugin
- Extract the file to your Redmine into vendor/plugins
- Restart your Redmine
Git
- Open a shell to your Redmine’s vendor/plugins/timesheet_plugin folder
- Update your Git copy with `git pull`
- 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: projects.littlestreamsoftware.com/projects/redmine-timesheet







