Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009121Openbravo ERPA. Platformpublic2009-05-20 20:162022-02-01 08:08
iperdomo 
Triage Platform Base 
normalmajorhave not tried
acknowledgedopen 
5
2.50MP1 
 
Core
No
0009121: Refactor Print & Email component
The current Print & Email component needs to be re-factored. Some of the founded problems are:

* Close pop-up after printing - related to issue 8457 [1]
* Is a must to have Document templates to be able to print
* There are multi-threading problems on some class members like multiReports and archivedReports
* There are 3 different implementations for rendering a Jasper Report (HttpSecureAppServlet, ReportManager, JasperReport related to issue 6800 [2])


[1] https://issues.openbravo.com/view.php?id=8457 [^]
[2] https://issues.openbravo.com/view.php?id=6800 [^]
* The pop-up must close after printing
* You should able to print without email definition
* Some class PrintController class members shouldn't be class members, but variables passed as parameters
* Combine the different implementations in just one JasperReport rendering method
No tags attached.
related to defect 0009268 closed iperdomo Email icon displays in grid view when it should not 
related to defect 0005558 closed iperdomo Direct print option works only in specific configurations 
related to defect 0009505 closed iperdomo Using the print icon in at least the business partner grid fails when multiple record are selected. 
related to defect 00114812.50MP11 closed iperdomo The email doesn't work in Requisition 
Issue History
2009-05-20 20:16iperdomoNew Issue
2009-05-20 20:16iperdomoAssigned To => rafaroda
2009-05-20 20:16iperdomoRegression testing => No
2009-05-22 16:07rafarodaNote Added: 0016587
2009-05-22 16:07rafarodaAssigned Torafaroda => iperdomo
2009-05-22 16:07rafarodaStatusnew => acknowledged
2009-06-01 17:29rafarodaRelationship addedrelated to 0009268
2009-06-17 18:37iperdomoRelationship addedrelated to 0005558
2009-06-17 18:42iperdomoNote Added: 0017399
2009-06-22 09:29rafarodaRelationship addedrelated to 0009505
2009-11-25 11:15rafarodaRelationship addedrelated to 0011481
2011-11-16 20:30iperdomoTypedefect => design defect
2012-10-11 09:24iperdomoAssigned Toiperdomo => alostale
2013-01-07 06:46eintelauIssue Monitored: eintelau
2017-04-10 14:37alostaleAssigned Toalostale => platform
2022-02-01 08:08alostaleAssigned Toplatform => Triage Platform Base

Notes
(0016587)
rafaroda   
2009-05-22 16:07   
Set to Acknowledged until it is decided when and where this will be fixed.
(0017399)
iperdomo   
2009-06-17 18:42   
Another thing to take into account is the 'direct printing'. Current implementation only works in IE with the Adobe Acrobat Reader ActiveX. The refactor of this component should be able to print directly using a browsers plugin, e.g. xpdf for firefox