CiviCooP / org.civicoop.documents

CiviCRM Documents extension
4 stars 10 forks source link

Moved to Gitlab

See https://lab.civicrm.org/extensions/documents

Document storage in CiviCRM

Functionality

Technical background

There is an entity CRM_Documents_Entity_Document which contains all the information for a document. E.g. the linked contact ID's. Every document contains one or more CRM_Documents_Entity_DocumentVersion for a version of the document. A Document version contains a link to the file which is a civicrm_entity_file item.

Hooks

See available hooks for the documentation of the hooks in this extension

Drupal modules

This extension includes two Drupal modules

Roadmap

Next beta release

Future (dreaming)