Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025053 | Modules | Check Printing | public | 2013-10-30 19:34 | 2014-04-02 13:34 |
|
Reporter | ngarcia | |
Assigned To | AugustoMauch | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | AugustoMauch |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0025053: Check number and due date are editable although the check is printed as the screen is not refreshed |
Description | Check number and due date are editable although the check is printed as the screen is not refreshed. The check status will become Not Printed again |
Steps To Reproduce | As group admin role:
Create a Payment Out with 'Check' Payment Method and Add Details to it
Execute the payment
Go to the Check Printing screen and print the newly created check
Check that the screen is not refreshed and the status of the check remains as "Not printed"
Check that you could edit the Check number and due date fields and if you save the record, the status of the check will not change to Printed
It is because the screen is not refreshed after printing the check
If you refresh the screen after printing the check all the fields become read only |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0024090 | | new | Triage Omni OMS | Modules | Check Printing window should be refreshed after printing a check | related to | defect | 0026095 | 3.0PR14Q2 | closed | shankarb | Openbravo ERP | Add Infrastructure to refresh record after printing record |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-10-30 19:34 | ngarcia | New Issue | |
2013-10-30 19:34 | ngarcia | Assigned To | => jonalegriaesarte |
2013-10-30 19:35 | ngarcia | Relationship added | related to 0024090 |
2014-03-12 10:53 | jonalegriaesarte | Resolution time | => 1395961200 |
2014-03-25 10:08 | Sandrahuguet | Assigned To | jonalegriaesarte => AugustoMauch |
2014-03-27 08:32 | shankarb | Relationship added | related to 0026095 |
2014-03-27 08:44 | hgbot | Checkin | |
2014-03-27 08:44 | hgbot | Note Added: 0065490 | |
2014-03-27 09:17 | pramakrishnan | Review Assigned To | => AugustoMauch |
2014-03-27 09:17 | pramakrishnan | Status | new => scheduled |
2014-03-27 09:19 | hgbot | Checkin | |
2014-03-27 09:19 | hgbot | Note Added: 0065492 | |
2014-03-27 09:19 | hgbot | Status | scheduled => resolved |
2014-03-27 09:19 | hgbot | Resolution | open => fixed |
2014-03-27 09:19 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.finance.checkprinting/rev/49ad8c4675162128c44ac26bd4f050f9bbb14dfd [^] |
2014-03-27 16:17 | hudsonbot | Checkin | |
2014-03-27 16:17 | hudsonbot | Note Added: 0065528 | |
2014-04-02 09:04 | plujan | Note Added: 0066006 | |
2014-04-02 09:04 | plujan | Status | resolved => closed |
2014-04-02 13:31 | plujan | Note Added: 0066069 | |
2014-04-02 13:31 | plujan | Status | closed => new |
2014-04-02 13:31 | plujan | Resolution | fixed => open |
2014-04-02 13:31 | plujan | Status | new => scheduled |
2014-04-02 13:31 | plujan | fix_in_branch | => pi |
2014-04-02 13:31 | plujan | Status | scheduled => resolved |
2014-04-02 13:31 | plujan | Resolution | open => fixed |
2014-04-02 13:34 | AugustoMauch | Note Added: 0066074 | |
2014-04-02 13:34 | AugustoMauch | Status | resolved => closed |
Notes |
|
(0065490)
|
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
---
|
|
|
(0065492)
|
hgbot
|
2014-03-27 09:19
|
|
Repository: erp/pmods/org.openbravo.finance.checkprinting
Changeset: 49ad8c4675162128c44ac26bd4f050f9bbb14dfd
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Thu Mar 27 13:47:52 2014 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.finance.checkprinting/rev/49ad8c4675162128c44ac26bd4f050f9bbb14dfd [^]
Fixes Issue 25053: Check number and due date are editable although the check is printed as the screen is not refreshed
Uses renderJR Method that force refresh the current grid.
---
M src/org/openbravo/finance/checkprinting/erpCommon/ad_reports/Rpt_Check.java
---
|
|
|
|
|
|
(0066006)
|
plujan
|
2014-04-02 09:04
|
|
Closed as it was in Resolved for too long |
|
|
(0066069)
|
plujan
|
2014-04-02 13:31
|
|
Reverted as wrongly closed |
|
|
|
Code reviewed and verified in pi@22778 |
|