Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0002930 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | major | always | 2008-04-23 10:44 | 2008-06-18 19:28 | |||
Reporter | user71 | View Status | public | |||||
Assigned To | dalsasua | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 2.40 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | 2.40 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
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 | 0002930: GeneralAccountingReport -> Revenues - Expenses mismatch | |||||||
Description | The 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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(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 |
![]() |
|||
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 |