Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0022283Openbravo ERP03. Procurement managementpublic2012-11-13 13:282012-12-18 11:44
maite 
jonalegriaesarte 
urgentmajoralways
closedfixed 
5
2.50MP47 
2.50MP492.50MP49 
maite
Core
No
0022283: "Create lines from" process does not support decimal quantities in secondary unit field
"Create lines from" process does not support decimal quantities in secondary unit field
1. define product with secondary unit=Liter
2. define UOM conversion between Liter and Unit: Mutiply by 10
3. Create purchase order using that product and add line with:
  secondary unit= liter
  secondary quantity= 2.5 (which will make first uom=25)
4. create goods receipt header and press "Create Lines from" button
5. select your order and realize that secondary unit loaded is 2 instead of 2.5
problem is in file "CreateFrom_ShipmentPO.xml", where "fieldSecQuantity" field is defined as "integerEdition" when it should be "qtyEdition"
No tags attached.
has duplicate backport 0022282 closed jonalegriaesarte "Create lines from" process does not support decimal quantities in secondary unit field 
Issue History
2012-11-13 13:28maiteNew Issue
2012-11-13 13:28maiteAssigned To => jonalegriaesarte
2012-11-13 13:28maiteModules => Core
2012-11-13 13:28maiteIssue generated from0022282
2012-11-13 13:28maiteRelationship addedhas duplicate 0022282
2012-11-13 13:29maiteversion => 2.50MP47
2012-11-13 13:29maiteTarget Version => 2.50MP48
2012-11-13 13:32maiteIssue Monitored: networkb
2012-11-20 11:09jonalegriaesarteTarget Version2.50MP48 => 2.50MP49
2012-12-10 17:13hgbotCheckin
2012-12-10 17:13hgbotNote Added: 0054807
2012-12-10 17:13hgbotStatusnew => resolved
2012-12-10 17:13hgbotResolutionopen => fixed
2012-12-10 17:13hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/4a6d9fbe53ce5d77bb1b85ff820845bf18e083d0 [^]
2012-12-18 11:44jonalegriaesarteReview Assigned To => maite
2012-12-18 11:44jonalegriaesarteStatusresolved => closed
2012-12-18 11:44jonalegriaesarteFixed in Version => 2.50MP49

Notes
(0054807)
hgbot   
2012-12-10 17:13   
Repository: erp/stable/2.50
Changeset: 4a6d9fbe53ce5d77bb1b85ff820845bf18e083d0
Author: Jon Alegría <jon.alegria <at> openbravo.com>
Date: Mon Dec 10 17:12:43 2012 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/4a6d9fbe53ce5d77bb1b85ff820845bf18e083d0 [^]

Fixes issue 0022283: "Create lines from" process does not support decimal
quantities in secondary unit field

---
M src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_ShipmentPO.xml
---