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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0035252
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 07. Sales managementmajoralways2017-02-13 22:112017-03-23 16:52
Reportermarkmm82View Statuspublic 
Assigned Tocollazoandy4 
PriorityurgentResolutionfixedFixed in Version3.0PR17Q2
StatusclosedFix in branchFixed in SCM revisiona01dd96ef7eb
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned Tomarkmm82
Web browser
ModulesCore
Regression levelProduction - Confirmed Stable
Regression date2016-04-28
Regression introduced in release3.0PR16Q3
Regression introduced by commithttp://code.openbravo.com/erp/devel/pi/rev/b115497583a1 [^]
Triggers an Emergency PackNo
Summary

0035252: Selected General Ledger filter value changes when pagination is executed in the Journal Entries report

DescriptionSelected General Ledger filter value changes when pagination is executed in the Journal Entries report. It seems that the report always reload the GL field and use the first value in the combo to execute the report causing be impossible to see more entries than retrieved in the first page if the selected General Ledger is not the first one in the General Ledger filter.
Steps To Reproduce1. Go to Journal Entries Report.
2. Select a valid From and To dates.
3. Set Organization filter as "F&B España S.A"
4. Set General Ledger filter as "F&B International Group US/A/US Dollar".
5. Run the report, and notice:
   Organization filter = "F&B España S.A"
   General Ledger filter as "F&B International Group US/A/US Dollar"
   In the grid of resulting values you can see entries related to US Dollar.
   At top, you will see that a yellow arrow with hint "Go to Next Record Range" has been enabled.
6. Go to the next page and notice:
   Organization filter = "F&B España S.A"
   General Ledger filter has changed to "F&B España, S.A. US/A/Euro". This is wrong.
   In the grid of resulting values you can see entries related to Euro instead of Dollar. This is wrong.
   Now two arrows are enabled (to go to the next page, and to go back to the previous page)
7. If you go to the previous page you should see the same than obtained in step 5 but you get other results related to "F&B España, S.A. US/A/Euro" GL.
   
Proposed SolutionPass the General Ledger filter as parameter when pagination is executed, just like is currently doing with the Organization filter.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 00352763.0PR17Q1 closedcollazoandy4 Selected General Ledger filter value changes when pagination is executed in the Journal Entries report 
depends on backport 00352773.0PR16Q4.3 closedcollazoandy4 Selected General Ledger filter value changes when pagination is executed in the Journal Entries report 
depends on backport 00352783.0PR16Q3.6 closedcollazoandy4 Selected General Ledger filter value changes when pagination is executed in the Journal Entries report 
caused by defect 00325353.0PR16Q3 closedmarkmm82 Report's currency and report's general ledger should be defaulted to organization's currency and organization's general ledger 
related to defect 0035266 closedcollazoandy4 "General Ledger" filter is removed when pressing "next page" in General Ledger Report HTML 

-  Notes
(0094477)
hgbot (developer)
2017-02-20 15:39

Repository: erp/devel/pi
Changeset: a01dd96ef7eb8e6d9fe2841fae4eddd4c5f82437
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Thu Feb 16 11:46:12 2017 -0500
URL: http://code.openbravo.com/erp/devel/pi/rev/a01dd96ef7eb8e6d9fe2841fae4eddd4c5f82437 [^]

Fixes issue 35252: General Ledger filter changes with pagination in JE Report

Selected General Ledger filter value changes when pagination is executed in the
Journal Entries report

The General Ledger filter is not kept in the session to make use in the pagination.
For the solution, was saved the General Ledger Filter in the session every time
the search is executed (FIND action). By default, if there is any GL in the
session, the GL field will use the defaulted for the selected org. When paginating
always is used the account schema id stored in the session.

---
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java
---
(0094483)
markmm82 (developer)
2017-02-20 15:54

Code review + testing OK
(0095198)
hudsonbot (developer)
2017-03-15 20:19

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/54e102bef53e [^]
Maturity status: Test

- Issue History
Date Modified Username Field Change
2017-02-13 22:11 markmm82 New Issue
2017-02-13 22:11 markmm82 Assigned To => Triage Finance
2017-02-13 22:11 markmm82 Modules => Core
2017-02-13 22:11 markmm82 Triggers an Emergency Pack => No
2017-02-13 22:16 markmm82 Description Updated View Revisions
2017-02-14 17:55 vmromanos Relationship added related to 0035266
2017-02-14 22:24 markmm82 Assigned To Triage Finance => collazoandy4
2017-02-15 16:45 markmm82 Relationship added caused by 0032535
2017-02-15 16:48 markmm82 Status new => acknowledged
2017-02-15 16:56 markmm82 Status acknowledged => scheduled
2017-02-15 17:43 markmm82 Review Assigned To => markmm82
2017-02-15 17:43 markmm82 Resolution time => 1487286000
2017-02-15 17:43 markmm82 Regression level => Production - Confirmed Stable
2017-02-15 17:43 markmm82 Regression date => 2016-04-28
2017-02-15 17:43 markmm82 Regression introduced in release => 3.0PR16Q3
2017-02-15 17:43 markmm82 Regression introduced by commit => http://code.openbravo.com/erp/devel/pi/rev/b115497583a1 [^]
2017-02-20 15:39 hgbot Checkin
2017-02-20 15:39 hgbot Note Added: 0094477
2017-02-20 15:39 hgbot Status scheduled => resolved
2017-02-20 15:39 hgbot Resolution open => fixed
2017-02-20 15:39 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/a01dd96ef7eb8e6d9fe2841fae4eddd4c5f82437 [^]
2017-02-20 15:54 markmm82 Note Added: 0094483
2017-02-20 15:54 markmm82 Status resolved => closed
2017-02-20 15:54 markmm82 Fixed in Version => 3.0PR17Q2
2017-03-15 20:19 hudsonbot Checkin
2017-03-15 20:19 hudsonbot Note Added: 0095198


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker