Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011045Openbravo ERP09. Financial managementpublic2009-09-21 16:092009-11-05 08:03
networkb 
vmromanos 
highminoralways
closedfixed 
5
2.40MP4 
2.40MP112.40MP11 
Core
No
0011045: Create File in Remittance, does not check if BP bank account has 20 numbers.
When file is created, after processing a remittance, it is not checked if business partner bank account, has 20 numbers. There is no restriction in Business Partner > Bank account tab, to enter a properly bank account. So, the file created for bank, is not well formated.
Create a new Remittance in Financial Management > Receivables & Payables > Transactions > Remittance.
Add (using Create lines from) a new payment.
Go to its line, and navigate to its payment. Afterwards, to its Business Partner. And finally, to Bank Account.
Here, modidfy its bank account to 12345678. Save it.
Go back to remittance and process it.
Finally, press "Create file" buttom. No problems, but the file is not correct.
To add a trigger in Bank account tab, to check if bank account has 20 length or add a check in CreateFile.java
No tags attached.
blocks defect 00106852.40MP11 closed vmromanos Create File in Remittance, does not check if BP bank account has 20 numbers. 
Issue History
2009-10-20 09:19psarobeTypedefect => backport
2009-10-20 09:19psarobefix_in_branch => 2.40
2009-10-20 09:19psarobeTarget Version => 2.40MP11
2009-11-02 11:35vmromanosAssigned Todalsasua => vmromanos
2009-11-02 13:46hgbotCheckin
2009-11-02 13:46hgbotNote Added: 0021502
2009-11-02 13:46hgbotStatusscheduled => resolved
2009-11-02 13:46hgbotResolutionopen => fixed
2009-11-02 13:46hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/3a4174859e7be685325e23e6806d3016737abeac [^]
2009-11-03 09:37hgbotCheckin
2009-11-03 09:37hgbotNote Added: 0021526
2009-11-03 09:37hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/stable/2.40/rev/3a4174859e7be685325e23e6806d3016737abeac [^] => http://code.openbravo.com/erp/stable/2.40/rev/12c680e2c6706ef436d14a1f8cc26b400867c3ea [^]
2009-11-05 08:03arunkumarStatusresolved => closed
2009-11-05 08:03arunkumarNote Added: 0021577
2009-11-05 08:03arunkumarFixed in Version => 2.40MP11

Notes
(0021502)
hgbot   
2009-11-02 13:46   
Repository: erp/stable/2.40
Changeset: 3a4174859e7be685325e23e6806d3016737abeac
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Mon Nov 02 13:46:14 2009 +0100
URL: http://code.openbravo.com/erp/stable/2.40/rev/3a4174859e7be685325e23e6806d3016737abeac [^]

Fixed bug 11045: Remittance does not check if BP bank account has 20 numbers

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/ad_actionButton/CreateFile.java
M src/org/openbravo/erpCommon/ad_actionButton/CreateFile_data.xsql
---
(0021526)
hgbot   
2009-11-03 09:37   
Repository: erp/stable/2.40
Changeset: 12c680e2c6706ef436d14a1f8cc26b400867c3ea
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Tue Nov 03 09:38:51 2009 +0100
URL: http://code.openbravo.com/erp/stable/2.40/rev/12c680e2c6706ef436d14a1f8cc26b400867c3ea [^]

Issue 11045: removed extra ;

---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFile_data.xsql
---
(0021577)
arunkumar   
2009-11-05 08:03   
While create file in remittance, if the account number is less tha 20 it displays the following error message :
      
Error:
The bank account's length of the following Business Partners is not equal to 20: Red Bunny [12345678]

Tested & Working fine.