CiviCRM

From makernexuswiki
Revision as of 03:05, 16 March 2018 by Frankst (talk | contribs) (change log)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

CiviCRM is an open source Customer relationship management (CRM) system.

CiviCRM 4.7.31 is the latest version.

CiviCRM 4.6.36 is the current Long Term Support (LTS) release.

CiviCRM 4.7.29 is the version Maker Nexus is testing.

Maker Nexus is using Drupal 7.56, which should be updated to 7.57, because of security.

Database

Civi and Druple store much of their data in SQL tables. Civi and Druple have about 200 tables each. The database management system uses another hundred tables, resulting in a database with about 500 tables.

During installation, initial values for Civi are loaded by running the 23713 line SQL script /civicrm/sql/civicrm_data.mysql. This script loads many things into SQL tables, including lists of countries, lists of options, HTML, javascript, message templates, etc.

The 200 Civi tables represent data for six primary entities:

  • Contacts and relationships
  • Activities
  • Memberships
  • Contributions
  • Groups and tags
  • Custom data

Customization

Useful links:

https://civicrm.org/blog/dave-greenberg/usabilty-improvements-configurable-navigation-menu-with-one-click-access-to-any https://docs.civicrm.org/user/ca/latest/the-user-interface/menu-dashboard-and-dashlets/ https://docs.civicrm.org/user/en/latest/initial-set-up/customizing-the-user-interface/

Change log

March 15, 2018

  • Activate CiviCase
  • Change Druple permissions on CiviCase pages to allow administrator access
  • Created a test case

External links