-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
# de.systopia.householdmerge | ||
# CiviCRM Household Tools | ||
|
||
CiviCRM Extension to merge contacts into households. It simply provides an action for the contact search results. | ||
CiviCRM Extension to support you with creating and maintaining households. It is currently under development, so feel free to contact us for the bits that are still missing - or simply contribute the implementations. | ||
|
||
The extension allows you to choose on of three household modes: | ||
|
||
1. **merged**: all contacts get merged into the household contact, the original contacts will be deleted | ||
2. **linked**: all member contacts are connected to the household via 'member of' relationship | ||
3. **hierarchy**: member contacts are connected to the household via 'member of' or 'head of' relationship. There is only one head. | ||
|
||
--- | ||
The extension so far gives you three different tools: | ||
|
||
Funded by [Forum Ziviler Friedensdienst e.V.](http://www.forumzfd.de/) | ||
1. **create from search result**: Select the contacts in a search result and choose the action "join to household". Currently only for mode 'merged'. | ||
2. **find households**: Scan your database for potential new households (based on last name and address). Currently only for mode 'linked' and 'hierarchy'. | ||
2. **check households**: Cron job to check your existing households for integrety and consistency. Currently only for mode 'linked' and 'hierarchy'. | ||
|
||
For ideas and questions feel free to contact Bendikt Kaleß, kaless@forumZFD.de. We are very interested in participating in the continuous improvement of CiviCRM. | ||
|
||
|
||
First stage (merged households on search results) funded by [Forum Ziviler Friedensdienst e.V.](http://www.forumzfd.de/), contact person Bendikt Kaleß, kaless (at) forumZFD.de. | ||
|
||
Second stage (linked and hierarchy tools) funded by [muslime**helfen** e.V.](http://www.muslimehelfen.org/), contact person Fouad Rebbah, Fouad.Rebbah (at) muslimehelfen.org | ||
|
||
For ideas and questions feel free to contact them. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters