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.
- PHP v7.4 or later
- CiviCRM 5.65 or alter
This extension has not yet been published for installation via the web UI.
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
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
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.
- Phone extensions are not currently listed.