public
Description: This is a Rails plugin for Redmine that can be used to track basic customer information
Homepage: http://projects.littlestreamsoftware.com/projects/show/redmine-customers
Clone URL: git://github.com/edavis10/redmine-customer-plugin.git
edavis10 (author)
Wed Oct 14 13:35:49 -0700 2009
commit  c2ee2e7b47bd5e799f607dda004cd3ef664787e1
tree    dacf3a9a264c16380855414fa96cd587a8fecdbb
parent  1cc2a5d802b65ddfd8ada454482fd13c23c0f12a
name age message
file .gitignore Sun Sep 28 04:04:01 -0700 2008 ignored ide files [michelefranzin]
file COPYRIGHT.txt Thu May 22 14:58:36 -0700 2008 Adding GPL copyright [edavis10]
file CREDITS.txt Fri Nov 28 09:43:22 -0800 2008 Added Catalan translation, thanks to Pau Garcia... [edavis10]
file GPL.txt Thu May 22 14:58:36 -0700 2008 Adding GPL copyright [edavis10]
file README.rdoc Tue Mar 24 11:36:16 -0700 2009 Updated the README to use the rdoc syntax [edavis10]
file Rakefile Wed Oct 14 13:25:13 -0700 2009 Updated rakefile for jeweler [edavis10]
file VERSION Wed Oct 14 13:25:13 -0700 2009 Added Version file [edavis10]
directory app/ Sat Aug 01 11:56:30 -0700 2009 [#2532] Added a blank option to the customer as... [edavis10]
directory config/ Tue Mar 24 10:38:32 -0700 2009 Merge commit 'bkw/master' into local/merge [edavis10]
file customer_plugin.gemspec Wed Oct 14 13:35:49 -0700 2009 Added an empty lib/ directory and a new gemspec [edavis10]
directory db/ Mon Sep 29 05:35:37 -0700 2008 added skype contacts [michelefranzin]
file init.rb Wed Oct 14 13:25:13 -0700 2009 Added init file for Rails GemPlugin [edavis10]
directory lang/ Tue Mar 24 10:38:32 -0700 2009 Merge commit 'bkw/master' into local/merge [edavis10]
directory lib/ Wed Oct 14 13:35:49 -0700 2009 Added an empty lib/ directory and a new gemspec [edavis10]
directory rails/ Wed Oct 14 13:25:13 -0700 2009 Added init file for Rails GemPlugin [edavis10]
directory spec/ Tue Mar 24 10:52:01 -0700 2009 Changed specs so they will not be as fragile wh... [edavis10]
file writeup.txt Wed Feb 13 16:14:24 -0800 2008 Added menu [edavis10]
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

  1. Follow the Redmine plugin installation steps at: www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to +vendor/plugins/customer_plugin+
  2. Setup the database using the migrations. +rake db:migrate_plugins+
  3. Login to your Redmine install as an Administrator
  4. Setup the permissions for your roles
  5. Add the "Customer module" to the enabled modules for your project
  6. The link to the plugin should appear on that project’s navigation as Customer

Usage

  1. Use the "New" link to create a Customer.
  2. Once you have created a customer, use the "Assign" link to assign a customer to a Project.
  3. Continue doing steps #1 and #2 until you have assigned customers to all your projects you need.

Upgrade

Zip file

  1. Download the latest zip file from projects.littlestreamsoftware.com
  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/customer_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 the Bug Tracker. The bug tracker is located at: projects.littlestreamsoftware.com