Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0008008 | Openbravo ERP | 09. Financial management | public | 2009-03-06 17:42 | 2009-06-09 00:00 |
|
Reporter | neil_smith | |
Assigned To | vmromanos | |
Priority | urgent | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 10 | OS Version | Server 2003 |
Product Version | main | |
Target Version | | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0008008: IBAN code validation problem |
Description | I have had problems with the IBAN code validation trigger function (c_bankaccountiban_trg).
A DATA_EXCEPTION is thrown while saving the bank account information.
|
Steps To Reproduce | 1- Go to Financial Management || Receivables & Payables || Setup || Bank and create a new record:
1.1- Name=Banque Cantonale Neuchateloise
1.2- Location=Switzerland
2- Go to Bank Account tab, create a new record:
2.1- Check Show IBAN
2.2- IBAN=CH1700766000L35376922
3- I save it -> ERROR: Incorrect IBAN Code (DATA_EXCEPTION in trigger function) |
Proposed Solution | A quick fix is to enter a short bank name ('BCN' for me works).
It seems that the exception is thrown while computing the 'Displayed Account' field. |
Additional Information | |
Tags | 250MP1 |
Relationships | related to | defect | 0008737 | | closed | rafaroda | OB is out of use for Non-IBAN countries? | related to | defect | 0010468 | 2.40MP11 | closed | vmromanos | When a correct IBAN is introduced, an error appears |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-03-06 17:42 | neil_smith | New Issue | |
2009-03-06 17:42 | neil_smith | Assigned To | => rafaroda |
2009-03-06 17:54 | rafaroda | Assigned To | rafaroda => dalsasua |
2009-03-16 11:52 | rafaroda | Note Added: 0014670 | |
2009-03-16 11:52 | rafaroda | Status | new => feedback |
2009-03-27 11:09 | neil_smith | Note Added: 0015034 | |
2009-04-07 14:21 | walle | Note Added: 0015257 | |
2009-04-22 17:35 | psarobe | Note Added: 0015570 | |
2009-04-22 17:58 | dalsasua | Note Added: 0015573 | |
2009-04-23 12:54 | rafaroda | Relationship added | related to 0008737 |
2009-04-23 13:13 | psarobe | OBNetwork customer | => No |
2009-04-23 13:13 | psarobe | Priority | normal => urgent |
2009-04-23 13:13 | psarobe | Status | feedback => scheduled |
2009-04-23 16:04 | psarobe | Tag Attached: 250MP1 | |
2009-05-11 12:56 | vmromanos | Assigned To | dalsasua => vmromanos |
2009-05-12 17:24 | hgbot | Checkin | |
2009-05-12 17:24 | hgbot | Note Added: 0016303 | |
2009-05-12 17:24 | hgbot | Status | scheduled => resolved |
2009-05-12 17:24 | hgbot | Resolution | open => fixed |
2009-05-12 17:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1ff0231e17e7922ed8bc58bde4ff11a7d907b7a2 [^] |
2009-06-08 15:08 | sureshbabu | Status | resolved => closed |
2009-06-08 15:08 | sureshbabu | Note Added: 0017097 | |
2009-06-08 15:08 | sureshbabu | Fixed in Version | => pi |
2009-06-09 00:00 | anonymous | sf_bug_id | 0 => 2803186 |
2009-09-04 10:03 | rafaroda | Relationship added | related to 0010468 |
Notes |
|
|
David,
Could you please determine whether this is a bug or not?
Thanks. |
|
|
|
Rafa,
I don't know if I'm supposed to give feedback, I don't know any David...
Anyway, I still feel that it's a bug because I can't create a new bank with a long name and the exception thrown is not clear enough to know what is wrong. Indeed, the IBAN code I entered is correct.
I don't feel that it's a major or critical bug, but some thing should be corrected (either a clearer error message or...)
Regards
Neil. |
|
|
(0015257)
|
walle
|
2009-04-07 14:21
|
|
Hi all
I've tried the same thing.
With the following piece of code (now in standard) in the triggerfunction 'c_bankaccountiban_trg' works fine
IF (NEW.IBAN IS NOT NULL) THEN
SELECT MOD(TO_NUMBER(SUBSTR(NEW.IBAN, 5, LENGTH(NEW.IBAN)-4)||
ASCII(SUBSTR(UPPER(NEW.IBAN),1,1))-55
||ASCII(SUBSTR(UPPER(NEW.IBAN),2,1))-55||
SUBSTR(NEW.IBAN,3,2)),97) AS DC
INTO v_IBAN_check
FROM DUAL;
Rafa, I think this piece of code is needed also in the function 'c_bp_bankaccountiban_trg' otherwise the same error "incorrect Iban Code" is visualized in the business partner - bankaccount mask.
In bankaccount mask you get the error "incorrect IBAN Code" when the name of the bank is to long. for example
"BANK OF SWITZERLAND" --> in this case the IBAN=CH1700766000L35376922 can be saved
"BANK OF SWITZERLAND WITH A LOT OF MONEY" --> in this case you get the error "Incorrect IBAN Code"
Hope this helps
BR, Walter |
|
|
|
Reminder sent to: dalsasua PLease take this one |
|
|
|
Yes, I detected this behavior some weeks ago. It is a bug. It will be fixed when bug fixing is scheduled again among our team's tasks.
Regards. |
|
|
(0016303)
|
hgbot
|
2009-05-12 17:24
|
|
Repository: erp/devel/pi
Changeset: 1ff0231e17e7922ed8bc58bde4ff11a7d907b7a2
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue May 12 17:24:12 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1ff0231e17e7922ed8bc58bde4ff11a7d907b7a2 [^]
Fixed bug 8008: IBAN code validation
---
M src-db/database/model/triggers/C_BANKACCOUNTIBAN_TRG.xml
M src-db/database/model/triggers/C_BP_BANKACCOUNTIBAN_TRG.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
---
|
|
|
|
|