Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0032004Openbravo ERP04. Warehouse managementpublic2016-01-21 11:492016-01-26 19:49
ngarcia 
Triage Omni WMS 
immediatemajoralways
closedfixed 
5
 
3.0PR15Q4.3 
dmiguelez
Core
No
0032004: Costing Migration Process: processed column of m_transaction table is not set as Y for records with its cost calculated
Costing Migration Process: processed column of m_transaction table is not set as Y for records with its cost calculated
Check that the m_transaction records have the following values:

iscostcalculated = 'Y'
transactioncost <> null
processed = 'N' (It should be 'Y')
No tags attached.
blocks defect 0031979 closed aferraz Costing Migration Process: processed column of m_transaction table is not set as Y for records with its cost calculated 
Issue History
2016-01-25 13:21aferrazTypedefect => backport
2016-01-25 13:21aferrazTarget Version => 3.0PR15Q4.3
2016-01-26 19:48hgbotCheckin
2016-01-26 19:48hgbotNote Added: 0083622
2016-01-26 19:48hgbotStatusscheduled => resolved
2016-01-26 19:48hgbotResolutionopen => fixed
2016-01-26 19:48hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q4.3/rev/13711adb0a5bd5e5f3283bd0ea4b7d37ef20e04a [^]
2016-01-26 19:49dmiguelezReview Assigned To => dmiguelez
2016-01-26 19:49dmiguelezNote Added: 0083623
2016-01-26 19:49dmiguelezStatusresolved => closed

Notes
(0083622)
hgbot   
2016-01-26 19:48   
Repository: erp/backports/3.0PR15Q4.3
Changeset: 13711adb0a5bd5e5f3283bd0ea4b7d37ef20e04a
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Mon Jan 25 13:37:23 2016 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR15Q4.3/rev/13711adb0a5bd5e5f3283bd0ea4b7d37ef20e04a [^]

Fixes issue 32004: Costing Migration Process does not set isprocessed flag

Set transaction isprocessed flag as true in updateTrxLegacyCosts, updateWithZeroCostRemainingTrx and calculateCosts methods in CostingMigrationProcess class.
Set also transaction isprocessed flag as true in initializeOldTrx and updateInventoriesCostAndProcessInitInventories methods in CostingRuleProcess class.

---
M src/org/openbravo/costing/CostingMigrationProcess.java
M src/org/openbravo/costing/CostingRuleProcess.java
---
(0083623)
dmiguelez   
2016-01-26 19:49   
Code Review + Testing Ok