Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0023282Openbravo ERP04. Warehouse managementpublic2013-03-12 10:422013-03-12 11:21
VictorVillar 
ioritzCia 
urgentmajoralways
closedfixed 
5
pi 
3.0MP22 
VictorVillar
Core
No
0023282: Costing Server should get Product Price (Default Cost) using the Transaction Process Date
Costing Server should get Product Price (Default Cost) using the Transaction Process Date instead of the Transaction Movement date.
Costing Server should get Product Price (Default Cost) using the Transaction Process Date instead of the Transaction Movement date.
In CostingAlgorithm.java, method: getDefaultCost()
The ProductPrice: should use the transaction process date, as follows:

ProductPrice pp = FinancialUtils.getProductPrice(transaction.getProduct(),
        transaction.getTransactionProcessDate(), false, pricelist, false);
No tags attached.
Issue History
2013-03-12 10:42VictorVillarNew Issue
2013-03-12 10:42VictorVillarAssigned To => dmiguelez
2013-03-12 10:42VictorVillarModules => Core
2013-03-12 10:42VictorVillarTriggers an Emergency Pack => No
2013-03-12 10:42VictorVillarIssue Monitored: networkb
2013-03-12 10:54dmiguelezAssigned Todmiguelez => ioritzCia
2013-03-12 11:04hgbotCheckin
2013-03-12 11:04hgbotNote Added: 0057198
2013-03-12 11:04hgbotStatusnew => resolved
2013-03-12 11:04hgbotResolutionopen => fixed
2013-03-12 11:04hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/0a2de0f9f22fbb99c0ef03f2af10ae60fd37376c [^]
2013-03-12 11:21VictorVillarReview Assigned To => VictorVillar
2013-03-12 11:21VictorVillarNote Added: 0057200
2013-03-12 11:21VictorVillarStatusresolved => closed

Notes
(0057198)
hgbot   
2013-03-12 11:04   
Repository: erp/devel/pi
Changeset: 0a2de0f9f22fbb99c0ef03f2af10ae60fd37376c
Author: Ioritz Cia <ioritz.cia <at> openbravo.com>
Date: Tue Mar 12 11:04:06 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/0a2de0f9f22fbb99c0ef03f2af10ae60fd37376c [^]

Fixes issue 23282: Costing Server should get Product Price (Default Cost),
using the Transaction Process Date.

---
M src/org/openbravo/costing/CostingAlgorithm.java
---
(0057200)
VictorVillar   
2013-03-12 11:21   
Verified + Gorka Ion Code review