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) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • How New membership can be added as a row,Instead of update the last row?
Pages: [1]

Author Topic: How New membership can be added as a row,Instead of update the last row?  (Read 642 times)

Neelam

  • I’m new here
  • *
  • Posts: 6
  • Karma: 0
  • CiviCRM version: 3.4.5
  • CMS version: Drupal
  • MySQL version: 5
  • PHP version: 5
How New membership can be added as a row,Instead of update the last row?
November 11, 2012, 11:19:02 pm
Hello,

I am getting a problem in civicrm 3.4.5,installed in drupal.
As a member pay for a new membership,it doesnt add a new row,instead of that it update a last row.Now the problem i am facing is as admin want to see the history of a member,he can see the current membership type with start date and end date of member's membership type.

So can anyone tell me how can we add a new row of the other membership type instead of updating a last one.

Please let me know.
« Last Edit: November 12, 2012, 02:06:23 am by Neelam »

FrTommy

  • I post frequently
  • ***
  • Posts: 273
  • Karma: 2
  • CiviCRM version: 4.5.x
  • CMS version: Drupal 7.x
  • MySQL version: 5.5.32
  • PHP version: 5.3
Re: How New membership can be added as a row,Instead of update the last row?
November 12, 2012, 09:54:26 am
You can see the history of Memberships in the Activity tab.

Neelam

  • I’m new here
  • *
  • Posts: 6
  • Karma: 0
  • CiviCRM version: 3.4.5
  • CMS version: Drupal
  • MySQL version: 5
  • PHP version: 5
Re: How New membership can be added as a row,Instead of update the last row?
November 14, 2012, 09:48:06 pm
Hello FrTommy,

In activity report we can not see the complete history of the member i.e,how much membership type,the member has purchased,start date of every membership type,end date of every membership......
Can you exactly tell how can i see the complete history?

Thanks

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: How New membership can be added as a row,Instead of update the last row?
November 15, 2012, 11:49:34 am
civicrm_membership_log table stores the history about membership changes, so you can use that table and write a report to get complete history of membership.

HTh
Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • How New membership can be added as a row,Instead of update the last row?

This forum was archived on 2017-11-26.