Project

General

Profile

PluginRate » History » Version 1

Eric Davis, 2009-04-24 23:52
Entered plugin information from Readme

1 1 Eric Davis
h1. Rate Plugin
2
3
The Rate plugin stores billable rates for Users.  It also provides an API that can be used to find the rate for a Member of a Project at a specific date.
4
5
h2. Features
6
7
* Track rates for a user based on
8
** Date Rate came into effect and
9
** the Project
10
* Store historic rate amounts
11
* Lock rates to preserve historic calculations
12
* Rate.for API for other plugins
13
* Integration with the Billing plugin
14
* Integration with the Budget plugin
15
16
h2. Screenshots
17
18
19
|=. *Question on an issue*  |
20
|  !question_on_issue_thumb.png!:/attachments/1535/question_on_issue.png  |
21
|=. *Issue list filters*  |
22
| !question_issue_filters_thumb.png!:/attachments/1537/question_issue_filters.png  |
23
|=. *Issue list filters*  |
24
| !question_issue_column_tumb.png!:/attachments/1539/question_issue_column.png  |
25
26
h2. Getting the plugin
27
28
A copy of the plugin can be downloaded from "Little Stream Software":https://projects.littlestreamsoftware.com/projects/redmine-rate/files or from "GitHub":http://github.com/edavis10/redmine_rate/tree/master
29
30
h2. Installation and Setup
31
32
There are two sets of steps to install this plugin.  The first one should be done if you have used version 0.1.0 of the Budget Plugin or 0.2.0 of the Billing Plugin.  This is because the rate data needs to be migrated out of the Budget plugin and into this plugin.
33
34
h3. Option One: If you have data from a previous version of Budget or Billing
35
36
These installation instructions are very specific because the Rate plugin adjusts data inside the Budget plugin so several data integrity checks are needed.
37
38
# Backup up your data! Backup your data!
39
# Follow the Redmine plugin installation steps a [[Plugins]]  Make sure the plugin is installed to @vendor/plugins/redmine_rate@
40
# Make sure you are running the 0.1.0 version of the Budget plugin and 0.0.1 version of the Billing plugin
41
# Run the pre_install_export to export your current budget and billing data to file @rake rate_plugin:pre_install_export@
42
# Run the plugin migrations @rake db:migrate_plugins@ in order to get the new tables for Rates
43
# Upgrade the budget plugin to 0.2.0 and the billing plugin to 0.3.0
44
# Rerun the plugin migrations @rake db:migrate_plugins@ in order to update to Budget's 0.2.0 schema
45
# Run the post_install_check to check your exported data (from #3 above) against the new Rate data. @rake rate_plugin:post_install_check@
46
# If the script reports no errors, proceed.  If errors are found, please file a bug report and revert to your backups
47
# Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
48
# Setup the "View Rate" permission for any Role that should be allowed to see the user rates in a Project
49
50
h3. Option Two: If you do not have any data from Budget or Billing
51
52
# Follow the Redmine plugin installation steps a [[Plugins]]  Make sure the plugin is installed to @vendor/plugins/redmine_rate@
53
# Run the plugin migrations @rake db:migrate_plugins@ in order to get the new tables for Rates
54
# Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
55
# Setup the "View Rate" permission for any Role that should be allowed to see the user rates in a Project
56
57
h2. Usage
58
59
h3. Enter new rate for a project
60
61
There are two ways to set rates for a Member of a Project.
62
63
# Browse to the Project Settings page
64
# Select the Members tab
65
# Enter the rate for the Member and click the set Rate
66
67
Alternatively, Rates can be set in the User Administration panel
68
69
# Browse to the Administration panel
70
# Select Users
71
# Select the specific user to add a rate for
72
# Select the Membership tab and enter a rate for each project
73
# Or, select the Rate History and enter a new rate in the form
74
75
h3. Enter default rate for a user
76
77
A default rate is a user's Rate that doesn't correspond to a specific project.  It can be set in the User Administration panel:
78
79
# Browse to the Administration panel
80
# Select Users
81
# Select the specific user to add a rate for
82
# Select the Rate History and enter a new rate in the form, keep the Project field set to Default Rate.
83
84
h3. Lock a Rate
85
86
Currently this feature is only available through the Rate API.  A Rate will become locked once a valid TimeEntry is assigned to the Rate.
87
88
h2. Usage
89
90
To ask a question, just update an issue and select a Member from the question select box right below the issue notes.
91
92
h2. License
93
94
This plugin is licensed under the GNU GPL v2.  See COPYRIGHT.txt and GPL.txt for details.
95
96
h2. Project help
97
98
If you need help you can contact the maintainer at the Bug Tracker.  The bug tracker is located at  https://projects.littlestreamsoftware.com
99
100
h2. News