Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0039922Openbravo ERPA. Platformpublic2019-01-10 18:202022-02-01 08:07
JONHM 
Triage Platform Base 
normalmajorhave not tried
newopen 
5
 
 
Core
No
0039922: Could be fine to be able to change the behavior by default of 'is_ignore_pagination' parameter when printing reports
Could be fine to be able to change the behavior by default of 'is_ignore_pagination' parameter when printing reports.
Right now is hardcoded by the type of the document in RerportingUtils class, but it's set always as "false" on ReportManager.

Print some document with is_ignore_pagination parameter as 'true'
No tags attached.
Issue History
2019-01-10 18:20JONHMNew Issue
2019-01-10 18:20JONHMAssigned To => platform
2019-01-10 18:20JONHMModules => Core
2019-01-10 18:20JONHMTriggers an Emergency Pack => No
2019-01-10 18:21JONHMNote Added: 0108912
2019-01-10 18:23PracticsIssue Monitored: Practics
2022-02-01 08:07alostaleAssigned Toplatform => Triage Platform Base

Notes
(0108912)
JONHM   
2019-01-10 18:21   
Check those classes:

https://code.openbravo.com/erp/devel/pi/file/tip/src/org/openbravo/erpCommon/utility/reporting/ReportManager.java#l218 [^]

https://code.openbravo.com/erp/devel/pi/file/tip/modules/org.openbravo.client.application/src/org/openbravo/client/application/report/ReportingUtils.java#l1230 [^]