public
Description: This is a Redmine plugin to generate timesheets from timelogs.
Homepage: https://projects.littlestreamsoftware.com/projects/show/redmine-timesheet
Clone URL: git://github.com/edavis10/redmine-timesheet-plugin.git
edavis10 (author)
Wed Jul 02 17:26:00 -0700 2008
commit  114ef3b9034d3adb0e6021c685ba78bdc9987ae1
tree    4c001d8061fa06e61c9ddfa558097221332763f1
parent  6fcf3a1d86eb7a68aabd3cffe013f51ead6460cf
name age message
file COPYRIGHT.txt Wed Jan 09 11:33:47 -0800 2008 * Adding documentation and Licensing [edavis10]
file CREDITS.txt Mon Jan 28 14:19:54 -0800 2008 * added CREDITS.txt to track contributions [edavis10]
file GPL.txt Wed Jan 09 11:33:47 -0800 2008 * Adding documentation and Licensing [edavis10]
file README.markdown Loading commit data...
file Rakefile Mon Feb 11 16:56:36 -0800 2008 Renamed project to timesheet_plugin * Redmine... [edavis10]
directory app/
file init.rb
directory lang/ Mon Feb 11 15:41:39 -0800 2008 * Adding patch for language updates. Thanks ag... [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:

  1. Download the plugin. There are three supported ways:
  2. Downloading the latest archive file from Little Stream Software projects
  3. Checkout the source from Subversion

    cd vendor/plugins/ && git clone git://github.com/edavis10/redmine-timesheet-plugin.git timesheet_plugin

  4. Install it using Rail's plugin installer

    script/plugin install git://github.com/edavis10/redmine-timesheet-plugin.git

  5. Install the plugin as described at http://www.redmine.org/wiki/redmine/Plugins. (this plugin doesn't require migration).

  6. Login to your Redmine install as an Administrator.
  7. Enable the "Run Timesheet" permissions for your Roles.
  8. Add the "Timesheet module" to the enabled modules for your project.
  9. The link to the plugin should appear on that project's navigation.

Upgrade

Zip file

  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

Git

  1. Open a shell to your Redmine's vendor/plugins/timesheet_plugin folder
  2. Update your Git copy with git pull
  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