Skip to content

Use cancel_reason for RCUR mandates #561

@bjendres

Description

@bjendres

Historically, CiviSEPA used a note entity to store the cancel reason that was entered by the user upon cancellation. The reason is, that, the civicrm_contribution_recur table didn't have a cancel_reason column, like the civicrm_contribution table. See also #409.

Recently, however, this column has been added, so we should start using it.

Implementing would include:

  • using the new column
  • migrating the old data into that column
  • expose this in the reports
  • keep backwards compatibility?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions