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) »
  • Applying Membership Payments Financial Type Dynamically by Join / Renew mode
Pages: [1]

Author Topic: Applying Membership Payments Financial Type Dynamically by Join / Renew mode  (Read 451 times)

Tim Gummer

  • I’m new here
  • *
  • Posts: 12
  • Karma: 1
  • CiviCRM version: 3.3 - 4.1
  • CMS version: Drupal 6 & 7
  • MySQL version: 5.1.66
  • PHP version: 5.1.66-0+squeeze1
Applying Membership Payments Financial Type Dynamically by Join / Renew mode
May 10, 2013, 01:44:47 am
We have a site with a membership join/renew contribution form set up. Our problem is that all contributions are showing a financial type of Renew, when they should show Join Web OR Renew Web dependent on whether they are joining or renewing.  I've checked in the db and it does appear that this is a matter of how the contributions are recorded, rather than their labelling on contribution search results or the contact's contribution tab.


Feels like a bug, but i feel like there should be a setting for this somewhere - in profiles or contribution pages or financial types - Can no find.


And I'm sure someone else must have had this issue too - but maybe we're outliers here. Would appreciate any advice -  thanks!

Tim Gummer

  • I’m new here
  • *
  • Posts: 12
  • Karma: 1
  • CiviCRM version: 3.3 - 4.1
  • CMS version: Drupal 6 & 7
  • MySQL version: 5.1.66
  • PHP version: 5.1.66-0+squeeze1
Re: Applying Membership Payments Financial Type Dynamically by Join / Renew mode
May 10, 2013, 02:08:40 am
Actually - I'm seeing in the help



Financial Type
[/size][/color]
[/size]Select the corresponding financial type for contributions made using this page (e.g. donation, capital campaign, etc.). Financial types (and associated accounting codes) are included when contributions are exported, so it can helpful to set up specific types for accounting purposes. You can add or modify contribution available types from Administer > CiviContribute > Financial Types. [/color]
[/size][/color]
[/size]NOTE: If you are using this contribution page for membership signup and renewals, the financial type configured in the membership type settings will be used when recording the membership payment. The financial type selected here will only be used if you are also collecting additional contributions (as configured on the Membership Settings page).
[/size][/color]
[/size]Does this mean we're screwed?[/color]
[/size][/color]

Chris Burgess

  • Ask me questions
  • ****
  • Posts: 675
  • Karma: 59
Re: Applying Membership Payments Financial Type Dynamically by Join / Renew mode
May 12, 2013, 07:04:57 pm
If this is fixed to membership and there's no other column which you can export to show this, I guess you'd either need to calculate it on  export (eg
Code: [Select]
IF(join_date < $current_year, 'Renew', 'Join')) or catch the contribution storage in a CiviCRM hook and modify the financial type there.
@xurizaemon ● www.fuzion.co.nz

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Applying Membership Payments Financial Type Dynamically by Join / Renew mode

This forum was archived on 2017-11-26.