Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0025402 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 04. Warehouse management | major | always | 2013-12-26 13:44 | 2013-12-27 01:23 | |||
Reporter | VictorVillar | View Status | public | |||||
Assigned To | VictorVillar | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0MP31 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 2cf255f462bf | ||||
Projection | none | ETA | none | Target Version | 3.0MP31 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ngarcia | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 25443 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0025402: It is not possible to validate a costing rule (same products in different lines error) | |||||||
Description | It is not possible to validate a costing rule (same products in different lines error). The checking is not completly correct | |||||||
Steps To Reproduce | It is not possible to validate a costing rule (same products in different lines error). The checking is not completly correct | |||||||
Proposed Solution | 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')"); | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(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 (viewer) 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 |
![]() |
|||
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 | OBNetwork customer | => Yes |
2013-12-26 13:44 | VictorVillar | Support ticket | => 25443 |
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 |