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

Not all bank accounts have IBAN Numbers #14418

Closed
paddatrapper opened this issue Aug 7, 2020 · 9 comments
Closed

Not all bank accounts have IBAN Numbers #14418

paddatrapper opened this issue Aug 7, 2020 · 9 comments
Labels
Bug This is a bug (something does not work as expected)

Comments

@paddatrapper
Copy link

Bug

Currently Dolibarr expects all bank accounts to have IBAN numbers. In some countries these are not issued (for example South Africa) and you are unable to create a bank account without inventing an IBAN number or some other placeholder (e.g. we use N/A)

Environment

  • Version: 11.0.5
  • OS: Docker
  • Web server: Nginx
  • PHP: 7.3.18
  • Database: MySQL 10.112.14.175

Expected and actual behavior

Don't require IBAN for bank accounts

@paddatrapper paddatrapper added the Bug This is a bug (something does not work as expected) label Aug 7, 2020
@dpriskorn
Copy link
Contributor

Can you check if the problem is present in v12?

@paddatrapper
Copy link
Author

In 12.0.1:

  • Vendor bank accounts - do not require IBAN numbers
  • Company bank accounts - do not require IBAN numbers
  • Internal Users - Can no longer add or modify bank accounts, so cannot test

@eldy
Copy link
Member

eldy commented Aug 8, 2020

So my understanding is that it is fixed in 12.0.1, isn't it ?

@paddatrapper
Copy link
Author

Currently unknown - I cannot test if 12.0.1 fixed it for Internal Users due to #14421

@github-actions github-actions bot added the Issue Stale (automatic label) This issue is stale because it has been open 1 year with no activity. Remove this label to keep open label Aug 8, 2021
@paddatrapper
Copy link
Author

This has been fixed. Tested in 13.0.4

@github-actions github-actions bot removed the Issue Stale (automatic label) This issue is stale because it has been open 1 year with no activity. Remove this label to keep open label Aug 10, 2021
@aljawaid
Copy link
Contributor

This issue still exists in /societe/paymentmodes.php

IBAN and Swift/BIC is still mandatory in Payment Information tab of Dolibarr v14.0.2

@bos4711
Copy link
Contributor

bos4711 commented Oct 26, 2021

Confirmed, issue exist in 14.0.3 as well.

@bos4711
Copy link
Contributor

bos4711 commented Oct 26, 2021

@paddatrapper paddatrapper reopened this Oct 26, 2021
@aljawaid
Copy link
Contributor

Not a fix to the code, but a fix to the problem. This edit works for 14.0.3 for me.

NEW: add constant MAIN_IBAN_IS_NEVER_MANDATORY #18356

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This is a bug (something does not work as expected)
Projects
None yet
Development

No branches or pull requests

6 participants