CRM-38: Show Recurring Contributions on Membership Modal View
authorCamilo Rodriguez <camilo@compucorp.co.uk>
Fri, 30 Mar 2018 15:24:11 +0000 (15:24 +0000)
committerCamilo Rodriguez <camilo@compucorp.co.uk>
Thu, 10 May 2018 17:40:14 +0000 (17:40 +0000)
commit669fc25ee8c2fad86e0bb8304c06d6516651b641
tree8eee6be77c253624e7eb4e06b410ef6626f3ab40
parent421e9a1980055243a7efcad5f8f933a55de05a8d
CRM-38: Show Recurring Contributions on Membership Modal View

Currently, when viewing a membership from contact's detailed view (on
memberships tab), it is hard to tell if a membership has any recurring
contributions associated to it, even though you can see all payments done for
the membership.

Added a recurring contributions section below the contributions table
currently being shown, by loading recurring contributions using ajax call to
load list of recurring contributions.

Added recurring contributionslist to membership edit view using ajax call.
CRM/Contribute/xml/Menu/Contribute.xml
CRM/Member/Form/MembershipView.php
CRM/Member/Page/RecurringContributions.php [new file with mode: 0644]
Civi/Test/Api3TestTrait.php
templates/CRM/Member/Form/Membership.tpl
templates/CRM/Member/Form/MembershipView.tpl
templates/CRM/Member/Page/RecurringContributions.tpl [new file with mode: 0644]