Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0025100Openbravo ERP04. Warehouse managementpublic2013-11-07 13:472013-11-19 19:07
VictorVillar 
dmiguelez 
immediatemajoralways
closedfixed 
5
pi 
3.0MP30 
jonalegriaesarte
Core
Production - QA Approved
2013-09-17
https://code.openbravo.com/erp/devel/pi/rev/9e9d793566927a528df740015b26e54049662217 [^]
No
0025100: Production cost is not calculated in instances with the old cost engine
Production cost is not calculated in instances with the old cost engine
Production cost is not calculated in instances with the old cost engine
Instead of:

AND c.COSTTYPE = 'AVA'
AND v_iscostmigrated = 'Y')

should be:

(c.COSTTYPE = 'AVA' AND v_iscostmigrated = 'Y')
 OR
(c.COSTTYPE = 'AV' AND v_iscostmigrated = 'N')
No tags attached.
Issue History
2013-11-07 13:47VictorVillarNew Issue
2013-11-07 13:47VictorVillarAssigned To => dmiguelez
2013-11-07 13:47VictorVillarModules => Core
2013-11-07 13:47VictorVillarTriggers an Emergency Pack => No
2013-11-07 13:48VictorVillarRegression level => Production - QA Approved
2013-11-07 13:48VictorVillarRegression date => 2013-09-17
2013-11-07 13:48VictorVillarRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/9e9d793566927a528df740015b26e54049662217 [^]
2013-11-07 13:50VictorVillarProposed Solution updated
2013-11-07 13:50VictorVillarIssue Monitored: networkb
2013-11-08 15:45hgbotCheckin
2013-11-08 15:45hgbotNote Added: 0062063
2013-11-08 15:45hgbotStatusnew => resolved
2013-11-08 15:45hgbotResolutionopen => fixed
2013-11-08 15:45hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/9ca1b1bb1f9bb1e9fd5f0739a45b038ff3ed94ba [^]
2013-11-08 16:53jonalegriaesarteReview Assigned To => jonalegriaesarte
2013-11-08 16:53jonalegriaesarteNote Added: 0062064
2013-11-08 16:53jonalegriaesarteStatusresolved => closed
2013-11-08 16:53jonalegriaesarteFixed in Version => 3.0MP30
2013-11-19 19:07hudsonbotCheckin
2013-11-19 19:07hudsonbotNote Added: 0062247

Notes
(0062063)
hgbot   
2013-11-08 15:45   
Repository: erp/devel/pi
Changeset: 9ca1b1bb1f9bb1e9fd5f0739a45b038ff3ed94ba
Author: Victor Villar <victor.villar <at> openbravo.com>
Date: Fri Nov 08 15:43:58 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9ca1b1bb1f9bb1e9fd5f0739a45b038ff3ed94ba [^]

Fixed issue 25100:Production cost is not calculated in instances with the old cost engine

---
M src-db/database/model/functions/MA_PRODUCTION_COST.xml
---
(0062064)
jonalegriaesarte   
2013-11-08 16:53   
Verified and working fine.
(0062247)
hudsonbot   
2013-11-19 19:07   
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/ab71e0273dc1 [^]

Maturity status: Test