Skip to content

Commit

Permalink
dev/core#927 Add shell extension to move contribution cancel actions …
Browse files Browse the repository at this point in the history
…into
  • Loading branch information
eileenmcnaughton committed Oct 16, 2020
1 parent 7d41ce4 commit c00edb2
Show file tree
Hide file tree
Showing 6 changed files with 1,221 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
/ext/greenwich/extern
!/ext/search
!/ext/financialacls
!/ext/contributioncancelactions
backdrop/
bower_components
CRM/Case/xml/configuration
Expand Down
667 changes: 667 additions & 0 deletions ext/contributioncancelactions/LICENSE.txt

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions ext/contributioncancelactions/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# contributioncancelactions

![Screenshot](/images/screenshot.png)

This extension cancels memberships, participation records,
and pledge payments when the related
contribution is cancelled. If you do not wish them to be cancelled
then disable the extension. If you want more complex logic
you may be able to achieve it using civirules or another extension.

This code was part of the core code prior to 5.32 at which point
it was separated to an optional extension.

The extension is licensed under [AGPL-3.0](LICENSE.txt).

## Requirements

* PHP v7.1+
* CiviCRM 5.32+

## Installation (Web UI)

This extension ships with core - you can enable or disable in the extensions UI.

Loading

0 comments on commit c00edb2

Please sign in to comment.