This Fat Free CRM plugin depends on http://github.com/michaeldv/crm_tags and builds on the work started with http://github.com/bkd/crm_customfields An admin interface lets you add custom fields to a tag. You can then tag any model and the custom fields for that tag will be available to you.
-
This plugin requires the 'crm_tags' plugin, and some gem dependencies. Add these lines to the bottom of your Gemfile:
gem 'acts-as-taggable-on', '>= 2.0.6' gem 'acts_as_list'
Then run bundle install
.
-
Install the 'crm_tags' plugin:
rails plugin install git://github.com/crossroads/crm_tags.git
-
Install the 'crm_super_tags' plugin:
rails plugin install git://github.com/crossroads/crm_super_tags.git
-
Run the plugin migrations:
rake db:migrate:plugins
-
Restart your web server.