Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0024152Openbravo ERP07. Sales managementpublic2013-06-21 11:222013-06-25 17:27
maite 
AugustoMauch 
immediatecriticalalways
closedfixed 
5
 
3.0MP24 
shankarb
Advanced Payables and Receivables Mngmt
Production - QA Approved
2013-05-06
https://code.openbravo.com/erp/devel/pi/rev/8113618afb03 [^]
No
0024152: Exception obtained when running "Modify Payment Plan" process
ERROR org.openbravo.advpaymentmngt.actionHandler.ModifyPaymentPlanActionHandler - Exception! java.lang.Exception is registered in openbravo.log after run process
1. Log in as System Administrator and Display field "Modify Payment Plan", located in "Payment Plan" tab in "Sales Invoice" window
2. Access Payment Plan tab of any Completed but not paid sales invoice and run "Modify Payment Plan" process. Make any modification and try to submit. "Process failed during execution" error will be obtained
No tags attached.
Issue History
2013-06-21 11:22maiteNew Issue
2013-06-21 11:22maiteAssigned To => dmiguelez
2013-06-21 11:22maiteModules => Advanced Payables and Receivables Mngmt
2013-06-21 11:22maiteTriggers an Emergency Pack => No
2013-06-21 11:42heccamIssue Monitored: heccam
2013-06-21 12:56AugustoMauchAssigned Todmiguelez => AugustoMauch
2013-06-21 12:57AugustoMauchRegression level => Production - QA Approved
2013-06-21 12:57AugustoMauchRegression date => 2013-05-06
2013-06-21 12:57AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/8113618afb03 [^]
2013-06-21 12:57AugustoMauchSeveritymajor => critical
2013-06-24 11:19AugustoMauchIssue Monitored: shankarb
2013-06-24 11:19AugustoMauchReview Assigned To => shankarb
2013-06-24 11:27hgbotCheckin
2013-06-24 11:27hgbotNote Added: 0059631
2013-06-24 11:27hgbotStatusnew => resolved
2013-06-24 11:27hgbotResolutionopen => fixed
2013-06-24 11:27hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2a28b85b9f20ef4da784ea714dc2c2121c0dbb8f [^]
2013-06-24 19:59hudsonbotCheckin
2013-06-24 19:59hudsonbotNote Added: 0059650
2013-06-25 17:27shankarbNote Added: 0059664
2013-06-25 17:27shankarbStatusresolved => closed
2013-06-25 17:27shankarbFixed in Version => 3.0MP24

Notes
(0059631)
hgbot   
2013-06-24 11:27   
Repository: erp/devel/pi
Changeset: 2a28b85b9f20ef4da784ea714dc2c2121c0dbb8f
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon Jun 24 11:23:54 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2a28b85b9f20ef4da784ea714dc2c2121c0dbb8f [^]

Fixes issue 24152: P&E grid rows are sent to the Java Process

In a P&E grid, if all the grid records are cached they will be sent to the server (there are some java processes that need to access all the records). To check if all the records were cached we used to check grid.data.cachedRow, but that does not work always. Now to check this we compare the number of cached rows with the resultSize property of the data. If the number of cached rows is lower than the resultSize property (maximum number of rows that will be fetched in each datasource call), that means that there are no more records pending to be cached.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
---
(0059650)
hudsonbot   
2013-06-24 19:59   
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/ceea5be911f3 [^]

Maturity status: Test
(0059664)
shankarb   
2013-06-25 17:27   
Code reviewed and tested in pi changeset e7fbca34eb42