Add the IBAN and the mandate reference on the contribution list page - #802
Add the IBAN and the mandate reference on the contribution list page#802jaapjansma wants to merge 2 commits into
Conversation
03b3090 to
f289d25
Compare
|
The PHP Stan checks are failing but I am not sure why and what can be done about it. |
e12106d to
968c2e1
Compare
…contribuion list page
|
Noting that this depends on #803 as otherwise the batching query will return different results. The tests not failing is actually a sign we should add more tests … |
|
@jensschuppe the php unit is failing on the function data_processor_postInstall howver in the Since then there are two new versions released of the data processor extension. And it seems that the phpunit here is running an old version. |
|
@jensschuppe ah now all checks have passed! |
|
Needs rebase once #804 is merged (and probably a refactoring given that this currently contains a workaround for the join issue fixed with switching to EFv2). |
Fixes #801.
Background
At one of our clients we had an issue where the generated contributions ended up with all the same recurring contribution .
This was not visible in the user interface and only visible the bank file. As each transaction was deducted from the same bank account. (So there was one donor who paid for all donors)
One of the things which would likely prevented this is when the IBAN and the mandate reference would have been visible in the UI.
Before
When clicking on Contributions next to a SEPA group no info was given on the mandate.
After
The mandate reference and the IBAN are visible.