Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0025100
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 04. Warehouse managementmajoralways2013-11-07 13:472013-11-19 19:07
ReporterVictorVillarView Statuspublic 
Assigned Todmiguelez 
PriorityimmediateResolutionfixedFixed in Version3.0MP30
StatusclosedFix in branchFixed in SCM revision9ca1b1bb1f9b
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned Tojonalegriaesarte
Web browser
ModulesCore
Regression levelProduction - QA Approved
Regression date2013-09-17
Regression introduced in release
Regression introduced by commithttps://code.openbravo.com/erp/devel/pi/rev/9e9d793566927a528df740015b26e54049662217 [^]
Triggers an Emergency PackNo
Summary

0025100: Production cost is not calculated in instances with the old cost engine

DescriptionProduction cost is not calculated in instances with the old cost engine
Steps To ReproduceProduction cost is not calculated in instances with the old cost engine
Proposed SolutionInstead 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')
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0062063)
hgbot (developer)
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 (reporter)
2013-11-08 16:53

Verified and working fine.
(0062247)
hudsonbot (developer)
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

- 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 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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker