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 (
commit a1f5bf21b3725cfb4d38eef0ef1178f37d79f525
tree 7f63a0f049ac4543047d00ea03daa27216884bd7
parent c263786e182f63806d8777cd9145193f37308100
tree 7f63a0f049ac4543047d00ea03daa27216884bd7
parent c263786e182f63806d8777cd9145193f37308100
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Sep 28 04:04:01 -0700 2008 | |
| |
COPYRIGHT.txt | Thu May 22 14:58:36 -0700 2008 | |
| |
CREDITS.txt | Fri Nov 28 09:43:22 -0800 2008 | |
| |
GPL.txt | Thu May 22 14:58:36 -0700 2008 | |
| |
README.rdoc | ||
| |
Rakefile | Tue Mar 24 13:47:52 -0700 2009 | |
| |
app/ | ||
| |
config/ | ||
| |
db/ | Mon Sep 29 05:35:37 -0700 2008 | |
| |
init.rb | ||
| |
lang/ | ||
| |
spec/ | Tue Mar 24 10:52:01 -0700 2009 | |
| |
writeup.txt | Wed Feb 13 16:14:24 -0800 2008 |
README.rdoc
Redmine Customer plugin
This is a plugin for Redmine that can be used to track basic customer information for each project. It was created so I could track which project belonged to which customer.
Features
- Store Customer data
- Associate a Customer for each project
- Permissions to control user access to data
Getting the plugin
A copy of the released version can be downloaded from Little Stream Software. A development copy can be downloaded from GitHub
Install
- Follow the Redmine plugin installation steps at: www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to +vendor/plugins/customer_plugin+
- Setup the database using the migrations. +rake db:migrate_plugins+
- Login to your Redmine install as an Administrator
- Setup the permissions for your roles
- Add the "Customer module" to the enabled modules for your project
- The link to the plugin should appear on that project’s navigation as Customer
Usage
- Use the "New" link to create a Customer.
- Once you have created a customer, use the "Assign" link to assign a customer to a Project.
- Continue doing steps #1 and #2 until you have assigned customers to all your projects you need.
Upgrade
Zip file
- Download the latest zip file from projects.littlestreamsoftware.com
- Unzip the file to your Redmine into vendor/plugins
- Restart your Redmine
Git
- Open a shell to your Redmine’s vendor/plugins/customer_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 the Bug Tracker. The bug tracker is located at: projects.littlestreamsoftware.com








