Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015492Openbravo ERP09. Financial managementpublic2010-12-20 18:172011-04-12 00:00
psarobe 
adrianromero 
urgentminoralways
closedfixed 
5
3.0RC3 
3.0RC6 
Core
No
0015492: Page number is lost once you click the Search button
This happens in the following reports

accounting reports
.Balance sheet and P&L
.General Ledger Report
.General Ledger Journal
in pdf format, should have page number

(psanjuan = Trial Balance should be also taken into account)
Go to each report and execute them clicking the Search button. Right now the issue is that if you change the page number before clicking the Search button, once the page is refreshed the number is again 1.

Financial Management || Accounting || Analysis Tools || Balance sheet and P&L structure || Balance sheet and P&L structure

Financial Management || Accounting || Analysis Tools || Trial balance|| Trial balance

Financial Management || Accounting || Analysis Tools || General ledger || Genera ledger

Financial Management || Accounting || Analysis Tools || General ledger journal || General ledger journal
No tags attached.
related to defect 00148962.50MP25 closed adrianromero accounting reports should have page number 
depends on backport 0015493 closed adrianromero Page number is lost once you click the Search button 
Issue History
2010-12-20 18:17psarobeNew Issue
2010-12-20 18:17psarobeAssigned To => adrianromero
2010-12-20 18:17psarobeModules => Core
2010-12-20 18:17psarobeRelationship addedrelated to 0014896
2010-12-20 18:18psarobeStatusnew => scheduled
2010-12-20 18:18psarobefix_in_branch => pi
2010-12-22 16:03adrianromeroversionpi => 3.0RC3
2010-12-22 16:03adrianromerofix_in_branchpi =>
2011-03-02 15:45hgbotCheckin
2011-03-02 15:45hgbotNote Added: 0034509
2011-03-02 15:45hgbotStatusscheduled => resolved
2011-03-02 15:45hgbotResolutionopen => fixed
2011-03-02 15:45hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2ea22c51e5ebed33afbfead5a7aeca8741134ece [^]
2011-04-11 22:08psarobeNote Added: 0035837
2011-04-11 22:08psarobeStatusresolved => closed
2011-04-11 22:08psarobeFixed in Version => 3.0RC6
2011-04-12 00:00anonymoussf_bug_id0 => 3284830

Notes
(0034509)
hgbot   
2011-03-02 15:45   
Repository: erp/devel/pi
Changeset: 2ea22c51e5ebed33afbfead5a7aeca8741134ece
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed Mar 02 15:43:59 2011 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/2ea22c51e5ebed33afbfead5a7aeca8741134ece [^]

Fixes issue 0015492: Page number is lost once you click the Search button
It has been added the capability of storing in the session the initial page number value in the reports: Balance sheet, Trial balance, General ledger and General ledger journal

---
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.java
M src/org/openbravo/erpCommon/ad_reports/GeneralAccountingReports.xml
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.java
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedger.xml
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.java
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.xml
M src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.java
M src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.xml
---
(0035837)
psarobe   
2011-04-11 22:08   
Fixed