Redmine Customer Plugin

I’m happy to announce that I’m finally Open Sourcing my Redmine Customer plugin. This is the plugin that I use to track my customer information for each project in Redmine.

Features

For this first release, I implemented the most basic features.

  • Store Customer data
  • Associate a Customer for each project
  • Permissions to control user access to data
Install
  1. Download the archive file and extract it to your vendor/plugins folder. You can also download directly from GitHub using git:
      git clone git://github.com/edavis10/redmine-customer-plugin.git vendor/plugins/customer_plugin
    
  2. Follow the Redmine plugin installation steps. Make sure to install Engines 2 if you use Rails 2.0.
  3. Setup the database using the migrations.
      rake db:migrate_plugins
    
  4. Login to your Redmine install as an Administrator
  5. Setup the permissions for your roles
  6. Add the “Customer module” to the enabled modules for your project
  7. The link to the plugin should appear on that project’s navigation as Customer
Help

If you need help you can leave a comment here or enter an issue directly into my bug tracker.

Eric

No related posts.

About Eric Davis

I founded Little Stream Software where I provide Redmine and ChiliProject services to help projects teams. I also created an ebook, Redmine Tips, were I show you how to become more productive using Redmine. I am also the author of Refactoring Redmine, where I go about refactoring Rails using Redmine as an example.

,

Become more productive with Redmine     Get Redmine Tips »