Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0007743Openbravo ERP02. Master data managementpublic2009-02-23 09:442009-04-22 00:00
arunkumar 
jayakumar 
lowtrivialalways
closedfixed 
30
2.50alpha-r11 
2.50 
Core
No
0007743: Business Partner -> Bank Account -> Bank Name - Length of the text field box should be reduced
In Business Partner -> Bank Account -> Bank Name , length of the text field box must be reduced.
Go to Master Data Management -> Business Partner
Select a business partner.
Click Bank Account Tab.
Verify the length of the Text field box for Bank Name.

It is capable of having only 48 characters. But the length of the text field box is more than that. It should be reduced .
Reduce the Bank Name field to same length that Account No. or IBAN field.
comsupchennai_sprint1
jpg BankName.JPG (167,405) 2009-02-23 09:44
https://issues.openbravo.com/file_download.php?file_id=901&type=bug
jpg
Issue History
2009-02-23 09:44arunkumarNew Issue
2009-02-23 09:44arunkumarAssigned To => rafaroda
2009-02-23 09:44arunkumarFile Added: BankName.JPG
2009-02-23 09:44arunkumarRegression testing => No
2009-02-26 12:29rafarodaAssigned Torafaroda => rajagopal
2009-02-26 12:29rafarodaPrioritynormal => low
2009-02-26 12:29rafarodaStatusnew => scheduled
2009-02-26 12:29rafarodaSteps to Reproduce Updated
2009-03-02 14:34sathiyanAssigned Torajagopal => jayakumar
2009-03-09 14:49pheenanNote Added: 0014525
2009-03-13 07:23hgbotCheckin
2009-03-13 07:23hgbotNote Added: 0014622
2009-03-13 07:23hgbotStatusscheduled => resolved
2009-03-13 07:23hgbotResolutionopen => fixed
2009-03-13 07:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/0242ae3b05e2a4ad9a09c192079e6a16c360f9c7 [^]
2009-03-20 12:00jayakumarTag Attached: comsupchennai_sprint1
2009-04-21 10:53psarobeStatusresolved => closed
2009-04-22 00:00anonymoussf_bug_id0 => 2777992

Notes
(0014525)
pheenan   
2009-03-09 14:49   
The definition of the column length in the application dictionary is for 50 character length. In the tab field the length should be the same. I am able to enter 50 characters into the field irrespective of the field length in the tab.

The length of the field in the window should match that of the definition of the column in the table.

Reviewing the column definition in oracle and the field is defined as a VARCHAR (50 BYTE) field. This should be an NVARCHAR field to allow for bank names with irregular characters in the name.
(0014622)
hgbot   
2009-03-13 07:23   
Repository: erp/devel/pi
Changeset: 0242ae3b05e2a4ad9a09c192079e6a16c360f9c7
Author: Jayakumar Kasinathan <jayakumar.kasinathan <at> openbravo.com>
Date: Fri Mar 13 11:51:44 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/0242ae3b05e2a4ad9a09c192079e6a16c360f9c7 [^]

Fixes bug 7743 Bank Name - Length of the text field box has be reduced.

---
M src-db/database/model/tables/C_BP_BANKACCOUNT.xml
M src-db/database/sourcedata/AD_FIELD.xml
---