Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0002972Openbravo ERP09. Financial managementpublic2008-05-19 09:582008-06-18 17:52
egoitz 
pheenan 
normalminoralways
closedfixed 
5
 
2.40alpha-r2 
No
Core
No
0002972: The asset value is rounded when is bigger than 999999.99
STEPS:
Financial Managament>Assets>Assests


ENVIROMENT:
v2.35
v2.40 Oracle

DESCRIPTION:
When the Asset value (or the Depreciation Amt) is bigger than 999999.99 (and the value is inserted with decimals) The problems is that the SL_Asset callout is executed and the getStringParameter rounds the value inserted by the user.
No tags attached.
depends on backport 0003723 closed pheenan The asset value is rounded when is bigger than 9 
Issue History
2008-06-18 17:52psarobeStatusresolved => closed

Notes
(0006561)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:43)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1966832 [^]
(0003690)
pheenan   
2008-05-20 14:29   
(edited on: 2008-06-12 09:26)
Logged In: YES
user_id=1883435
Originator: NO

Fixed in revision 4365.

Updated field lengths in both field and column tables for AssetValue, ResidualValue, and DepreciationAmt. Change java callout to use BigDecimal rather than the float.