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

datev_export_xml: bp_account_no seems wrong #166

Open
derfl0 opened this issue Sep 6, 2024 · 0 comments
Open

datev_export_xml: bp_account_no seems wrong #166

derfl0 opened this issue Sep 6, 2024 · 0 comments
Labels

Comments

@derfl0
Copy link

derfl0 commented Sep 6, 2024

Module

datev_export_xml

Describe the bug

The xml export tries to add the field bp_account_no to the export. The validator states that this field is only of length 4 but should be at least length 5. The code tries to put in account.code which is the number according to skr03/skr04.

As far as I understand https://apps.datev.de/help-center/documents/1035732 bp_account_no should be the bank account number of the partner and is optional. I tried to use a IBAN in this field but it looks like it needs an integer primary key.

As the field is purely optional I'd suggest just removing it

To Reproduce

Affected versions: 16.0

Steps to reproduce the behavior:

  1. Create export
  2. Get error

Expected behavior
Export without errors

@derfl0 derfl0 added the bug label Sep 6, 2024
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