Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0032005Openbravo ERP04. Warehouse managementpublic2016-01-21 11:492016-01-26 19:47
ngarcia 
Triage Omni WMS 
immediatemajoralways
closedfixed 
5
 
3.0PR15Q3.6 
dmiguelez
Core
No
0032005: 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.0PR15Q3.6
2016-01-26 19:47hgbotCheckin
2016-01-26 19:47hgbotNote Added: 0083620
2016-01-26 19:47hgbotStatusscheduled => resolved
2016-01-26 19:47hgbotResolutionopen => fixed
2016-01-26 19:47hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR15Q3.6/rev/6ea2c785f3d7eefb33c0306bc6cb81d8f6b167a0 [^]
2016-01-26 19:47dmiguelezReview Assigned To => dmiguelez
2016-01-26 19:47dmiguelezNote Added: 0083621
2016-01-26 19:47dmiguelezStatusresolved => closed

Notes
(0083620)
hgbot   
2016-01-26 19:47   
Repository: erp/backports/3.0PR15Q3.6
Changeset: 6ea2c785f3d7eefb33c0306bc6cb81d8f6b167a0
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.0PR15Q3.6/rev/6ea2c785f3d7eefb33c0306bc6cb81d8f6b167a0 [^]

Fixes issue 32005: 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
---
(0083621)
dmiguelez   
2016-01-26 19:47   
Code Review + Testing Ok