Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.29 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.29 KB

org.ndi.contactnumbers

This very small extension add a new field to reports: "Phone numbers". This field will list all phone numbers associated with a contact, rather than just their primary number.

The extension is licensed under AGPL-3.0.

Requirements

  • PHP v7.4 or later
  • CiviCRM 5.65 or alter

Installation (Web UI)

This extension has not yet been published for installation via the web UI.

Installation (CLI, Zip)

Sysadmins and developers may download the .zip file for this extension and install it with the command-line tool cv.

cd <extension-dir>
cv dl org.ndi.contactnumbers@https://github.com/nditech/org.ndi.contactnumbers/archive/master.zip

Installation (CLI, Git)

Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.

git clone https://github.com/nditech/org.ndi.contactnumbers.git
cv en contactnumbers

Usage

Enable the extension as usual.

When creating reports, a "Phone numbers" field now appears, alongside "Phone". Include this field in your report to get a consolidated list of contact phone numbers.

Known Issues

  • Phone extensions are not currently listed.