Project

General

Profile

PluginTimesheet » History » Version 5

Eric Davis, 2008-07-03 02:45
Updated page for 0.3.0 release

1 1 Eric Davis
h1. Timesheet Plugin
2
3
A plugin to show and filter timelogs across all projects in Redmine.
4
5
h2. Features
6
7
* Filtering of timelogs
8
** by Date ranges
9 4 Eric Davis
** by Projects
10 1 Eric Davis
** by Activities
11 4 Eric Davis
** by Users
12
* Subtotals by project
13 1 Eric Davis
* "Run Timesheet" permission to restrict feature to specific users
14
15
Screenshot:
16
17 3 Eric Davis
!redmine_timesheet_screenshot_thumb.png!:/attachments/download/10
18 1 Eric Davis
19
h2. Installation and Setup
20
21
There are three ways to download it:
22
# Download the plugin.  There are three supported ways:
23
#* Downloading the latest archive file from "Little Stream Software projects":https://projects.littlestreamsoftware.com/projects/list_files/redmine-timesheet
24 5 Eric Davis
#* Checkout the source from Git
25
       @cd vendor/plugins/ && git clone git://github.com/edavis10/redmine-timesheet-plugin.git timesheet_plugin@
26 1 Eric Davis
#* Install it using Rail's plugin installer
27 5 Eric Davis
       @script/plugin install git://github.com/edavis10/redmine-timesheet-plugin.git@
28 1 Eric Davis
# Install the plugin as described [[Plugins|here]] (this plugin doesn't require migration).
29
# Login to your Redmine install as an Administrator.
30
# Enable the "Run Timesheet" permissions for your Roles.
31
# Add the "Timesheet module" to the enabled modules for your project.
32
# The link to the plugin should appear on that project's navigation.
33
34
35
h3. Zip
36
37 5 Eric Davis
# Download the latest zip file from "Little Stream Software projects":https://projects.littlestreamsoftware.com/projects/list_files/redmine-timesheet
38
# Unzip the file to your Redmine into @vendor/plugins@
39
# Restart your Redmine
40 4 Eric Davis
41 5 Eric Davis
h3. Git
42
43
# Open a shell to your Redmine's vendor/plugins/timesheet_plugin folder
44
# Update your Git copy with `git pull`
45
# Restart your Redmine
46
47 4 Eric Davis
h3. SVN
48
49 5 Eric Davis
To migrate from the svn copy to the git copy you will need to remove the plugin and reinstall it.  Just remove the @vendor/plugins/timesheet_plugin@ directory and follow the directions below.
50 4 Eric Davis
51 5 Eric Davis
52 1 Eric Davis
h2. News
53 3 Eric Davis
54 5 Eric Davis
"0.3.0 Release announcement":http://theadmin.org/articles/2008/7/3/redmine-timesheet-plugin-v0-3-0 (2008-07-02)
55 4 Eric Davis
"0.0.2 Release announcement":http://theadmin.org/articles/2008/2/12/redmine-timesheet-plugin-v0-0-2 (2008-02-12)
56 1 Eric Davis
"0.0.1 Release announcement":http://theadmin.org/articles/2008/1/10/redmine-timesheet-plugin (2008-01-10)