Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0014459Openbravo ERPA. Platformpublic2010-09-07 11:452010-10-19 00:00
mirurita 
iperdomo 
normalminoralways
closedfixed 
20Community Appliance
 
 
Core
No
0014459: Default Format in Java is "qtyEdition" but in Javascript is "euroEdition"
Java
Have a look to VariablesBase.java, transformNumber(...) method that is called from getNumericParameter takes the decimal and grouping separator of the #GROUPSEPARATOR|QTYEDITION

JavaScript
Have a look to DynamicJS.java. printPageDataSheet(...) method creates the default decimal and grouping separator based on euroEdition format
#DECIMALSEPARATOR|EUROEDITION
Unify the default decimal and grouping separator in both places.
No tags attached.
Issue History
2010-09-07 11:45miruritaNew Issue
2010-09-07 11:45miruritaAssigned To => iperdomo
2010-09-13 08:08alostaleStatusnew => scheduled
2010-10-11 11:03hgbotCheckin
2010-10-11 11:03hgbotNote Added: 0031744
2010-10-11 11:03hgbotStatusscheduled => resolved
2010-10-11 11:03hgbotResolutionopen => fixed
2010-10-11 11:03hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/9aeac6f1964918de75dc134b5941c4214c4e76f1 [^]
2010-10-11 18:48hudsonbotCheckin
2010-10-11 18:48hudsonbotNote Added: 0031767
2010-10-18 17:57dbazStatusresolved => closed
2010-10-19 00:00anonymoussf_bug_id0 => 3090006

Notes
(0031744)
hgbot   
2010-10-11 11:03   
Repository: erp/devel/pi
Changeset: 9aeac6f1964918de75dc134b5941c4214c4e76f1
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Thu Oct 07 12:19:00 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/9aeac6f1964918de75dc134b5941c4214c4e76f1 [^]

Fixes issue 14459: Sync the JS default format with Java

---
M src/org/openbravo/erpCommon/utility/DynamicJS.java
---
(0031767)
hudsonbot   
2010-10-11 18:48   
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/9aeac6f19649 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/0b4e4ae24456 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18512.obx [^]