Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0004540
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementminorhave not tried2008-07-30 00:172008-11-25 23:27
ReporterdalsasuaView Statuspublic 
Assigned Toeduardo_Argal 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revision6789
ProjectionnoneETAnoneTarget Version2.40
OSLinux 32 bitDatabaseOracleJava version1.5.0_15
OS VersionUbuntu 8.04HardyDatabase version10.2.0 SEAnt version1.7.0
Product VersionpiSCM revision6012 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0004540: Budget Report do not calculate actual value, if '*' organization selected.

DescriptionBudget Report do not calculate actual value, if '*' organization selected.
Steps To Reproducenew budget, new budget line. both with * organization.
Export Budget to Excel button with Export Actual Data activated. field actual data is empty
Proposed SolutionIn 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

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

- 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 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
Powered by Mantis Bugtracker