Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0012984Openbravo ERP09. Financial managementpublic2010-04-15 02:242010-04-29 00:00
eduardo_Argal 
eduardo_Argal 
urgentmajoralways
closedfixed 
5
pi 
pi 
Core
No
0012984: Wrong column definition in FIN_FinAcc_Transaction and FIN_Reconciliation table
Wrong column definition in FIN_FinAcc_Transaction and FIN_Reconciliation table:
now: CHAR(1)
correct: VARCHAR(60)
No tags attached.
Issue History
2010-04-15 02:24eduardo_ArgalNew Issue
2010-04-15 02:24eduardo_ArgalAssigned To => eduardo_Argal
2010-04-15 02:24eduardo_ArgalStatusnew => scheduled
2010-04-15 02:24eduardo_Argalfix_in_branch => pi
2010-04-15 21:28hgbotCheckin
2010-04-15 21:28hgbotNote Added: 0026291
2010-04-15 21:28hgbotStatusscheduled => resolved
2010-04-15 21:28hgbotResolutionopen => fixed
2010-04-15 21:28hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e21286828acfc6ff179db540b0baa3118c7d6f91 [^]
2010-04-19 21:14hudsonbotCheckin
2010-04-19 21:14hudsonbotNote Added: 0026491
2010-04-28 10:01sureshbabuNote Added: 0026744
2010-04-28 10:01sureshbabuStatusresolved => closed
2010-04-29 00:00anonymoussf_bug_id0 => 2993870

Notes
(0026291)
hgbot   
2010-04-15 21:28   
Repository: erp/devel/pi
Changeset: e21286828acfc6ff179db540b0baa3118c7d6f91
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Thu Apr 15 02:38:42 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e21286828acfc6ff179db540b0baa3118c7d6f91 [^]

Fixes bug 0012984: Wrong column definition

---
M src-db/database/model/tables/FIN_FINACC_TRANSACTION.xml
M src-db/database/model/tables/FIN_RECONCILIATION.xml
M src-db/database/sourcedata/AD_COLUMN.xml
---
(0026491)
hudsonbot   
2010-04-19 21:14   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/e21286828acf [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/91d98bda46c1 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17088.obx [^]
(0026744)
sureshbabu   
2010-04-28 10:01   
length for Posted column in both FIN_FinAcc_Transaction and FIN_Reconciliation table are changed to 60 from 01