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

Notes
(0083624)
hgbot   
2016-01-26 19:50   
Repository: erp/backports/3.0PR16Q1
Changeset: f09807bd81c44c0d6342c87a51985b868ad1b721
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Mon Jan 25 13:07:24 2016 +0100
URL: http://code.openbravo.com/erp/backports/3.0PR16Q1/rev/f09807bd81c44c0d6342c87a51985b868ad1b721 [^]

Fixes issue 32003: 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 updateInventoriesCostAndProcessInitInventories method in CostingRuleProcess class.

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