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 Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Hard/soft credit - any ideas?
Pages: [1]

Author Topic: Hard/soft credit - any ideas?  (Read 847 times)

JenniferSHS

  • Guest
Hard/soft credit - any ideas?
September 30, 2009, 02:10:31 pm
My organization is the benficiary of a fundraising campaign put on for us by an external corporation (let's say "Corporation X").

Corporation X collects cash donations for us for a month, and sends us a single check - representing the lump sum of 250 donations.

Because the check arrives on a check from Corporation X - that's who needs to receive the hard credit.

However, I also want the 250 soft credit gifts to be included on the 250 donor's records - what's a way someone has found to do this expediently and without entering the gift, broken out, over and over on Corp X's record and soft crediting every single donor? That'll make a kooky, long list on Corp X's record and is very time consuming.

Thanks!

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: Hard/soft credit - any ideas?
September 30, 2009, 02:52:22 pm

You (or your consultant) might want to just write a specific script for this and import all the 250 soft credits attached to a contribution

You can potentially disable the soft credit listing for a corporation by customizing the template. Maybe a simple rule if a contact has > 10 soft credits, than just suppres the complete display

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

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Hard/soft credit - any ideas?
September 30, 2009, 10:56:35 pm
Pretty sure you can NOT do what you need using contribution Import, and the contribution input form doesn't support splitting soft credits among multiple contacts for a single contribution. However, the data model supports splits (civicrm_contribution_soft includes foreign key to contribution_id AND an amount).

You could try manually inserting a simple split in the contribution_soft table (in a test copy of your DB) and seeing how it works. The contribution edit and view screens might not handle it too well - but that might be ok.

Example:
civicrm_contribution record - id=10, amount=500
civicrm_contribution_soft - id=1, contribution_id=10, amount=200
civicrm_contribution_soft - id=2, contribution_id=10, amount=300
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Hard/soft credit - any ideas?

This forum was archived on 2017-11-26.