CiviCRM

This extension uses the cssin library (https://github.com/djfm/cssin) to convert style sheet links to inline css. This is important for content that is going to a gmail account to render correctly. Also, it makes it easier to see the same thing in your browser as the final emailFor example<link… more
This extension supports CiviXero but has been written so that it could also support different accounting synchronisations in the hope it will encourage greater collaboration. It is a dependency of CiviXeroIt providestables for storing event sync info - in particular civicrm_account_contact &… more
Extended report framework including priceset reports
This extension facilitates uploading CSVs via the CiviCRM import interface. Useful for bulk uploading events or campaigns etc.The civicrm api entity is currently a free-text field which can be set to, for example, Event or Campaign. (Note that for entities like Contribution Pages you need to use… more
This extensions makes the permission flag on a contact's relationship work as a true ACL. In core CiviCRM that flag only allows the user to see the contact's dashboard. However, in many cases it is a useful mechanism to give people permission to view contact records and search for contacts.Contacts… more
When a customer buys something from the Ubercart store, this module:Creates a CiviCRM contact record if the purchaser doesn't already exist.Adds the purchaser to the specified CiviCRM group.Adds (or updates) a contribution history to their record. (this works by rules in Drupal 7. This is not… more
This is a sandbox project, which contains experimental code for developer use only.The most up-to-date code is at githubThis is a migrate add on module for CiviCRM - see http://fuzion.co.nz/content/migrate-2-civicrm-api-3-civimigratehttps://github.com/eileenmcnaughton/civimigrate
A module that provides CiviCRM entities (contacts, addresses, phones) as Drupal entities, to allow rules integration, entity references, node to civi-views etc.