PluginTimesheet » History » Version 3
Eric Davis, 2008-01-10 19:12
Fixed download link
1 | 1 | Eric Davis | h1. Timesheet Plugin |
---|---|---|---|
2 | 1 | Eric Davis | |
3 | 1 | Eric Davis | A plugin to show and filter timelogs across all projects in Redmine. |
4 | 1 | Eric Davis | |
5 | 1 | Eric Davis | h2. Features |
6 | 1 | Eric Davis | |
7 | 1 | Eric Davis | * Filtering of timelogs |
8 | 1 | Eric Davis | ** by Date ranges |
9 | 1 | Eric Davis | ** by Project |
10 | 1 | Eric Davis | ** by Activities |
11 | 1 | Eric Davis | * "Run Timesheet" permission to restrict feature to specific users |
12 | 1 | Eric Davis | |
13 | 1 | Eric Davis | Screenshot: |
14 | 1 | Eric Davis | |
15 | 3 | Eric Davis | !redmine_timesheet_screenshot_thumb.png!:/attachments/download/10 |
16 | 1 | Eric Davis | |
17 | 1 | Eric Davis | h2. Installation and Setup |
18 | 1 | Eric Davis | |
19 | 1 | Eric Davis | There are three ways to download it: |
20 | 1 | Eric Davis | # Download the plugin. There are three supported ways: |
21 | 1 | Eric Davis | #* Downloading the latest archive file from "Little Stream Software projects":https://projects.littlestreamsoftware.com/projects/list_files/redmine-timesheet |
22 | 1 | Eric Davis | #* Checkout the source from Subversion |
23 | 1 | Eric Davis | @svn co svn://dev.littlestreamsoftware.com/redmine_timesheet_plugin/trunk redmine_timesheet_plugin@ |
24 | 1 | Eric Davis | #* Install it using Rail's plugin installer |
25 | 1 | Eric Davis | @script/plugin install svn://dev.littlestreamsoftware.com/redmine_timesheet_plugin/trunk@ |
26 | 1 | Eric Davis | # Install the plugin as described [[Plugins|here]] (this plugin doesn't require migration). |
27 | 1 | Eric Davis | # Login to your Redmine install as an Administrator. |
28 | 1 | Eric Davis | # Enable the "Run Timesheet" permissions for your Roles. |
29 | 1 | Eric Davis | # Add the "Timesheet module" to the enabled modules for your project. |
30 | 1 | Eric Davis | # The link to the plugin should appear on that project's navigation. |
31 | 3 | Eric Davis | |
32 | 3 | Eric Davis | h2. News |
33 | 1 | Eric Davis | |
34 | 1 | Eric Davis | "0.0.1 Release announcement":http://theadmin.org/articles/2008/1/10/redmine-timesheet-plugin |