Project60 / org.project60.banking

CiviCRM banking extension
18 stars 35 forks source link

Improve Membership Matcher #343

Open bjendres opened 3 years ago

bjendres commented 3 years ago

We want to add the following (configurable) options to the membership matcher:

  1. use the financial type set in the membership type for the contribution that's already there
  2. restrict proposed memberships by status
  3. improve the display of the last paid membership contribution, which is confusing because it looks like it's the proposed new one.
  4. Add a multi_match_penalty configuration, to rate down multiple matches - useful when using auto-exec.
  5. add debug logging

Obviously these changes need to be downward compatible.