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) »
  • How to modify existing recurring contributions
Pages: [1]

Author Topic: How to modify existing recurring contributions  (Read 1507 times)

SarahG (FountainTribe)

  • Ask me questions
  • ****
  • Posts: 782
  • Karma: 29
  • CiviCRM version: 4.4.7
  • CMS version: Drupal 6, Drupal 7
  • MySQL version: 5.5
  • PHP version: 5.3
How to modify existing recurring contributions
September 05, 2011, 08:07:59 pm
I have a number of records in the table civicrm_contribution_recur that we set up to process for a fixed number of installments via Authorize.net.   

In many cases, one or two transactions were processed as scheduled. But then something in real-life came up that required that we cancel the future scheduled transactions.  I did this by logging into my authorize.net account directly ( outside of CiviCRM) and cancelling the future schedule.

How can I clean up the recurring contribution data in CiviCRM, so that it does not work like I am still waiting on those payments?

In other cases, the notification never came from Authorize.net that a future payment was completed as expected.   How can I manually update the "recurring payment" record in CiviCRM, so that CiviCRM knows the transaction went through?

The recurring payments were setup by someone submitting a "CiviContribute" form in the self-service area, as well as by staff in the back-office area.
« Last Edit: September 06, 2011, 05:20:28 am by Sarah Gladstone »
Did I help you? Please donate to the Civi-Make-It-Happen campaign  CiviCRM for mobile devices! 

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: How to modify existing recurring contributions
September 06, 2011, 07:14:03 am

recurrring contributions are not fully developed. i.e. they currently dont have a web based UI to edit etc.

u'll need to goto the DB and set the status to cancelled

would be great if you can convince your client to help fund better recurring contribution functionality

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

SarahG (FountainTribe)

  • Ask me questions
  • ****
  • Posts: 782
  • Karma: 29
  • CiviCRM version: 4.4.7
  • CMS version: Drupal 6, Drupal 7
  • MySQL version: 5.5
  • PHP version: 5.3
Re: How to modify existing recurring contributions
September 06, 2011, 08:53:59 am
Another idea  I had thought about (Also suggested by Eileen):

Create a Plegde for every recurring contribution, then the pledge UI can be used to handle any real-life messiness.  It would also simplify workflow for the staff.

Any reason the pledge table was not used to store recurring contribution schedules?
Did I help you? Please donate to the Civi-Make-It-Happen campaign  CiviCRM for mobile devices! 

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: How to modify existing recurring contributions
September 06, 2011, 12:52:33 pm

couple of reasons:

1. recurring contributions came before pledges (i think)

2. from an accounting perspective, at least one community member told us that they are tracked and accounted for in different manner (at least in the US)

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

SarahG (FountainTribe)

  • Ask me questions
  • ****
  • Posts: 782
  • Karma: 29
  • CiviCRM version: 4.4.7
  • CMS version: Drupal 6, Drupal 7
  • MySQL version: 5.5
  • PHP version: 5.3
Re: How to modify existing recurring contributions
September 06, 2011, 04:32:50 pm
Perhaps this can be sorted as part of a CiviAccounts phase 2, but here is my situation:

My client prefers to use pledges for everything that they call an obligation, as the UI piece for making changes, and reviewing what is still pending/owed, and related reports meets their needs.     However, there is a serious limitation with pledges in that the donor can not automate their pledge payments on a credit card.  The only way for pledge payments to be made, is for the person to visit the website each month and make a pledge payment, or mail in a check each month, or phone the office/bookeeper and give their card number over the phone each month.

So if the person wants to give $1200, broken up into automated monthly payments on their credit card the only way to put this in the system is as a recurring contribution.   But the bookkeeper at my client still wants their usual reports to reflect the balance owed on the $1200.

Any suggestions?
Did I help you? Please donate to the Civi-Make-It-Happen campaign  CiviCRM for mobile devices! 

SarahG (FountainTribe)

  • Ask me questions
  • ****
  • Posts: 782
  • Karma: 29
  • CiviCRM version: 4.4.7
  • CMS version: Drupal 6, Drupal 7
  • MySQL version: 5.5
  • PHP version: 5.3
Re: How to modify existing recurring contributions
September 06, 2011, 08:40:31 pm
FYI: My original idea was to create some custom reports that include both pledges and recurring contributions, with both displayed as "obligations" on the bookkeeping report.   I was planning to calculate the balance of a recurring contribution by looking at the "contribution_recur" table and calculating the total based on amount  * number of installments.

But I noticed in my research that this table contains several recurring contributions that were canceled using the Authorize.net website.  Since I did not want those canceled recurring contributions to be part of my new report, I was looking for a way to clean up the table.

Now I am trying to decide the best approach.

Did I help you? Please donate to the Civi-Make-It-Happen campaign  CiviCRM for mobile devices! 

jakecivi

  • I post frequently
  • ***
  • Posts: 140
  • Karma: 0
Re: How to modify existing recurring contributions
April 20, 2015, 03:51:37 pm
Old thread.. but did you ever decide what to do?

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • How to modify existing recurring contributions

This forum was archived on 2017-11-26.