LICENSE.txt |
LICENSE.txt |
|
## Terms of Use
RedHen CRM is an open source software contact relationship management system. It
is built on the open source framework Drupal.
## Trademarks
RedHen (TM) and the RedHen logos (link below), are trademarks and service marks
of… |
README.txt |
README.txt |
|
# RedHen CRM
## About RedHen
RedHen CRM is a native CRM solution for Drupal brought to you by the geeks at [ThinkShout][1]. RedHen is packed with [association management][2] features for managing detailed information on contacts and organizations,… |
README.txt |
modules/redhen_org/README.txt |
|
# RedHen Organization
## Description
* The RedHen Organization module defines an entity type called "Organization."
* To create/manage organization entities, go to: Structure > RedHen CRM > Organization Types… |
README.txt |
modules/redhen_fields/README.txt |
|
# RedHen Fields
## Description
This module defines fields specific to RedHen CRM. At the time of this writing, this module provides an email field for managing multiple email addresses for a contact or an organization. In addition to allowing you to… |
README.txt |
modules/redhen_engagement/README.txt |
|
# RedHen Engagement
## Description
"Engagement scoring" (often referred to as "engagement analytics" or "engagement metrics") is a relatively new concept in measuring the interactions of web site visitors. Web analytics… |
README.txt |
modules/redhen_org_group/README.txt |
|
# RedHen Organization Groups
## Description
The RedHen Organization Groups module allows you to *groupify* organization entity bundles. This module provides functionality similar to [Organic Groups][1]. A groupified organization can have node… |
README.txt |
modules/redhen_registration/README.txt |
|
# RedHen Registration
## Description
The RedHen Registration module provides an optional integration between RedHen
and the [Entity Registration][1] module. When enabled, the RedHen Registration
module adds an additional tab to the Contact Entity… |
README.txt |
modules/redhen_note/README.txt |
|
# RedHen Notes
## Description
The RedHen Notes module allows you to add notes to contact and organization entities in your CRM. Since "note" is an entity bundle, RedHen notes are also fieldable. Using a combination of fields, Views, and… |
README.txt |
modules/redhen_contact/README.txt |
|
# RedHen Contact
## Description
* The RedHen Contact module defines an entity type called "Contact."
* To create/manage contact entities, go to: Structure > RedHen CRM > Contact Types… |
README.txt |
modules/redhen_relation/README.txt |
|
# RedHen Relation
## Description
The RedHen Relation module allows you to manage connections between Contacts, as
well as between Contacts and Organizations. "Connections" are represented by
fieldable entity bundles. As such, you can… |
redhen-fields-email-formatter-row.tpl.php |
modules/redhen_fields/redhen-fields-email-formatter-row.tpl.php |
|
|
redhen.admin.inc |
includes/redhen.admin.inc |
|
RedHen page callbacks. |
redhen.api.php |
redhen.api.php |
|
Hooks provided by the RedHen contact module. |
redhen.css |
misc/redhen.css |
|
#redhen-logo {
float: right;
} |
redhen.forms.inc |
includes/redhen.forms.inc |
|
Defines forms shared across the Redhen CRM. |
redhen.info |
redhen.info |
|
name = RedHen
description = Defines basic functionality common to all parts of the RedHen CRM.
package = RedHen
core = 7.x
dependencies[] = entity (>=1.5)
files[] = includes/redhen.admin.inc
files[] = includes/redhen.forms.inc
configure =… |
redhen.module |
redhen.module |
|
Defines basic functionality common to all parts of the Redhen CRM. |
RedhenContactSelectionHandler.class.php |
modules/redhen_contact/plugins/selection/RedhenContactSelectionHandler.class.php |
|
EntityReference extensions for Redhen Contacts. |
RedhenGroupSelectionHandler.class.php |
modules/redhen_org_group/plugins/selection/RedhenGroupSelectionHandler.class.php |
|
|
redhen_activity.info |
modules/redhen_activity/redhen_activity.info |
|
name = RedHen Activity
description = Activity tracking for RedHen leveraging the Message module.
package = RedHen
core = 7.x
dependencies[] = redhen
dependencies[] = redhen_contact
dependencies[] = redhen_org
dependencies[] = message
dependencies[]… |
redhen_activity.install |
modules/redhen_activity/redhen_activity.install |
|
|
redhen_activity.module |
modules/redhen_activity/redhen_activity.module |
|
|
redhen_contact.controller.inc |
modules/redhen_contact/lib/redhen_contact.controller.inc |
|
The controller for the contact entity containing the CRUD operations. |
redhen_contact.entity.inc |
modules/redhen_contact/lib/redhen_contact.entity.inc |
|
Redhen Contact entity classses. |
redhen_contact.forms.inc |
modules/redhen_contact/includes/redhen_contact.forms.inc |
|
Forms for creating, editing, and deleting contacts. |
redhen_contact.info |
modules/redhen_contact/redhen_contact.info |
|
name = RedHen Contacts
description = Defines the base contact entity and features.
package = RedHen
core = 7.x
dependencies[] = redhen
dependencies[] = redhen_fields
; Classes
files[] = lib/redhen_contact.controller.inc
files[] =… |
redhen_contact.inline_entity_form.inc |
modules/redhen_contact/lib/redhen_contact.inline_entity_form.inc |
|
Defines the inline entity form controller for RedHen contacts. |
redhen_contact.install |
modules/redhen_contact/redhen_contact.install |
|
Schema and installation hooks for redhen_contact module. |
redhen_contact.metadata.inc |
modules/redhen_contact/lib/redhen_contact.metadata.inc |
|
Metadata controller for RedHen Contacts. |
redhen_contact.module |
modules/redhen_contact/redhen_contact.module |
|
Module file for RedHen contacts. |
redhen_contact.pages.inc |
modules/redhen_contact/includes/redhen_contact.pages.inc |
|
|
redhen_contact.rules.inc |
modules/redhen_contact/includes/redhen_contact.rules.inc |
|
Rules integration for RedHen Contacts. |
redhen_contact.views.inc |
modules/redhen_contact/lib/redhen_contact.views.inc |
|
Views controller for RedHen Contacts. |
redhen_contact_type.admin.inc |
modules/redhen_contact/includes/redhen_contact_type.admin.inc |
|
Redhen Contact type editing UI. |
redhen_contact_type.controller.inc |
modules/redhen_contact/lib/redhen_contact_type.controller.inc |
|
The controller for the contact type entity containing the CRUD operations. |
redhen_contact_type.entity.inc |
modules/redhen_contact/lib/redhen_contact_type.entity.inc |
|
Redhen Contact type classes. |
redhen_contact_type.ui_controller.inc |
modules/redhen_contact/lib/redhen_contact_type.ui_controller.inc |
|
Defines the EntityDefaultUIController for RedHen contacts. |
redhen_contact_views_handler_field_redhen_contact_link.inc |
modules/redhen_contact/includes/views/redhen_contact_views_handler_field_redhen_contact_link.inc |
|
Definition of redhen_contact_views_handler_field_redhen_contact_link. |
redhen_contact_views_handler_field_redhen_contact_link_delete.inc |
modules/redhen_contact/includes/views/redhen_contact_views_handler_field_redhen_contact_link_delete.inc |
|
Definition of redhen_contact_views_handler_field_redhen_contact_link_delete. |
redhen_contact_views_handler_field_redhen_contact_link_edit.inc |
modules/redhen_contact/includes/views/redhen_contact_views_handler_field_redhen_contact_link_edit.inc |
|
Definition of redhen_contact_views_handler_field_redhen_contact_link_edit. |
redhen_dedupe.form.inc |
modules/redhen_dedupe/includes/redhen_dedupe.form.inc |
|
Forms for creating, editing, and deleting contacts. |
redhen_dedupe.info |
modules/redhen_dedupe/redhen_dedupe.info |
|
name = RedHen Dedupe
description = Provides RedHen contact deduping functionality.
package = RedHen
core = 7.x
dependencies[] = redhen_contact |
redhen_dedupe.module |
modules/redhen_dedupe/redhen_dedupe.module |
|
|
redhen_engagement.admin.inc |
modules/redhen_engagement/includes/redhen_engagement.admin.inc |
|
Redhen enagagement score editing UI. |
redhen_engagement.entity.inc |
modules/redhen_engagement/lib/redhen_engagement.entity.inc |
|
RedhenEngagement entity classes |
redhen_engagement.info |
modules/redhen_engagement/redhen_engagement.info |
|
name = RedHen Engagement
description = Provides RedHen contact engagement scoring.
package = RedHen
core = 7.x
dependencies[] = redhen_contact
files[] = lib/redhen_engagement.entity.inc
files[] = lib/redhen_engagement.metadata.inc
files[] =… |
redhen_engagement.install |
modules/redhen_engagement/redhen_engagement.install |
|
RedhenEngagement install file. |
redhen_engagement.metadata.inc |
modules/redhen_engagement/lib/redhen_engagement.metadata.inc |
|
|
redhen_engagement.module |
modules/redhen_engagement/redhen_engagement.module |
|
RedhenEngagement hook implementations and API |
redhen_engagement.rules.inc |
modules/redhen_engagement/redhen_engagement.rules.inc |
|
Rules integration for RedHen Engagements. |