Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0004540Openbravo ERP09. Financial managementpublic2008-07-30 00:172008-11-25 23:27
dalsasua 
eduardo_Argal 
normalminorhave not tried
closedfixed 
20Ubuntu 8.04Hardy
pi 
2.40 
Core
No
0004540: Budget Report do not calculate actual value, if '*' organization selected.
Budget Report do not calculate actual value, if '*' organization selected.
new budget, new budget line. both with * organization.
Export Budget to Excel button with Export Actual Data activated. field actual data is empty
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
No tags attached.
Issue History
2008-07-30 00:17dalsasuaNew Issue
2008-07-30 00:17dalsasuaAssigned To => dalsasua
2008-07-30 00:17dalsasuasf_bug_id0 => 2031958
2008-07-30 13:16psarobeStatusnew => scheduled
2008-07-30 13:16psarobeNote Added: 0008432
2008-07-30 13:16psarobefix_in_branch => trunk
2008-08-22 20:23dalsasuaAssigned Todalsasua => eduardo_Argal
2008-09-03 19:10svnbotCheckin
2008-09-03 19:10svnbotNote Added: 0008872
2008-09-03 19:10svnbotStatusscheduled => resolved
2008-09-03 19:10svnbotResolutionopen => fixed
2008-09-03 19:10svnbotsvn_revision => 6789
2008-11-25 23:27psarobeRegression testing => No
2008-11-25 23:27psarobeStatusresolved => closed

Notes
(0008432)
psarobe   
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   
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 [^]