Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009421Openbravo ERP08. Project and service managementpublic2009-06-10 15:532009-07-22 00:00
shuehner 
rakheemohanlal 
urgentmajorhave not tried
closedfixed 
5
pi 
pi 
Core
No
0009421: ReportProjectProfitabilityJR: static class members
This report has static class members used from the doPost-method. This will lead to hard to reproduce/timing-dependent bugs when used from multiple users at the same time.
printPageDataSheet does not use the value directly so the usage could just be removed completely.

printPageDataHtml does set the value and then uses it so it does not depends on the printPageDataSheet change => just a local variable in printPageDataHtml and remove the static class member.
No tags attached.
related to defect 0009422 closed sivaraman CreateTaxReport & CreateAccountingReport: static class members 
related to defect 0009423 closed vmromanos UpdateReferenceData has static class members 
related to defect 0009424 closed eduardo_Argal InitialOrgSetup contains many class members (static and non-static) 
Issue History
2009-06-10 15:53shuehnerNew Issue
2009-06-10 15:53shuehnerAssigned To => rafaroda
2009-06-10 16:07shuehnerRelationship addedrelated to 0009422
2009-06-10 16:29shuehnerRelationship addedrelated to 0009423
2009-06-10 16:52shuehnerRelationship addedrelated to 0009424
2009-06-10 17:44psarobeStatusnew => scheduled
2009-06-10 17:44psarobefix_in_branch => pi
2009-06-10 20:51shuehnerAssigned Torafaroda => eduardo_Argal
2009-06-10 20:51shuehnerPrioritynormal => urgent
2009-06-10 20:51shuehnerfix_in_branchpi =>
2009-06-10 20:52shuehnerAssigned Toeduardo_Argal => rafaroda
2009-06-10 20:53shuehnerNote Added: 0017198
2009-07-09 08:55rakheemohanlalAssigned Torafaroda => rakheemohanlal
2009-07-15 14:07hgbotCheckin
2009-07-15 14:07hgbotNote Added: 0018259
2009-07-15 14:07hgbotStatusscheduled => resolved
2009-07-15 14:07hgbotResolutionopen => fixed
2009-07-15 14:07hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/6ba4298064e753a6c8c02d8b2553d7524ec97295 [^]
2009-07-21 10:56sureshbabuStatusresolved => closed
2009-07-21 10:56sureshbabuNote Added: 0018465
2009-07-21 10:56sureshbabuFixed in Version => pi
2009-07-22 00:00anonymoussf_bug_id0 => 2825048

Notes
(0017198)
shuehner   
2009-06-10 20:53   
When starting to work on it: ask to huehner for more info.
(0018259)
hgbot   
2009-07-15 14:07   
Repository: erp/devel/pi
Changeset: 6ba4298064e753a6c8c02d8b2553d7524ec97295
Author: Rakhee Mohanlal <rakhee.mohanlal <at> openbravo.com>
Date: Wed Jul 15 17:35:07 2009 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/6ba4298064e753a6c8c02d8b2553d7524ec97295 [^]

Fixes issue 9421: ReportProjectProfitabilityJR: static class members

---
M src/org/openbravo/erpCommon/ad_reports/ReportProjectProfitabilityJR.java
---
(0018465)
sureshbabu   
2009-07-21 10:56   
Tested