Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(dev/core/40) Show List of Contributions On Recurring Contribution View #11920

Commits on Apr 2, 2018

  1. CRM-40: Show List of Contributions On Recurring Contribution View

    Altered ContributionRecur page so that the list of contributions related to a
    recurring contribution are shown when viewing said recurring contribution.
    
    Implemented by running CRM_Contribute_Form_Search ebedded within the page and
    including CRM/Contribute/Form/Selector.tpl template within the page's
    template. Also included ContributionTotals.tpl to show, which I though could
    be cool.
    MiyaNoctem committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    f8907ef View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. CRM-40: Don't Use CRM_Contribute_Form_Search to Show Contributions

    CRM_Contribute_Form_Search class is very hard to read and maintain, which is
    why it was found better to look for related contributions manually and show
    them using an ajax datatable.
    MiyaNoctem committed Apr 16, 2018
    Configuration menu
    Copy the full SHA
    6e42010 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. CRM-40: Fix Failing Test

    MiyaNoctem committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    1426aa9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. CRM-40: Show Contribution List Using Ajax Call

    Added new Page that shows related payments for a given relted contribution in
    a data table and included the table on recurring contribution's detail view
    using an ajax call.
    MiyaNoctem committed May 3, 2018
    Configuration menu
    Copy the full SHA
    379e7c3 View commit details
    Browse the repository at this point in the history