Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0026095 | Openbravo ERP | A. Platform | public | 2014-03-27 08:31 | 2014-05-07 18:11 |
|
Reporter | shankarb | |
Assigned To | shankarb | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR14Q2 | Fixed in Version | 3.0PR14Q2 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
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 | 0026095: Add Infrastructure to refresh record after printing record |
Description | When a record is printed and there if some values are altered in the record, it is not shown until the record is refreshed. Add infrastructure to allow refreshing record after printing. |
Steps To Reproduce | Steps in issue[1]
[1] https://issues.openbravo.com/view.php?id=25053 [^] |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0025053 | | closed | AugustoMauch | Modules | Check number and due date are editable although the check is printed as the screen is not refreshed | related to | defect | 0026138 | 3.0PR14Q3 | closed | shankarb | Openbravo ERP | Small code clean up in HSAS |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-03-27 08:31 | shankarb | New Issue | |
2014-03-27 08:31 | shankarb | Assigned To | => shankarb |
2014-03-27 08:31 | shankarb | Modules | => Core |
2014-03-27 08:31 | shankarb | Triggers an Emergency Pack | => No |
2014-03-27 08:31 | shankarb | Review Assigned To | => AugustoMauch |
2014-03-27 08:31 | shankarb | Target Version | => PR14Q2 |
2014-03-27 08:32 | shankarb | Relationship added | related to 0025053 |
2014-03-27 08:43 | shankarb | Issue Monitored: AugustoMauch | |
2014-03-27 08:44 | hgbot | Checkin | |
2014-03-27 08:44 | hgbot | Note Added: 0065491 | |
2014-03-27 08:44 | hgbot | Status | new => resolved |
2014-03-27 08:44 | hgbot | Resolution | open => fixed |
2014-03-27 08:44 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c3112a8c4e22f001322db883a859eda341b7ad43 [^] |
2014-03-27 10:31 | shankarb | Note Added: 0065499 | |
2014-03-27 13:25 | hgbot | Checkin | |
2014-03-27 13:25 | hgbot | Note Added: 0065520 | |
2014-03-27 15:04 | hgbot | Checkin | |
2014-03-27 15:04 | hgbot | Note Added: 0065524 | |
2014-03-27 16:17 | hudsonbot | Checkin | |
2014-03-27 16:17 | hudsonbot | Note Added: 0065527 | |
2014-03-27 16:45 | shankarb | Note Added: 0065532 | |
2014-03-27 16:45 | shankarb | Status | resolved => new |
2014-03-27 16:45 | shankarb | Resolution | fixed => open |
2014-03-27 16:47 | shankarb | Summary | Record not refreshed after printing record => Add Infrastructure to refresh record after printing record |
2014-03-27 16:47 | shankarb | Description Updated | bug_revision_view_page.php?rev_id=5634#r5634 |
2014-03-27 16:47 | shankarb | Status | new => scheduled |
2014-03-27 16:47 | shankarb | fix_in_branch | => pi |
2014-03-27 16:48 | shankarb | Status | scheduled => resolved |
2014-03-27 16:48 | shankarb | Resolution | open => fixed |
2014-03-28 04:44 | hudsonbot | Checkin | |
2014-03-28 04:44 | hudsonbot | Note Added: 0065554 | |
2014-03-28 04:44 | hudsonbot | Checkin | |
2014-03-28 04:44 | hudsonbot | Note Added: 0065555 | |
2014-03-31 16:52 | AugustoMauch | Note Added: 0065625 | |
2014-03-31 16:52 | AugustoMauch | Status | resolved => closed |
2014-03-31 16:52 | AugustoMauch | Fixed in Version | => PR14Q2 |
2014-04-02 09:16 | alostale | Relationship added | related to 0026138 |
2014-04-06 14:58 | hgbot | Checkin | |
2014-04-06 14:58 | hgbot | Note Added: 0066190 | |
2014-05-07 18:11 | hudsonbot | Checkin | |
2014-05-07 18:11 | hudsonbot | Note Added: 0066894 | |
Notes |
|
(0065491)
|
hgbot
|
2014-03-27 08:44
|
|
Repository: erp/devel/pi
Changeset: c3112a8c4e22f001322db883a859eda341b7ad43
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu Mar 27 13:07:49 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/c3112a8c4e22f001322db883a859eda341b7ad43 [^]
Fixes Issue 26095, related to issue 25053 : Record not refreshed after printing record
Added a new method printPagePopUpDownloadAndRefresh to enable refreshing the grid after printing the record.
Added a new argument 'forceRefresh' in renderJR method to force refresh the grid.
---
M src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
A src/org/openbravo/base/secureApp/PopUp_DownloadAndRefresh.html
A src/org/openbravo/base/secureApp/PopUp_DownloadAndRefresh.xml
---
|
|
|
(0065499)
|
shankarb
|
2014-03-27 10:31
|
|
When jasper reports are printed, renderJR method is getting called and if the report is printed then printPagePopUpDownload was called earlier. This method prints the report as pdf and then closes the popup. Now if forceRefresh is set to true, then printPagePopUpDownloadAndRefresh method is called. This method prints the report as pdf and also refreshes the current tab grid.
By default the forceRefresh is set to false. So unless it is explicitly set to true, the current grid will not be refreshed. |
|
|
(0065520)
|
hgbot
|
2014-03-27 13:25
|
|
Repository: erp/devel/pi
Changeset: 3e4580cd815633775d0dca6a4742ed881829ba6a
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu Mar 27 17:53:22 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/3e4580cd815633775d0dca6a4742ed881829ba6a [^]
Related to Issue 26095 : Code review changes
Updated copyright information to Openbravo public license
Updated printPagePopUpDownloadAndRefresh from protected to private method.
---
M src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
M src/org/openbravo/base/secureApp/PopUp_DownloadAndRefresh.html
M src/org/openbravo/base/secureApp/PopUp_DownloadAndRefresh.xml
---
|
|
|
(0065524)
|
hgbot
|
2014-03-27 15:04
|
|
|
|
|
|
|
(0065532)
|
shankarb
|
2014-03-27 16:45
|
|
Reopening issue to update issue description |
|
|
|
|
|
|
|
|
|
Code reviewed and verified in pi@4cfc70bcbf42 |
|
|
(0066190)
|
hgbot
|
2014-04-06 14:58
|
|
|
|
|
|