Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0023911 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 04. Warehouse management | major | always | 2013-05-24 09:55 | 2013-06-20 02:07 | |||
Reporter | VictorVillar | View Status | public | |||||
Assigned To | jonalegriaesarte | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | c6159ccd2e9c | ||||
Projection | none | ETA | none | Target Version | 3.0MP25 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | jecharri | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 20752 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0023911: It is not possible to migrate to the new costing server if you are using second UOM, under some circunstancies | |||||||
Description | It is not possible to migrate to the new costing server if you are using second UOM. When you have not got stock for the first unit of measure, but you have stock for the second unit of measure, you can not migrate. You get '/ by zero' error when the process calculates the cost: Please check, CostingMigrationProcess.java, calculateCosts method, line: 406 BigDecimal cost = trxCost.divide(trx.getMovementQuantity().abs(), costPrecision, BigDecimal.ROUND_HALF_UP); the problem is that the MovementQuantity is zero | |||||||
Steps To Reproduce | It is not possible to migrate to the new costing server if you are using second UOM. When you have not got stock for the first unit of measure, but you have stock for the second unit of measure, you can not migrate. You get '/ by zero' error when the process calculates the cost: Please check, CostingMigrationProcess.java, calculateCosts method, line: 406 BigDecimal cost = trxCost.divide(trx.getMovementQuantity().abs(), costPrecision, BigDecimal.ROUND_HALF_UP); the problem is that the MovementQuantity is zero | |||||||
Proposed Solution | The transaction cost for these transactions should be 0. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0059249) hgbot (developer) 2013-06-06 17:35 |
Repository: erp/devel/pi Changeset: c6159ccd2e9c9fe26a6c0195a14c549f6edaba06 Author: David Miguelez <david.miguelez <at> openbravo.com> Date: Thu Jun 06 17:34:05 2013 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/c6159ccd2e9c9fe26a6c0195a14c549f6edaba06 [^] Fixes Issue 23911. Fixes division by zero. --- M src/org/openbravo/costing/CostingMigrationProcess.java --- |
(0059547) hudsonbot (viewer) 2013-06-20 02:07 |
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/5caf871044ad [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2013-05-24 09:55 | VictorVillar | New Issue | |
2013-05-24 09:55 | VictorVillar | Assigned To | => dmiguelez |
2013-05-24 09:55 | VictorVillar | Modules | => Core |
2013-05-24 09:55 | VictorVillar | OBNetwork customer | => Yes |
2013-05-24 09:55 | VictorVillar | Support ticket | => 20752 |
2013-05-24 09:55 | VictorVillar | Triggers an Emergency Pack | => No |
2013-05-24 09:55 | VictorVillar | Issue Monitored: networkb | |
2013-05-24 14:07 | dmiguelez | Assigned To | dmiguelez => jonalegriaesarte |
2013-06-03 16:38 | jonalegriaesarte | Target Version | 3.0MP24 => 3.0MP25 |
2013-06-06 17:35 | hgbot | Checkin | |
2013-06-06 17:35 | hgbot | Note Added: 0059249 | |
2013-06-06 17:35 | hgbot | Status | new => resolved |
2013-06-06 17:35 | hgbot | Resolution | open => fixed |
2013-06-06 17:35 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c6159ccd2e9c9fe26a6c0195a14c549f6edaba06 [^] |
2013-06-17 16:58 | jecharri | Review Assigned To | => jecharri |
2013-06-17 16:58 | jecharri | Status | resolved => closed |
2013-06-20 02:07 | hudsonbot | Checkin | |
2013-06-20 02:07 | hudsonbot | Note Added: 0059547 |
Copyright © 2000 - 2009 MantisBT Group |