Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013286 | Openbravo ERP | 00. Application dictionary | public | 2010-05-11 10:21 | 2010-06-23 00:00 |
|
Reporter | networkb | |
Assigned To | harikrishnan | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP14 | |
Target Version | 2.50MP19 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0013286: wrong length on a column of FinancialMgmtAccountingFact application dictionary table |
Description | In AD table "FinancialMgmtAccountingFact" there is a column called "DocBaseType", which length is defined as 3 characters. But in physical DB table "fact_acct", it is defined as nvarchar2(40) characters.
Due to that difference, some processes (as for example, import client process) that use DAL take that length of this column is 3, so they throw an error. |
Steps To Reproduce | Try to export and import a client using "Accruals and Deferrals" module (which has docbasetype=ACCDEF_AD, which is 9 length). Fact_acct entry that has docbasetype=ACCDEF_AD will fail. |
Proposed Solution | 1. Modify length of column "DocBaseType" of Application Dictionary table "FinancialMgmtAccountingFact" to 40.
2. Add a validation to check that Application dictionary columns have same length as DB columns. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-05-11 10:21 | networkb | New Issue | |
2010-05-11 10:21 | networkb | Assigned To | => alostale |
2010-05-11 10:21 | networkb | OBNetwork customer | => Yes |
2010-05-13 16:29 | adrianromero | Status | new => scheduled |
2010-05-13 16:29 | adrianromero | fix_in_branch | => pi |
2010-05-14 08:37 | alostale | Assigned To | alostale => adrianromero |
2010-05-24 19:07 | networkb | Target Version | 2.50MP17 => 2.50MP19 |
2010-05-24 19:07 | networkb | fix_in_branch | pi => |
2010-06-15 09:01 | harikrishnan | Assigned To | adrianromero => harikrishnan |
2010-06-15 09:02 | hgbot | Checkin | |
2010-06-15 09:02 | hgbot | Note Added: 0028430 | |
2010-06-15 09:02 | hgbot | Status | scheduled => resolved |
2010-06-15 09:02 | hgbot | Resolution | open => fixed |
2010-06-15 09:02 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/3ad7992e914a73a968eaf3d6d72b8ff3d2a67c36 [^] |
2010-06-15 14:30 | hudsonbot | Checkin | |
2010-06-15 14:30 | hudsonbot | Note Added: 0028447 | |
2010-06-22 12:52 | arunkumar | Note Added: 0028656 | |
2010-06-22 12:52 | arunkumar | Status | resolved => closed |
2010-06-23 00:00 | anonymous | sf_bug_id | 0 => 3019879 |