Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0004540 | Openbravo ERP | 09. Financial management | public | 2008-07-30 00:17 | 2008-11-25 23:27 |
|
Reporter | dalsasua | |
Assigned To | eduardo_Argal | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Ubuntu 8.04Hardy |
Product Version | pi | |
Target Version | 2.40 | Fixed in Version | | |
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 |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
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 |