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

[16.0] grouping doesn't take into account the mandate #1336

Open
alexis-via opened this issue Aug 23, 2024 · 0 comments
Open

[16.0] grouping doesn't take into account the mandate #1336

alexis-via opened this issue Aug 23, 2024 · 0 comments
Labels

Comments

@alexis-via
Copy link
Contributor

I found this bug while reading the code of OCA/bank-payment... then I tested the corresponding scenario and it confirmed the bug.

Here is the scenario:

  • create a new customer with 1 bank account. Set customer payment mode to SEPA direct debit. Create 2 mandates linked to that bank account.
  • create a customer invoice for that new customer with mandate 1.
  • create a customer invoice for that new customer with mandate 2.
  • add the 2 customer invoices to a new direct debit order. Confirm that debit order: you will see a single account.payment, instead of 2. When you generate the XML file, you will have only 1 transaction linked to only 1 of the 2 mandates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant