Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025100 | Openbravo ERP | 04. Warehouse management | public | 2013-11-07 13:47 | 2013-11-19 19:07 |
|
Reporter | VictorVillar | |
Assigned To | dmiguelez | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | 3.0MP30 | |
Merge Request Status | |
Review Assigned To | jonalegriaesarte |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Production - QA Approved |
Regression date | 2013-09-17 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/9e9d793566927a528df740015b26e54049662217 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0025100: Production cost is not calculated in instances with the old cost engine |
Description | Production cost is not calculated in instances with the old cost engine |
Steps To Reproduce | Production cost is not calculated in instances with the old cost engine |
Proposed Solution | 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') |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-11-07 13:47 | VictorVillar | New Issue | |
2013-11-07 13:47 | VictorVillar | Assigned To | => dmiguelez |
2013-11-07 13:47 | VictorVillar | Modules | => Core |
2013-11-07 13:47 | VictorVillar | OBNetwork customer | => No |
2013-11-07 13:47 | VictorVillar | Triggers an Emergency Pack | => No |
2013-11-07 13:48 | VictorVillar | Regression level | => Production - QA Approved |
2013-11-07 13:48 | VictorVillar | Regression date | => 2013-09-17 |
2013-11-07 13:48 | VictorVillar | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/9e9d793566927a528df740015b26e54049662217 [^] |
2013-11-07 13:50 | VictorVillar | Proposed Solution updated | |
2013-11-07 13:50 | VictorVillar | Issue Monitored: networkb | |
2013-11-08 15:45 | hgbot | Checkin | |
2013-11-08 15:45 | hgbot | Note Added: 0062063 | |
2013-11-08 15:45 | hgbot | Status | new => resolved |
2013-11-08 15:45 | hgbot | Resolution | open => fixed |
2013-11-08 15:45 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9ca1b1bb1f9bb1e9fd5f0739a45b038ff3ed94ba [^] |
2013-11-08 16:53 | jonalegriaesarte | Review Assigned To | => jonalegriaesarte |
2013-11-08 16:53 | jonalegriaesarte | Note Added: 0062064 | |
2013-11-08 16:53 | jonalegriaesarte | Status | resolved => closed |
2013-11-08 16:53 | jonalegriaesarte | Fixed in Version | => 3.0MP30 |
2013-11-19 19:07 | hudsonbot | Checkin | |
2013-11-19 19:07 | hudsonbot | Note Added: 0062247 | |