Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0023035 | Openbravo ERP | 04. Warehouse management | public | 2013-02-11 22:34 | 2013-02-20 04:50 |
Reporter | VictorVillar | ||||
Assigned To | dmiguelez | ||||
Priority | immediate | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | 3.0MP21 | Fixed in Version | |||
Merge Request Status | |||||
Review Assigned To | dmiguelez | ||||
OBNetwork customer | OBPS | ||||
Web browser | |||||
Modules | Core | ||||
Support ticket | 19459 | ||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0023035: Randomly wrong cost calculation for Goods movements transactions | ||||
Description | Randomly wrong cost calculation for Goods movements transactions. | ||||
Steps To Reproduce | Under some circunstancies, not defined yet, it happens that the cost for one of Goods Movement transaction (incoming) is 0. The reason could be that TransactionCostList object is empty on getTransactionCost() method in CostingUtils.java | ||||
Proposed Solution | There could be two solutions: 1.- See the attached .diff 2.- On the CostingServer.java, createTransactionCost() method, we have: TransactionCost transactionCost = OBProvider.getInstance().get(TransactionCost.class); ... OBDal.getInstance().save(transactionCost); and the solution could be: List<TransactionCost> tcostList = transaction.getTransactionCostList(); tcostList.add(transactionCost); | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://issues.openbravo.com/file_download.php?file_id=5966&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-02-11 22:34 | VictorVillar | New Issue | |||
2013-02-11 22:34 | VictorVillar | Assigned To | => dmiguelez | ||
2013-02-11 22:34 | VictorVillar | File Added: 19459.diff | |||
2013-02-11 22:34 | VictorVillar | Modules | => Core | ||
2013-02-11 22:34 | VictorVillar | OBNetwork customer | => Yes | ||
2013-02-11 22:34 | VictorVillar | Support ticket | => 19459 | ||
2013-02-11 22:34 | VictorVillar | Triggers an Emergency Pack | => No | ||
2013-02-11 22:34 | VictorVillar | Issue Monitored: networkb | |||
2013-02-11 22:47 | VictorVillar | Note Added: 0056351 | |||
2013-02-11 22:52 | VictorVillar | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=4397#r4397 | ||
2013-02-11 22:53 | VictorVillar | Reproducibility | always => sometimes | ||
2013-02-18 15:51 | hgbot | Checkin | |||
2013-02-18 15:51 | hgbot | Note Added: 0056524 | |||
2013-02-18 15:51 | hgbot | Status | new => resolved | ||
2013-02-18 15:51 | hgbot | Resolution | open => fixed | ||
2013-02-18 15:51 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/175182b0760a68e06dce64b19afdbdeb59a76957 [^] | ||
2013-02-18 16:24 | dmiguelez | Review Assigned To | => dmiguelez | ||
2013-02-18 16:24 | dmiguelez | Note Added: 0056527 | |||
2013-02-18 16:24 | dmiguelez | Status | resolved => closed | ||
2013-02-20 04:50 | hudsonbot | Checkin | |||
2013-02-20 04:50 | hudsonbot | Note Added: 0056621 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|