CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Tracking donations with multiple relationships to organization.
Pages: [1]

Author Topic: Tracking donations with multiple relationships to organization.  (Read 884 times)

varner

  • Guest
Tracking donations with multiple relationships to organization.
April 15, 2009, 04:33:44 pm
I'm new to CiviContribute and trying to figure out how to set up tracking of donors where people have multiple relationships to our small, non-profit organization.  There are a couple of scenario's we're trying to figure out how to handle. 

Issue 1)
We have people such as Dr. Jane Smith who is a provider of services and we need that as an Individual record in our database.  She also has been a donor with her husband and we need to track that the donation is from a couple, in this case Jane and John Smith. 

We could create a household and then link the donation to the household and make Dr. Jane Smith a member of the house, but then if we search for providers who donated, we won't get her to show up. 

Issue 2)
We have some couples that donate, but have different last names and could be providers or volunteers with our organization.  For instance, Jane Smith could be married to Bob Jones, and we need to track them as a donor, but then each could be a provider or volunteer that we'd want to track separately. 

We could list the contributions from a couple as separate contributions, but that would get duplicates donations. 

We were thinking that we could create a group called 'donors' and have anyone who donated as a couple, be part of this group as an individual, but that would create more work on the front end in addition to simply recording contributions. 

Any advice on this problem would be appreciated.  For what it's worth, we understand this is a common problem when doing database work. 

Thanks Civi-Community people!



 

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Tracking donations with multiple relationships to organization.
April 16, 2009, 05:37:07 pm
The current version of CiviCRM (2.2) allows you to record a "Soft Credit" for any contribution to another contact (either individual or household). Soft credits show up in the contacts' Contributions tab and when viewing the contribution record.

Caveat - there is no "built-in" way to search for Soft Credits yet - but this would be a pretty easy custom search to put together. I suspect it will be added to the general contribution search in an upcoming release.
Protect your investment in CiviCRM by  becoming a Member!

varner

  • Guest
Re: Tracking donations with multiple relationships to organization.
April 20, 2009, 02:38:26 pm
Thanks for the response. 

The 'soft credit' sounds like what we are looking for.  Would this automatically update record and put that information onto the linked household and individual?  Put another way, could we set it up so that at the point of recording a donation it automatically has the 'soft credit' populate for the contacts that are set up with relationships to the donor? 

Thanks again, for the response. 

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Tracking donations with multiple relationships to organization.
April 20, 2009, 04:19:07 pm

This is not implemented via the UI / configuration screens. However you can potentially do this by implementing the hook on "contribution" create and then creating the appropriate soft credit entries. This will require PHP/MySQL expertise

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Tracking donations with multiple relationships to organization.

This forum was archived on 2017-11-26.