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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0023926
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 04. Warehouse managementmajoralways2013-05-28 10:042013-06-03 13:03
ReportermaiteView Statuspublic 
Assigned Tojonalegriaesarte 
PriorityimmediateResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision14c8d925fdc6
ProjectionnoneETAnoneTarget Version3.0MP24
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0023926: Date is truncated in getStockLines method

DescriptionDate is truncated in getStockLines method
Steps To ReproduceIn file CostingRuleProcess.java, in "getStockLines" method, "setDate" method is used when "setTimestamp" should be used so hour:min:seconds info is not lost
Proposed SolutionIn CostingRuleProcess.java, modify line 360, substituting code
"stockLinesQry.setDate("date", date);"
by
"stockLinesQry.setTimestamp("date", date);"
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0058989)
hgbot (developer)
2013-05-28 13:07

Repository: erp/devel/pi
Changeset: 14c8d925fdc66f4d096ce181567d8199734cc92c
Author: Jon Alegría <jon.alegria <at> openbravo.com>
Date: Tue May 28 13:07:15 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/14c8d925fdc66f4d096ce181567d8199734cc92c [^]

Fixes issue 0023926: Date is truncated in getStockLines method

---
M src/org/openbravo/costing/CostingRuleProcess.java
---
(0059093)
hudsonbot (developer)
2013-06-01 02:14

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/31f9b82dde77 [^]

Maturity status: Test
(0059132)
maite (developer)
2013-06-03 13:03

verified

- Issue History
Date Modified Username Field Change
2013-05-28 10:04 maite New Issue
2013-05-28 10:04 maite Assigned To => dmiguelez
2013-05-28 10:04 maite Modules => Core
2013-05-28 10:04 maite Triggers an Emergency Pack => No
2013-05-28 10:04 maite Target Version => 3.0MP24
2013-05-28 10:05 maite Issue Monitored: networkb
2013-05-28 10:20 dmiguelez Assigned To dmiguelez => jonalegriaesarte
2013-05-28 13:07 hgbot Checkin
2013-05-28 13:07 hgbot Note Added: 0058989
2013-05-28 13:07 hgbot Status new => resolved
2013-05-28 13:07 hgbot Resolution open => fixed
2013-05-28 13:07 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/14c8d925fdc66f4d096ce181567d8199734cc92c [^]
2013-06-01 02:14 hudsonbot Checkin
2013-06-01 02:14 hudsonbot Note Added: 0059093
2013-06-03 13:03 maite Note Added: 0059132
2013-06-03 13:03 maite Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker