Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011090Openbravo ERP09. Financial managementpublic2009-10-22 14:302009-12-16 00:00
shuehner 
vmromanos 
urgentmajorhave not tried
closedfixed 
5
pi 
2.50MP10 
Core
No
0011090: Part of the accounting server uses an Integer to store ad_org_id values which will fail for newly created orgs.
The message balanceSegment on the file ad_forms/Fact.java uses an Integer to store ad_org_id values which will fails for newly created orgs as they are UUID's.

Use a string to store the values. Possible changes looks like it is very localized just inside this method.
No tags attached.
related to defect 0011081 closed rafaroda Error when post Sales Invoice 
Issue History
2009-10-22 14:30shuehnerNew Issue
2009-10-22 14:30shuehnerAssigned To => vmromanos
2009-10-22 14:30shuehnerRelationship addedrelated to 0011081
2009-12-02 10:30vmromanosStatusnew => scheduled
2009-12-02 10:30vmromanosfix_in_branch => pi
2009-12-02 10:38hgbotCheckin
2009-12-02 10:38hgbotNote Added: 0022352
2009-12-02 10:38hgbotStatusscheduled => resolved
2009-12-02 10:38hgbotResolutionopen => fixed
2009-12-02 10:38hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/fbbc19d048ad5990ebca5a07f9522c6ed7d167ca [^]
2009-12-04 09:15hudsonbotCheckin
2009-12-04 09:15hudsonbotNote Added: 0022442
2009-12-15 11:56arunkumarNote Added: 0022827
2009-12-15 11:56arunkumarStatusresolved => closed
2009-12-15 11:56arunkumarFixed in Version => 2.50MP10
2009-12-16 00:00anonymoussf_bug_id0 => 2915144

Notes
(0022352)
hgbot   
2009-12-02 10:38   
Repository: erp/devel/pi
Changeset: fbbc19d048ad5990ebca5a07f9522c6ed7d167ca
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Wed Dec 02 10:39:23 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/fbbc19d048ad5990ebca5a07f9522c6ed7d167ca [^]

Fixed bug 11090: Adapt some parts of Fact.java to UUID
AD_Org_ID used Integer, but String should be used to be compatible with UUIDs

---
M src/org/openbravo/erpCommon/ad_forms/Fact.java
---
(0022442)
hudsonbot   
2009-12-04 09:15   
---
A changeset related to this issue has passed a series of tests and has been promoted to main:

Changeset: http://code.openbravo.com/erp/devel/main/rev/f6bc559b1872 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
---
(0022827)
arunkumar   
2009-12-15 11:56   
Tested & working fine.