Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0004540 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | minor | have not tried | 2008-07-30 00:17 | 2008-11-25 23:27 | |||
Reporter | dalsasua | View Status | public | |||||
Assigned To | eduardo_Argal | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 6789 | |||
Projection | none | ETA | none | Target Version | 2.40 | |||
OS | Linux 32 bit | Database | Oracle | Java version | 1.5.0_15 | |||
OS Version | Ubuntu 8.04Hardy | Database version | 10.2.0 SE | Ant version | 1.7.0 | |||
Product Version | pi | SCM revision | 6012 | |||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0004540: Budget Report do not calculate actual value, if '*' organization selected. | |||||||
Description | Budget Report do not calculate actual value, if '*' organization selected. | |||||||
Steps To Reproduce | new budget, new budget line. both with * organization. Export Budget to Excel button with Export Actual Data activated. field actual data is empty | |||||||
Proposed Solution | In ReportBudgetGenerateExcelData, in method selectLines, on line 101 substitute: COALESCE(B.AD_ORG_ID,1) = CASE WHEN B.AD_ORG_ID IS NULL THEN 1 ELSE F.AD_ORG_ID END by: COALESCE(B.AD_ORG_ID,0)= CASE WHEN B.AD_ORG_ID IS NULL THEN 0 ELSE F.AD_ORG_ID END | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0008432) psarobe (viewer) 2008-07-30 13:16 |
David, please write a better explanation of what you mean when saying changing the line (code). Only with that QA cannot know what to check. |
(0008872) svnbot (viewer) 2008-09-03 19:10 |
Repository: openbravo Revision: 6789 Author: eduardoargal Date: 2008-09-03 19:10:52 +0200 (Wed, 03 Sep 2008) Fixes bug 0004540: Budget Report do not calculate actual value, if '*' organization selected. --- U trunk/src/org/openbravo/erpCommon/ad_reports/ReportBudgetGenerateExcel_data.xsql --- https://dev.openbravo.com/websvn/openbravo/?rev=6789&sc=1 [^] |
![]() |
|||
Date Modified | Username | Field | Change |
2008-07-30 00:17 | dalsasua | New Issue | |
2008-07-30 00:17 | dalsasua | Assigned To | => dalsasua |
2008-07-30 00:17 | dalsasua | sf_bug_id | 0 => 2031958 |
2008-07-30 00:17 | dalsasua | OBNetwork customer | => No |
2008-07-30 13:16 | psarobe | Status | new => scheduled |
2008-07-30 13:16 | psarobe | Note Added: 0008432 | |
2008-07-30 13:16 | psarobe | fix_in_branch | => trunk |
2008-08-22 20:23 | dalsasua | Assigned To | dalsasua => eduardo_Argal |
2008-09-03 19:10 | svnbot | Checkin | |
2008-09-03 19:10 | svnbot | Note Added: 0008872 | |
2008-09-03 19:10 | svnbot | Status | scheduled => resolved |
2008-09-03 19:10 | svnbot | Resolution | open => fixed |
2008-09-03 19:10 | svnbot | svn_revision | => 6789 |
2008-11-25 23:27 | psarobe | Regression testing | => No |
2008-11-25 23:27 | psarobe | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |