Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012334 | Openbravo ERP | 09. Financial management | public | 2010-02-18 11:35 | 2010-03-12 22:40 |
|
Reporter | networkb | |
Assigned To | sathiyan | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP11 | |
Target Version | 2.50MP14 | Fixed in Version | 2.50MP14 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0012334: General Ledger report shown an uncorrect "SALDO" when an organization is selected |
Description | If an organization diferent from *, is selected in the filter, always shows 0 in SALDO field.
However, if * is selected, it shows correctly SALDO. |
Steps To Reproduce | Go to Financial Management > Accounting > Analysis Tools > General Ledger Report.
Search from 01-03-2006 to 01-01-2010.
Select Main, and Smallbazaar USA/Eur.
From Account, 572 (if Spanish COA) to account 572.
See that there is transactions in April.
Modify From date, 01-08-2006.
SALDO shows 0, although there are previous transactions. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-02-18 11:35 | networkb | New Issue | |
2010-02-18 11:35 | networkb | Assigned To | => dalsasua |
2010-02-18 11:35 | networkb | OBNetwork customer | => Yes |
2010-02-18 17:09 | dalsasua | Status | new => scheduled |
2010-02-18 17:09 | dalsasua | Note Added: 0024605 | |
2010-02-18 17:09 | dalsasua | fix_in_branch | => pi |
2010-02-18 17:27 | dalsasua | Note Added: 0024607 | |
2010-02-26 08:35 | dalsasua | Assigned To | dalsasua => sathiyan |
2010-03-01 10:12 | hgbot | Checkin | |
2010-03-01 10:12 | hgbot | Note Added: 0024891 | |
2010-03-01 10:12 | hgbot | Status | scheduled => resolved |
2010-03-01 10:12 | hgbot | Resolution | open => fixed |
2010-03-01 10:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/39934462fbecab0dad4010470a3dfbfb6dee4593 [^] |
2010-03-08 16:05 | jpabloae | Target Version | 2.50MP13 => 2.50MP14 |
2010-03-09 09:23 | arunkumar | Note Added: 0025165 | |
2010-03-09 09:23 | arunkumar | Status | resolved => closed |
2010-03-09 09:23 | arunkumar | Fixed in Version | => 2.50MP13 |
2010-03-10 17:24 | anonymous | sf_bug_id | 0 => |
2010-03-10 18:30 | anonymous | sf_bug_id | => 2968086 |
2010-03-11 10:29 | jpabloae | Fixed in Version | 2.50MP13 => 2.50MP14 |
2010-03-12 22:40 | hudsonbot | Checkin | |
2010-03-12 22:40 | hudsonbot | Note Added: 0025362 | |
Notes |
|
|
Furthermore, * shouldn't be an available organization for this report. |
|
|
|
It seems that in ReportGeneralLedger.java, line 240 says
String strOrgFamily = getFamily(strTreeOrg, strOrg);
getFamily is retrieving organizations from
return Tree.getMembers(this, strTree, strChild);
and it seems that Tree.getMembers with strChild=MainOrgId is returning a set of organizations where MainOrgId is not present... ¿?¿? |
|
|
(0024891)
|
hgbot
|
2010-03-01 10:12
|
|
Repository: erp/devel/pi
Changeset: 39934462fbecab0dad4010470a3dfbfb6dee4593
Author: Sathiyan Sivaprakasam <sathiyan.sivaprakasam <at> openbravo.com>
Date: Mon Mar 01 14:46:02 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/39934462fbecab0dad4010470a3dfbfb6dee4593 [^]
Fixes Issue 12334: General Ledger report shown an uncorrect SALDO
---
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger_data.xsql
---
|
|
|
|
|
|
|
|