Get list of organization's members and create a PDF file.
The extension is licensed under AGPL-3.0.
- PHP v7.2+
- CiviCRM v5.40+
Learn more about installing CiviCRM extensions in the CiviCRM Sysadmin Guide.
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 com.epit.membersbyorganizations@https://github.com/vinay-osseed/com.epit.membersbyorganizations/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/vinay-osseed/com.epit.membersbyorganizations.git
cv en membersbyorganizations
-
After installing the extension can list the
organizations
from contacts here/civicrm/list-org
or can use menu fromContacts > List Organizations
. -
This extension create a new
Employee List of Organizations
message template in CiviCRM to extend theContributions - Invoice
. -
On this
List Organizations
page you can see list of organizations withGenerate PDF
button in front of each organization to create a PDF file containing the list of all members of organization to download. -
When a new contribution is added for an organization, an extra page which lists (in alphabetical order of last_name) the
first name, last name and membership no
of thoseIndividual Contacts
who are employees of the organization (relationship: employee of) and arecurrent
orpending
members. -
Once contribution invoice is generated, you can send it by email with that extra information of members of organization with it.