Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0009688 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 08. Project and service management | major | always | 2009-06-29 09:44 | 2009-07-16 17:55 | |||
Reporter | arunkumar | View Status | public | |||||
Assigned To | rakheemohanlal | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | pi | |||
Status | closed | Fix in branch | Fixed in SCM revision | 98711645ff0d | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.50MP2 | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0009688: Project Status filter does not work in Project progress Report | |||||||
Description | If we give inputs for the Project Progress report using the filter "Project Status" then it gives error such that it is not an accepted input. | |||||||
Steps To Reproduce | # Go to Project & Service Management -> Analysis Tools -> Project Progress # Give the reference date as 29-06-2009 # Select "open" in the input filter Project Status. # Click "HTML Format". Error popup message appears and it says "Input : OP is not an accepted input" | |||||||
Proposed Solution | We should be able to use the Project Status input filter. | |||||||
Tags | 250MP2QAcylce | |||||||
Attached Files | ProjectProgressReport.JPG [^] (160,498 bytes) 2009-06-29 09:44
| |||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0017761) hgbot (developer) 2009-07-03 06:29 |
Repository: erp/devel/pi Changeset: 802a8eb91eec6a2d200ae26a9533819552a98ac1 Author: Rakhee Mohanlal <rakhee.mohanlal <at> openbravo.com> Date: Fri Jul 03 09:58:11 2009 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/802a8eb91eec6a2d200ae26a9533819552a98ac1 [^] Fixes Issue 9688: Project Status filter does not work in Project progress Report --- M src/org/openbravo/erpCommon/ad_reports/ReportProjectProgress.java --- |
(0017893) shuehner (administrator) 2009-07-03 15:27 |
Re-opened. This change fixes the report, but re-opens the old security problem. The security changes added a validation for incoming parameters but of the wrong type for smoe fields in this report, which make some of the widgets non working. This changed just removed the complete validation fixing the report but re-opening the old problem as no validation is done. Best way is to use the correct validation to solve both problems. The parameter used for these widgets are values of a specific reference (technically value column of ad_ref_list filtered to a specific ad_reference_id). So the best filter would be to filter according to these values. Idea: use UtilityData.getReference with input parameter the ad_reference_id used in the application dictionary for the field in c_project which the request parameter filters (PROJECTSTATUS) and use the getReference result (only the value field) to construct a ValueListFilter to be used for the validation. |
(0018252) hgbot (developer) 2009-07-15 11:27 |
Repository: erp/devel/pi Changeset: 98711645ff0d8e15e985003eb9657bfd3d873a15 Author: Rakhee Mohanlal <rakhee.mohanlal <at> openbravo.com> Date: Wed Jul 15 14:55:32 2009 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/98711645ff0d8e15e985003eb9657bfd3d873a15 [^] Fixes Issue 9688: Project Status filter does not work in Project progress Report --- M src/org/openbravo/erpCommon/ad_reports/ReportProjectProgress.java M src/org/openbravo/erpCommon/utility/Utility.java M src/org/openbravo/erpCommon/utility/Utility_data.xsql --- |
(0018311) sureshbabu (reporter) 2009-07-16 13:05 |
Tested the Project progress report, filter Project status with value open is working fine |
Issue History | |||
Date Modified | Username | Field | Change |
2009-06-29 09:44 | arunkumar | New Issue | |
2009-06-29 09:44 | arunkumar | Assigned To | => rafaroda |
2009-06-29 09:44 | arunkumar | File Added: ProjectProgressReport.JPG | |
2009-06-29 10:58 | arunkumar | Tag Attached: 250MP2QAcylce | |
2009-06-30 18:38 | psarobe | Assigned To | rafaroda => sathiyan |
2009-06-30 18:38 | psarobe | Priority | low => urgent |
2009-06-30 18:38 | psarobe | Severity | minor => major |
2009-06-30 18:38 | psarobe | Status | new => scheduled |
2009-06-30 18:39 | psarobe | Relationship added | related to 0009690 |
2009-06-30 18:42 | psarobe | Relationship added | related to 0009694 |
2009-07-01 12:29 | sathiyan | Assigned To | sathiyan => rakheemohanlal |
2009-07-03 06:29 | hgbot | Checkin | |
2009-07-03 06:29 | hgbot | Note Added: 0017761 | |
2009-07-03 06:29 | hgbot | Status | scheduled => resolved |
2009-07-03 06:29 | hgbot | Resolution | open => fixed |
2009-07-03 06:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/802a8eb91eec6a2d200ae26a9533819552a98ac1 [^] |
2009-07-03 15:27 | shuehner | Status | resolved => new |
2009-07-03 15:27 | shuehner | Resolution | fixed => open |
2009-07-03 15:27 | shuehner | Note Added: 0017893 | |
2009-07-15 11:27 | hgbot | Checkin | |
2009-07-15 11:27 | hgbot | Note Added: 0018252 | |
2009-07-15 11:27 | hgbot | Status | new => resolved |
2009-07-15 11:27 | hgbot | Resolution | open => fixed |
2009-07-15 11:27 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/802a8eb91eec6a2d200ae26a9533819552a98ac1 [^] => http://code.openbravo.com/erp/devel/pi/rev/98711645ff0d8e15e985003eb9657bfd3d873a15 [^] |
2009-07-16 13:05 | sureshbabu | Status | resolved => closed |
2009-07-16 13:05 | sureshbabu | Note Added: 0018311 | |
2009-07-16 13:05 | sureshbabu | Fixed in Version | => pi |
2009-07-16 17:55 | anonymous | sf_bug_id | 0 => 2822579 |
Copyright © 2000 - 2009 MantisBT Group |