Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0031979Openbravo ERP04. Warehouse managementpublic2016-01-21 11:492016-03-17 10:55
ngarcia 
aferraz 
immediatemajoralways
closedfixed 
5
 
 
dmiguelez
Core
Production - Confirmed Stable
2014-03-03
3.0PR14Q2
https://code.openbravo.com/erp/devel/pi/rev/8845de885b87 [^]
No
0031979: 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.
related to defect 0031972 closed aferraz Costing Migration Process:Cost of products in closing inventory is calculated by taking into account only shipments and receipts 
related to defect 0031144 closed aferraz Costing Background Process finishes with error if the costing rule is validated with a starting date in the future 
depends on backport 00320033.0PR16Q1 closed Triage Omni WMS Costing Migration Process: processed column of m_transaction table is not set as Y for records with its cost calculated 
depends on backport 00320043.0PR15Q4.3 closed Triage Omni WMS Costing Migration Process: processed column of m_transaction table is not set as Y for records with its cost calculated 
depends on backport 00320053.0PR15Q3.6 closed Triage Omni WMS Costing Migration Process: processed column of m_transaction table is not set as Y for records with its cost calculated 
caused by design defect 0024405 closed dmiguelez It is not possible to calculate warehouse transactions under some circunstancies 
Issue History
2016-01-21 11:49ngarciaNew Issue
2016-01-21 11:49ngarciaAssigned To => Triage Finance
2016-01-21 11:49ngarciaModules => Core
2016-01-21 11:49ngarciaTriggers an Emergency Pack => No
2016-01-21 11:50ngarciaIssue Monitored: networkb
2016-01-21 11:50ngarciaRelationship addedrelated to 0031972
2016-01-21 13:02ngarciaResolution time => 1456009200
2016-01-25 13:06aferrazRelationship addedrelated to 0031144
2016-01-25 13:21aferrazStatusnew => scheduled
2016-01-25 13:21aferrazAssigned ToTriage Finance => aferraz
2016-01-25 13:21aferrazRelationship addedcaused by 0024405
2016-01-25 13:24aferrazRegression level => Production - Confirmed Stable
2016-01-25 13:24aferrazRegression date => 2014-03-03
2016-01-25 13:24aferrazRegression introduced in release => 3.0PR14Q2
2016-01-25 13:24aferrazRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/8845de885b87 [^]
2016-01-26 19:51hgbotCheckin
2016-01-26 19:51hgbotNote Added: 0083626
2016-01-26 19:51hgbotStatusscheduled => resolved
2016-01-26 19:51hgbotResolutionopen => fixed
2016-01-26 19:51hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/bf85e00422d0b07dda77382d4955ee3a47eb6d79 [^]
2016-01-26 19:51dmiguelezReview Assigned To => dmiguelez
2016-01-26 19:51dmiguelezNote Added: 0083627
2016-01-26 19:51dmiguelezStatusresolved => closed
2016-03-17 10:55hudsonbotCheckin
2016-03-17 10:55hudsonbotNote Added: 0085083

Notes
(0083626)
hgbot   
2016-01-26 19:51   
Repository: erp/devel/pi
Changeset: bf85e00422d0b07dda77382d4955ee3a47eb6d79
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Mon Jan 25 13:07:24 2016 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/bf85e00422d0b07dda77382d4955ee3a47eb6d79 [^]

Fixes issue 31979: 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
---
(0083627)
dmiguelez   
2016-01-26 19:51   
Code Review + Testing Ok
(0085083)
hudsonbot   
2016-03-17 10:55   
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/b22fb0500156 [^]
Maturity status: Test