Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0026931 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 09. Financial management | major | always | 2014-06-24 17:04 | 2014-08-14 04:01 | |||
Reporter | egoitz | View Status | public | |||||
Assigned To | daniOpenbravo | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | 5bcf312da832 | ||||
Projection | none | ETA | none | Target Version | 3.0PR14Q4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | rafaroda | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 28290 | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0026931: Improve the performance of the FIN_Utility.isPaymentConfirmed method | |||||||
Description | Improve the performance of the FIN_Utility.isPaymentConfirmed method. | |||||||
Steps To Reproduce | Check the code of the method. The line String result = (String) CallStoredProcedure.getInstance().call("APRM_ISPAYMENTCONFIRMED", parameters, null); An extra parameter could be added to not do flush when creating a new connection on the call method. | |||||||
Proposed Solution | Replace String result = (String) CallStoredProcedure.getInstance().call("APRM_ISPAYMENTCONFIRMED", parameters, null); with String result = (String) CallStoredProcedure.getInstance().call("APRM_ISPAYMENTCONFIRMED", parameters, null, false); | |||||||
Tags | Performance | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0069343) hgbot (developer) 2014-08-13 14:40 |
Repository: erp/devel/pi Changeset: 5bcf312da832f643d9b859ae1e753bed830cee84 Author: Daniel Ruiz <daniel.ruiz <at> openbravo.com> Date: Mon Aug 11 12:56:55 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/5bcf312da832f643d9b859ae1e753bed830cee84 [^] Fixed bug 26931:Performance improvement for FIN_Utility.isPaymentConfirmed --- M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/utility/FIN_Utility.java --- |
(0069351) rafaroda (viewer) 2014-08-13 16:06 |
Code reviewed + checked that remittances can be properly settled: see https://drive.google.com/folderview?id=0B649lz4ZYJcHdE9RNEV1N0lnNGs&usp=sharing [^] |
(0069361) hudsonbot (viewer) 2014-08-14 04:01 |
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/39d7672e843c [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2014-06-24 17:04 | egoitz | New Issue | |
2014-06-24 17:04 | egoitz | Assigned To | => AugustoMauch |
2014-06-24 17:04 | egoitz | Modules | => Core |
2014-06-24 17:04 | egoitz | OBNetwork customer | => Yes |
2014-06-24 17:04 | egoitz | Support ticket | => 28290 |
2014-06-24 17:04 | egoitz | Resolution time | => 1404943200 |
2014-06-24 17:04 | egoitz | Triggers an Emergency Pack | => No |
2014-06-24 17:04 | egoitz | Tag Attached: Performance | |
2014-06-24 17:33 | egoitz | Assigned To | AugustoMauch => jonalegriaesarte |
2014-06-24 17:33 | egoitz | Category | A. Platform => 09. Financial management |
2014-06-24 17:34 | egoitz | Resolution time | 1404943200 => 1406757600 |
2014-06-24 17:34 | egoitz | Target Version | PR14Q3 => PR14Q4 |
2014-06-24 17:35 | egoitz | Assigned To | jonalegriaesarte => pramakrishnan |
2014-08-11 12:34 | daniOpenbravo | Assigned To | pramakrishnan => daniOpenbravo |
2014-08-11 12:34 | daniOpenbravo | Status | new => scheduled |
2014-08-13 14:22 | daniOpenbravo | Review Assigned To | => rafaroda |
2014-08-13 14:40 | hgbot | Checkin | |
2014-08-13 14:40 | hgbot | Note Added: 0069343 | |
2014-08-13 14:40 | hgbot | Status | scheduled => resolved |
2014-08-13 14:40 | hgbot | Resolution | open => fixed |
2014-08-13 14:40 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5bcf312da832f643d9b859ae1e753bed830cee84 [^] |
2014-08-13 16:06 | rafaroda | Note Added: 0069351 | |
2014-08-13 16:06 | rafaroda | Status | resolved => closed |
2014-08-14 04:01 | hudsonbot | Checkin | |
2014-08-14 04:01 | hudsonbot | Note Added: 0069361 |
Copyright © 2000 - 2009 MantisBT Group |