Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0005095 | Openbravo ERP | 09. Financial management | public | 2008-09-17 23:20 | 2008-12-16 12:16 |
|
Reporter | galderromo | |
Assigned To | vmromanos | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Gentoo 2.6.24 |
Product Version | | |
Target Version | | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0005095: General Ledger: Record range inconsistency |
Description | The general ledger report has some inconsistencies when calculating the record range.
The beginning point of the range si calculated as:
String strRecordRange = Utility.getContext(this, vars, "#RecordRange", "ReportGeneralLedger");
But then, the view is built using:
String strRecordRange="500";
The problem is #RecordRange is setup to 20, so every time you press Next Range you just view 20 new records. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | GPS-Top20 |
Relationships | related to | defect | 0004494 | | closed | dalsasua | Navigation with the arrows between pages in large HTML reports is not clear |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2008-09-17 23:20 | galderromo | New Issue | |
2008-09-17 23:20 | galderromo | Assigned To | => cromero |
2008-09-17 23:20 | galderromo | sf_bug_id | 0 => 2116847 |
2008-09-17 23:21 | galderromo | Note Added: 0009062 | |
2008-09-22 10:39 | cromero | Status | new => scheduled |
2008-09-22 10:39 | cromero | Note Added: 0009110 | |
2008-09-22 10:39 | cromero | Assigned To | cromero => vmromanos |
2008-09-22 10:39 | cromero | fix_in_branch | => trunk |
2008-09-22 17:49 | galderromo | Note Added: 0009127 | |
2008-09-22 20:11 | galderromo | Issue Monitored: galderromo | |
2008-09-23 12:58 | cromero | Relationship added | related to 0004494 |
2008-09-30 12:27 | pjuvara | Tag Attached: GPS-Top20 | |
2008-09-30 12:27 | pjuvara | Priority | normal => urgent |
2008-09-30 12:27 | pjuvara | fix_in_branch | trunk => |
2008-10-06 10:30 | dalsasua | Status | scheduled => resolved |
2008-10-06 10:30 | dalsasua | Fixed in Version | => trunk |
2008-10-06 10:30 | dalsasua | svn_revision | => 8245 |
2008-10-06 10:30 | dalsasua | Resolution | open => fixed |
2008-10-06 10:30 | dalsasua | Note Added: 0009370 | |
2008-12-16 12:16 | psarobe | Regression testing | => No |
2008-12-16 12:16 | psarobe | Status | resolved => closed |
Notes |
|
|
My proposed solution is to use a different session variable to calculate the ranges. Or at least, calculate the initial record and the view using th same value. |
|
|
|
I would calculate the initial record and the view using the same value (#RecordRange). |
|
|
|
I do not think that is a good idea. Take into account that value is also used on the grid. But on the grid, the value is 20 while the value on the reports is usually 500. So on of them does not make sense. |
|
|
|
There is no problem with the grid, because this value was used in grid only until 2.35 version. So, this bug has been fixed, when fixing https://issues.openbravo.com/view.php?id=4494 [^]
Repository: openbravo
Revision: 8245
Author: davidalsasua
Date: 2008-10-06 10:18:41 +0200 (Mon, 06 Oct 2008)
Fixes Bug 0004494: Navigation with the arrows between pages in large HTML reports is not clear
---
U trunk/src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.java
---
https://dev.openbravo.com/websvn/openbravo/?rev=8245&sc=1 [^] |
|