redmine-customer-plugin
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:This is a Rails plugin for Redmine that can be used to track basic customer information
= 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}[https://projects.littlestreamsoftware.com/projects/redmine-customers/files].  A development copy can be downloaded from {GitHub}[http://github.com/edavis10/redmine-customer-plugin/tree/master]


== Install

1. Follow the Redmine plugin installation steps at: http://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 https://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: https://projects.littlestreamsoftware.com


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。