Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0014897Openbravo ERP09. Financial managementpublic2010-10-18 11:582010-12-21 00:00
networkb 
sivaraman 
normalminoralways
closedfixed 
20Community Appliance
2.50MP22 
2.50MP25 
Core
No
0014897: in General Ledger Journal, a break page doesn't should break an entry
in general ledger journal, in pdf format, the break pages can cut the entries.
All entries should be shown completly in the same page
. run general ledger journal and export to PDF
In the ReportGeneralLedgerJournal.jrxml report -> band detail -> properties of the band -> un-check the "allow break" flag
No tags attached.
Issue History
2010-10-18 11:58networkbNew Issue
2010-10-18 11:58networkbAssigned To => dalsasua
2010-10-18 16:48psarobeNote Added: 0031919
2010-10-18 16:48psarobeStatusnew => feedback
2010-10-18 17:08dalsasuaProposed Solution updated
2010-10-18 17:23networkbNote Added: 0031923
2010-10-27 10:17jonalegriaesarteStatusfeedback => new
2010-11-02 09:01balamuruganAssigned Todalsasua => balamurugan
2010-11-08 10:39balamuruganAssigned Tobalamurugan => dalsasua
2010-11-08 16:37adrianromeroAssigned Todalsasua => adrianromero
2010-11-08 16:43adrianromeroNote Added: 0032470
2010-11-08 16:44adrianromeroNote Edited: 0032470bug_revision_view_page.php?bugnote_id=0032470#r1170
2010-11-24 06:37sivaramanAssigned Toadrianromero => sivaraman
2010-11-24 06:44hgbotCheckin
2010-11-24 06:44hgbotNote Added: 0032802
2010-11-24 06:44hgbotStatusnew => resolved
2010-11-24 06:44hgbotResolutionopen => fixed
2010-11-24 06:44hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/60c3a95d2d36e83001b513b3cb4cee94a66f56e3 [^]
2010-11-24 06:53sivaramanNote Added: 0032803
2010-11-30 17:52hudsonbotCheckin
2010-11-30 17:52hudsonbotNote Added: 0032942
2010-12-20 13:38psarobeNote Added: 0033290
2010-12-20 13:38psarobeStatusresolved => closed
2010-12-21 00:00anonymoussf_bug_id0 => 3140994

Notes
(0031919)
psarobe   
2010-10-18 16:48   
What if an entry is longer than a page?
(0031923)
networkb   
2010-10-18 17:23   
in this case, the entry should be cut, but it should be indicated with a note of type:
 entry not complete in this page, it is continued in the next page
(0032470)
adrianromero   
2010-11-08 16:43   
(edited on: 2010-11-08 16:44)
This fix will depend on the functionality provided by the report engine (JasperReports) activating/deactivating property. This property allows to/not to break page for a section. No further behaviors will be possible to implement.

(0032802)
hgbot   
2010-11-24 06:44   
Repository: erp/devel/pi
Changeset: 60c3a95d2d36e83001b513b3cb4cee94a66f56e3
Author: Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com>
Date: Wed Nov 24 11:13:10 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/60c3a95d2d36e83001b513b3cb4cee94a66f56e3 [^]

Fixes issue 14897: in General Ledger Journal, a break page doesn't should break an entry

Two static text fields have been added in Page Header and Page Footer respectively. The will be visible only if Entry lines breaks or starts on next page.

---
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src/org/openbravo/erpCommon/ad_reports/ReportGeneralLedgerJournal.jrxml
---
(0032803)
sivaraman   
2010-11-24 06:53   
Steps to test:

Verify the following scenarios in PDF report of General Ledger Journal.

1. 'please turn over' will be appeared in page footer If page ends with Entry Header and all lines goes to next page

2. 'continued..' will be appeared in page header if page starts with Entry lines continued from last page
(0032942)
hudsonbot   
2010-11-30 17:52   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/60c3a95d2d36 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/7c27b4b566df [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.19017.obx [^]
(0033290)
psarobe   
2010-12-20 13:38   
Tested and working fine as per the requirements