Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0023860Openbravo ERPZ. Otherspublic2013-05-21 08:532013-05-22 17:38
marvintm 
marvintm 
urgentmajorhave not tried
closedfixed 
5
 
 
Core
No
0023860: API change needed to fix issue 23825
The issue 23825 happens basically because even though the physical column of the M_Stock_Proposed is a numeric column, which can contain decimal numbers, and even though the PL/SQL code we use to generate entries generates decimal numbers correctly, as the reference of the column is defined as "integer", if DAL is used to read the table, the decimal numbers will be rounded to integer numbers.

Therefore, we need to change the reference of this column to "Number" so that this problem doesn't happen.

The API will change because the DAL-generated methods for this column will return a different type. No classes in Core are affected, and the Functional team thinks that no modules should be affected either.
See issue 23825:

https://issues.openbravo.com/view.php?id=23825 [^]

No tags attached.
Issue History
2013-05-21 08:53marvintmNew Issue
2013-05-21 08:53marvintmAssigned To => dmitry_mezentsev
2013-05-21 08:53marvintmModules => Core
2013-05-21 08:53marvintmTriggers an Emergency Pack => No
2013-05-21 09:31dmitry_mezentsevAssigned Todmitry_mezentsev => marvintm
2013-05-21 09:31dmitry_mezentsevNote Added: 0058713
2013-05-21 16:59hgbotCheckin
2013-05-21 16:59hgbotNote Added: 0058730
2013-05-21 16:59hgbotStatusnew => resolved
2013-05-21 16:59hgbotResolutionopen => fixed
2013-05-21 16:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/a0fb6f0f1ade6813a51da5a8bad7914942f9cbc8 [^]
2013-05-22 10:34hgbotCheckin
2013-05-22 10:34hgbotNote Added: 0058739
2013-05-22 10:34hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/api-checks/rev/a0fb6f0f1ade6813a51da5a8bad7914942f9cbc8 [^] => http://code.openbravo.com/erp/devel/api-checks/rev/c695cec2fbc6c24ad326bf2935c0d3a712fc31f0 [^]
2013-05-22 11:02hgbotCheckin
2013-05-22 11:02hgbotNote Added: 0058742
2013-05-22 11:02hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/api-checks/rev/c695cec2fbc6c24ad326bf2935c0d3a712fc31f0 [^] => http://code.openbravo.com/erp/devel/api-checks/rev/4373f5d0d5dd1b2ed2da14effa77dda9480466eb [^]
2013-05-22 17:38marvintmStatusresolved => closed

Notes
(0058713)
dmitry_mezentsev   
2013-05-21 09:31   
Approved.
(0058730)
hgbot   
2013-05-21 16:59   
Repository: erp/devel/api-checks
Changeset: a0fb6f0f1ade6813a51da5a8bad7914942f9cbc8
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue May 21 16:59:17 2013 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/a0fb6f0f1ade6813a51da5a8bad7914942f9cbc8 [^]

Fixed issue 23860. API change 23860 accepted

---
M java/reference/java.japi.gz
M model/src-db/database/sourcedata/AD_COLUMN.xml
---
(0058739)
hgbot   
2013-05-22 10:34   
Repository: erp/devel/api-checks
Changeset: c695cec2fbc6c24ad326bf2935c0d3a712fc31f0
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed May 22 10:33:46 2013 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/c695cec2fbc6c24ad326bf2935c0d3a712fc31f0 [^]

Fixed issue 23860. API change 23860 accepted

---
M java/reference/java.japi.gz
M model/src-db/database/sourcedata/AD_COLUMN.xml
---
(0058742)
hgbot   
2013-05-22 11:02   
Repository: erp/devel/api-checks
Changeset: 4373f5d0d5dd1b2ed2da14effa77dda9480466eb
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed May 22 11:02:37 2013 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/4373f5d0d5dd1b2ed2da14effa77dda9480466eb [^]

Fixed issue 23860. Committed correct api file

---
M java/reference/java.japi.gz
---