Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025402Openbravo ERP04. Warehouse managementpublic2013-12-26 13:442013-12-27 01:23
VictorVillar 
VictorVillar 
urgentmajoralways
closedfixed 
5
pi 
3.0MP313.0MP31 
ngarcia
Core
No
0025402: It is not possible to validate a costing rule (same products in different lines error)
It is not possible to validate a costing rule (same products in different lines error). The checking is not completly correct
It is not possible to validate a costing rule (same products in different lines error). The checking is not completly correct
InventoryCountProcess.java --> method: runChecks //duplicated products

it is necessary to check the uom too, adding the following statement:

where.append(" and coalesce(icl." + InventoryCountLine.PROPERTY_UOM
        + ", '0') = coalesce(icl2." + InventoryCountLine.PROPERTY_UOM + ", '0')");
No tags attached.
Issue History
2013-12-26 13:44VictorVillarNew Issue
2013-12-26 13:44VictorVillarAssigned To => dmiguelez
2013-12-26 13:44VictorVillarModules => Core
2013-12-26 13:44VictorVillarResolution time => 1393974000
2013-12-26 13:44VictorVillarTriggers an Emergency Pack => No
2013-12-26 13:45VictorVillarIssue Monitored: networkb
2013-12-26 13:45VictorVillarAssigned Todmiguelez => VictorVillar
2013-12-26 13:51hgbotCheckin
2013-12-26 13:51hgbotNote Added: 0063083
2013-12-26 13:51hgbotStatusnew => resolved
2013-12-26 13:51hgbotResolutionopen => fixed
2013-12-26 13:51hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2cf255f462bf04bd1eb87b6c32c371ce67836a56 [^]
2013-12-26 16:30ngarciaReview Assigned To => ngarcia
2013-12-26 16:30ngarciaStatusresolved => closed
2013-12-26 16:30ngarciaFixed in Version => 3.0MP31
2013-12-27 01:23hudsonbotCheckin
2013-12-27 01:23hudsonbotNote Added: 0063093

Notes
(0063083)
hgbot   
2013-12-26 13:51   
Repository: erp/devel/pi
Changeset: 2cf255f462bf04bd1eb87b6c32c371ce67836a56
Author: Victor Villar <victor.villar <at> openbravo.com>
Date: Thu Dec 26 13:48:16 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/2cf255f462bf04bd1eb87b6c32c371ce67836a56 [^]

Fixed issue 25402: It is not possible to validate a costing rule
(same products in different lines error)

---
M src/org/openbravo/materialmgmt/InventoryCountProcess.java
---
(0063093)
hudsonbot   
2013-12-27 01:23   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/2cf255f462bf [^]

Maturity status: Test