Openbravo Issue Tracking System - Modules
View Issue Details
0025053ModulesCheck Printingpublic2013-10-30 19:342014-04-02 13:34
ngarcia 
AugustoMauch 
urgentmajoralways
closedfixed 
5
 
 
AugustoMauch
0025053: Check number and due date are editable although the check is printed as the screen is not refreshed
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
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
No tags attached.
related to design defect 0024090 new Triage Omni OMS Modules Check Printing window should be refreshed after printing a check 
related to defect 00260953.0PR14Q2 closed shankarb Openbravo ERP Add Infrastructure to refresh record after printing record 
Issue History
2013-10-30 19:34ngarciaNew Issue
2013-10-30 19:34ngarciaAssigned To => jonalegriaesarte
2013-10-30 19:35ngarciaRelationship addedrelated to 0024090
2014-03-12 10:53jonalegriaesarteResolution time => 1395961200
2014-03-25 10:08SandrahuguetAssigned Tojonalegriaesarte => AugustoMauch
2014-03-27 08:32shankarbRelationship addedrelated to 0026095
2014-03-27 08:44hgbotCheckin
2014-03-27 08:44hgbotNote Added: 0065490
2014-03-27 09:17pramakrishnanReview Assigned To => AugustoMauch
2014-03-27 09:17pramakrishnanStatusnew => scheduled
2014-03-27 09:19hgbotCheckin
2014-03-27 09:19hgbotNote Added: 0065492
2014-03-27 09:19hgbotStatusscheduled => resolved
2014-03-27 09:19hgbotResolutionopen => fixed
2014-03-27 09:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.finance.checkprinting/rev/49ad8c4675162128c44ac26bd4f050f9bbb14dfd [^]
2014-03-27 16:17hudsonbotCheckin
2014-03-27 16:17hudsonbotNote Added: 0065528
2014-04-02 09:04plujanNote Added: 0066006
2014-04-02 09:04plujanStatusresolved => closed
2014-04-02 13:31plujanNote Added: 0066069
2014-04-02 13:31plujanStatusclosed => new
2014-04-02 13:31plujanResolutionfixed => open
2014-04-02 13:31plujanStatusnew => scheduled
2014-04-02 13:31plujanfix_in_branch => pi
2014-04-02 13:31plujanStatusscheduled => resolved
2014-04-02 13:31plujanResolutionopen => fixed
2014-04-02 13:34AugustoMauchNote Added: 0066074
2014-04-02 13:34AugustoMauchStatusresolved => 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
---
(0065528)
hudsonbot   
2014-03-27 16:17   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/ab1988a067e8 [^]
Maturity status: Test
(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
(0066074)
AugustoMauch   
2014-04-02 13:34   
Code reviewed and verified in pi@22778