Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0025402
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 04. Warehouse managementmajoralways2013-12-26 13:442013-12-27 01:23
ReporterVictorVillarView Statuspublic 
Assigned ToVictorVillar 
PriorityurgentResolutionfixedFixed in Version3.0MP31
StatusclosedFix in branchFixed in SCM revision2cf255f462bf
ProjectionnoneETAnoneTarget Version3.0MP31
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned Tongarcia
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

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

DescriptionIt is not possible to validate a costing rule (same products in different lines error). The checking is not completly correct
Steps To ReproduceIt is not possible to validate a costing rule (same products in different lines error). The checking is not completly correct
Proposed SolutionInventoryCountProcess.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')");
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0063083)
hgbot (developer)
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 (developer)
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

- Issue History
Date Modified Username Field Change
2013-12-26 13:44 VictorVillar New Issue
2013-12-26 13:44 VictorVillar Assigned To => dmiguelez
2013-12-26 13:44 VictorVillar Modules => Core
2013-12-26 13:44 VictorVillar Resolution time => 1393974000
2013-12-26 13:44 VictorVillar Triggers an Emergency Pack => No
2013-12-26 13:45 VictorVillar Issue Monitored: networkb
2013-12-26 13:45 VictorVillar Assigned To dmiguelez => VictorVillar
2013-12-26 13:51 hgbot Checkin
2013-12-26 13:51 hgbot Note Added: 0063083
2013-12-26 13:51 hgbot Status new => resolved
2013-12-26 13:51 hgbot Resolution open => fixed
2013-12-26 13:51 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2cf255f462bf04bd1eb87b6c32c371ce67836a56 [^]
2013-12-26 16:30 ngarcia Review Assigned To => ngarcia
2013-12-26 16:30 ngarcia Status resolved => closed
2013-12-26 16:30 ngarcia Fixed in Version => 3.0MP31
2013-12-27 01:23 hudsonbot Checkin
2013-12-27 01:23 hudsonbot Note Added: 0063093


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker