Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025868 | Openbravo ERP | 09. Financial management | public | 2014-02-28 12:52 | 2014-03-03 18:50 |
|
Reporter | maite | |
Assigned To | eduardo_Argal | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | maite |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 26931 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0025868: Wrong Balance Sheet information randomly |
Description | "getOrderedPreviousYears" method is ordering periods when executing the query against the database, but as values are added to "HasSet" object order is not ensured |
Steps To Reproduce | 1. Run Balance Sheet report for EspaƱa Organization and date 2013 and 2013
2. Run report again with same filters and different value can be obtained |
Proposed Solution | Solution is attached |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0025232 | 3.0MP30 | closed | eduardo_Argal | Using instance variables on the GeneralAccountingReport can cause wrong information on the reports printed | related to | defect | 0024651 | 3.0MP28 | closed | eduardo_Argal | Wrong Balance Sheet is obtained when previous year is not closed |
|
Attached Files | BalanceSheet.diff (1,866) 2014-02-28 12:54 https://issues.openbravo.com/file_download.php?file_id=6725&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2014-02-28 12:52 | maite | New Issue | |
2014-02-28 12:52 | maite | Assigned To | => dmiguelez |
2014-02-28 12:52 | maite | Modules | => Core |
2014-02-28 12:52 | maite | OBNetwork customer | => Yes |
2014-02-28 12:52 | maite | Support ticket | => 26931 |
2014-02-28 12:52 | maite | Triggers an Emergency Pack | => No |
2014-02-28 12:54 | maite | File Added: BalanceSheet.diff | |
2014-02-28 12:55 | maite | Proposed Solution updated | |
2014-02-28 12:55 | maite | Relationship added | related to 0025232 |
2014-02-28 12:55 | maite | Issue Monitored: networkb | |
2014-02-28 13:12 | maite | Assigned To | dmiguelez => eduardo_Argal |
2014-02-28 20:46 | egoitz | Issue Monitored: egoitz | |
2014-02-28 20:48 | egoitz | Note Added: 0064702 | |
2014-03-03 06:33 | pramakrishnan | Review Assigned To | => maite |
2014-03-03 06:33 | pramakrishnan | Status | new => scheduled |
2014-03-03 06:33 | pramakrishnan | Relationship added | related to 0024651 |
2014-03-03 06:34 | hgbot | Checkin | |
2014-03-03 06:34 | hgbot | Note Added: 0064705 | |
2014-03-03 06:34 | hgbot | Status | scheduled => resolved |
2014-03-03 06:34 | hgbot | Resolution | open => fixed |
2014-03-03 06:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d83edb2bcfe72f8fd9603e1f06630f95572a1590 [^] |
2014-03-03 17:38 | hudsonbot | Checkin | |
2014-03-03 17:38 | hudsonbot | Note Added: 0064759 | |
2014-03-03 18:50 | maite | Note Added: 0064769 | |
2014-03-03 18:50 | maite | Status | resolved => closed |
Notes |
|
(0064702)
|
egoitz
|
2014-02-28 20:48
|
|
ON the attached diff the change is to use ArrayList instead of HashSet because on the HashSet there is not order, so on each execution the elements could be read on a different order |
|
|
(0064705)
|
hgbot
|
2014-03-03 06:34
|
|
Repository: erp/devel/pi
Changeset: d83edb2bcfe72f8fd9603e1f06630f95572a1590
Author: Pandeeswari Ramakrishnan <pandeeswari.ramakrishnan <at> openbravo.com>
Date: Mon Mar 03 10:59:20 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/d83edb2bcfe72f8fd9603e1f06630f95572a1590 [^]
Fixes Issue 24651, Fixes Issue 25868: Wrong Balance Sheet information randomly
---
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.java
---
|
|
|
|
|
|
(0064769)
|
maite
|
2014-03-03 18:50
|
|
|