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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0002930
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementmajoralways2008-04-23 10:442008-06-18 19:28
Reporteruser71View Statuspublic 
Assigned Todalsasua 
PriorityhighResolutionfixedFixed in Version2.40
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version2.40
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0002930: GeneralAccountingReport -> Revenues - Expenses mismatch

DescriptionThe GeneralAccountingReport shows a mismatch in the Revenues-Expenses amount due to a bug in the selectPyG statement.

The statement has a subselect that returns repeated values:

SELECT ACCOUNT_ID
FROM C_ELEMENTVALUE, C_VALIDCOMBINATION
WHERE C_VALIDCOMBINATION.ACCOUNT_ID = C_ELEMENTVALUE.C_ELEMENTVALUE_ID
AND C_ELEMENTVALUE.ACCOUNTTYPE = ?)

This makes the overall of the whole amount different that it should be. I thin the statement should be like it follows:

SELECT DISTINCT ACCOUNT_ID
FROM C_ELEMENTVALUE, C_VALIDCOMBINATION
WHERE C_VALIDCOMBINATION.ACCOUNT_ID = C_ELEMENTVALUE.C_ELEMENTVALUE_ID
AND C_ELEMENTVALUE.ACCOUNTTYPE = ?)


Cheers
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0003618)
cromero (viewer)
2008-04-28 10:23
edited on: 2008-06-12 09:25

Logged In: YES
user_id=1500614
Originator: NO

This bug has been found in a OB 2.35 version
(0006519)
user71
2005-06-01 00:00
edited on: 2008-06-12 09:43

This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1949459 [^]
(0007845)
eduardo_Argal (viewer)
2008-06-18 19:28

It was fixed previously

- Issue History
Date Modified Username Field Change
2008-06-13 18:33 psarobe Priority normal => high
2008-06-13 18:33 psarobe Severity minor => major
2008-06-13 18:33 psarobe Description Updated
2008-06-13 18:34 psarobe Status new => scheduled
2008-06-13 19:59 cromero Target Version => 2.40
2008-06-18 19:28 eduardo_Argal Status scheduled => closed
2008-06-18 19:28 eduardo_Argal Note Added: 0007845
2008-06-18 19:28 eduardo_Argal Resolution open => fixed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker