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 | |
|---|---|---|---|
| |
COPYRIGHT.txt | Wed Jan 09 11:33:47 -0800 2008 | [edavis10] |
| |
CREDITS.txt | Thu Sep 18 10:01:36 -0700 2008 | [edavis10] |
| |
GPL.txt | Wed Jan 09 11:33:47 -0800 2008 | [edavis10] |
| |
README.markdown | Wed Jul 02 17:43:05 -0700 2008 | [edavis10] |
| |
Rakefile | Wed Oct 15 10:30:45 -0700 2008 | [edavis10] |
| |
app/ | Fri Oct 31 15:40:49 -0700 2008 | [edavis10] |
| |
init.rb | Thu Oct 16 17:47:35 -0700 2008 | [edavis10] |
| |
lang/ | Fri Oct 17 14:50:54 -0700 2008 | [edavis10] |
| |
spec/ | Fri Oct 17 14:37:51 -0700 2008 | [edavis10] |
README.markdown
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
- Subtotals by project
- "Run Timesheet" permission to restrict feature to specific users
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
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
- Install the plugin as described at http://www.redmine.org/wiki/redmine/Plugins. (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.
Upgrade
Zip file
- Download the latest zip file from Little Stream Software projects
- Unzip 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:
https://projects.littlestreamsoftware.com




