Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0010824 | Openbravo ERP | A. Platform | public | 2009-09-30 11:20 | 2010-01-19 01:41 |
|
Reporter | networkb | |
Assigned To | iperdomo | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | rPath Linux |
Product Version | 2.50MP1 | |
Target Version | 2.50MP11 | Fixed in Version | 2.50MP11 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0010824: Loading pop-up window not closing when opening *.fo reports |
Description | Loading pop-up window is not closing automatically when opening *.fo reports. |
Steps To Reproduce | Execute the following reports which are coded in *.fo and lead to a *.pdf file.
1) Click on 'PDF Format' in Sales Management || Analysis Tools || Sales Order Returns Dimensional Report
2) Click on Print icon in Financial Management || Accounting || Analysis Tools || Trial Balance Report
Pop-up remains open loading. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0007025 | | closed | iperdomo | Parameter and "loading" Windows do not close when runing a process | related to | defect | 0013164 | 2.50MP17 | closed | adrianromero | PDF of "Price List Report" does not work |
|
Attached Files | PopUpLoading.png (49,607) 2009-09-30 11:20 https://issues.openbravo.com/file_download.php?file_id=1802&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2009-09-30 11:20 | rafaroda | New Issue | |
2009-09-30 11:20 | rafaroda | Assigned To | => rafaroda |
2009-09-30 11:20 | rafaroda | File Added: PopUpLoading.png | |
2009-09-30 11:21 | rafaroda | Relationship added | related to 0007025 |
2009-09-30 11:21 | rafaroda | Assigned To | rafaroda => iperdomo |
2009-10-01 18:58 | psarobe | Priority | normal => low |
2009-10-01 18:58 | psarobe | Status | new => scheduled |
2009-10-06 09:08 | rafaroda | Note Added: 0020729 | |
2009-11-24 12:32 | gorkaion | Target Version | => 2.50MP11 |
2009-11-24 12:43 | rafaroda | Note Added: 0022136 | |
2009-11-24 12:43 | rafaroda | Reporter | rafaroda => networkb |
2009-11-24 12:43 | rafaroda | Priority | low => high |
2009-11-24 12:43 | rafaroda | version | => 2.50MP1 |
2010-01-04 18:05 | hgbot | Checkin | |
2010-01-04 18:05 | hgbot | Note Added: 0023198 | |
2010-01-04 18:05 | hgbot | Status | scheduled => resolved |
2010-01-04 18:05 | hgbot | Resolution | open => fixed |
2010-01-04 18:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/cb3804b67363908df1c164712799ed5bc2a38f84 [^] |
2010-01-05 09:34 | sureshbabu | Note Added: 0023214 | |
2010-01-05 09:34 | sureshbabu | Status | resolved => closed |
2010-01-05 09:34 | sureshbabu | Fixed in Version | => 2.50MP10 |
2010-01-06 00:00 | anonymous | sf_bug_id | 0 => 2926542 |
2010-01-18 11:31 | sureshbabu | Fixed in Version | 2.50MP10 => 2.50MP11 |
2010-01-19 01:41 | hudsonbot | Checkin | |
2010-01-19 01:41 | hudsonbot | Note Added: 0023527 | |
2010-04-30 13:52 | iperdomo | Relationship added | related to 0013164 |
Notes |
|
|
The same is happening in Master Data Management || Pricing || Price List Report when clicking PDF Format button. |
|
|
|
Upgraded because of OBPS issue. |
|
|
(0023198)
|
hgbot
|
2010-01-04 18:05
|
|
Repository: erp/devel/pi
Changeset: cb3804b67363908df1c164712799ed5bc2a38f84
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Mon Jan 04 18:05:06 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/cb3804b67363908df1c164712799ed5bc2a38f84 [^]
Fixes issue 10824: Refactored renderFO method to close loading popup
---
M src-core/src/org/openbravo/base/HttpBaseServlet.java
M src-db/database/sourcedata/AD_MODEL_OBJECT_MAPPING.xml
M src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
M src/org/openbravo/base/secureApp/PopUp_Download.html
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerEdition.java
M src/org/openbravo/erpCommon/ad_reports/ReportPricelist.html
M src/org/openbravo/erpCommon/ad_reports/ReportPricelist.java
M src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesPDF.java
M src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.html
M src/org/openbravo/erpCommon/ad_reports/ReportTrialBalance.java
---
|
|
|
|
|
|
|
|