Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027727 | Openbravo ERP | 09. Financial management | public | 2014-10-01 18:19 | 2015-02-09 21:48 |
|
Reporter | egoitz | |
Assigned To | aferraz | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR15Q2 | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027727: Performance problems on the "Wrong sales invoice. Wrong amount in payment plan detail" ALERT |
Description | Performance problems on the "Wrong sales invoice. Wrong amount in payment plan detail" ALERT.
On environment with big amount of that on the tables involved on the alertrule it takes long to be executed.
Data volume:
'fin_payment_schedule';890239
'fin_payment_scheduledetail';456669
'c_invoice';434864
'ad_org';22
|
Steps To Reproduce | On an environment with big amount of data execute the query of the alert |
Proposed Solution | https://issues.openbravo.com/view.php?id=26203 [^] |
Additional Information | |
Tags | Performance |
Relationships | depends on | feature request | 0026203 | | new | AugustoMauch | Add the possibility to specify the alerts to be executed on each background scheduling | related to | defect | 0027809 | | closed | reinaldoguerra | The Wrong sales invoice. Wrong amount in payment plan detail ALERT can not be properly deactivated. | Not all the children of this issue are yet resolved or closed. |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-10-01 18:19 | egoitz | New Issue | |
2014-10-01 18:19 | egoitz | Assigned To | => dmiguelez |
2014-10-01 18:19 | egoitz | OBNetwork customer | => Yes |
2014-10-01 18:19 | egoitz | Modules | => Core |
2014-10-01 18:19 | egoitz | Triggers an Emergency Pack | => No |
2014-10-01 18:24 | egoitz | Note Added: 0070623 | |
2014-10-01 18:49 | egoitz | Proposed Solution updated | |
2014-10-01 19:00 | egoitz | Proposed Solution updated | |
2014-10-01 19:00 | egoitz | Relationship added | depends on 0026203 |
2014-10-02 10:31 | egoitz | Note Added: 0070648 | |
2014-10-06 16:30 | jonalegriaesarte | Resolution time | => 1414796400 |
2014-10-09 10:56 | egoitz | Relationship added | related to 0027809 |
2014-10-16 10:34 | jonalegriaesarte | Tag Attached: Performance | |
2014-10-31 13:09 | dmitry_mezentsev | Assigned To | dmiguelez => Sandrahuguet |
2014-11-11 15:55 | Sandrahuguet | Assigned To | Sandrahuguet => reinaldoguerra |
2015-02-03 18:19 | Sandrahuguet | Assigned To | reinaldoguerra => aferraz |
2015-02-06 12:19 | aferraz | Note Added: 0074249 | |
2015-02-06 13:03 | aferraz | Note Edited: 0074249 | bug_revision_view_page.php?bugnote_id=0074249#r7639 |
2015-02-09 12:44 | hgbot | Checkin | |
2015-02-09 12:44 | hgbot | Note Added: 0074283 | |
2015-02-09 12:44 | hgbot | Status | new => resolved |
2015-02-09 12:44 | hgbot | Resolution | open => fixed |
2015-02-09 12:44 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/d4a650e1890c13c11aa8dec64b667a8f3d8045d1 [^] |
2015-02-09 12:45 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2015-02-09 12:45 | Sandrahuguet | Note Added: 0074284 | |
2015-02-09 12:45 | Sandrahuguet | Status | resolved => closed |
2015-02-09 12:45 | Sandrahuguet | Fixed in Version | => 3.0PR15Q2 |
2015-02-09 21:48 | hudsonbot | Checkin | |
2015-02-09 21:48 | hudsonbot | Note Added: 0074306 | |
Notes |
|
(0070623)
|
egoitz
|
2014-10-01 18:24
|
|
|
|
(0070648)
|
egoitz
|
2014-10-02 10:31
|
|
Othe possibility could be to call the java of the modulescript from a background process and have the alert defined as E. |
|
|
(0074249)
|
aferraz
|
2015-02-06 12:19
(edited on: 2015-02-06 13:03) |
|
Tes plan:
- Realize AlertsForWrongInvoices modulescript only runs the first time you make "ant update.database"
|
|
|
(0074283)
|
hgbot
|
2015-02-09 12:44
|
|
Repository: erp/devel/pi
Changeset: d4a650e1890c13c11aa8dec64b667a8f3d8045d1
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Fri Feb 06 12:55:58 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/d4a650e1890c13c11aa8dec64b667a8f3d8045d1 [^]
Fixes issue 27727: Performance problems on AlertsForWrongInvoices modulescript
A preference has been added to AlertsForWrongInvoices modulescript in order to execute it only one time.
---
M modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/AlertsForWrongInvoices.class
M modules/org.openbravo.advpaymentmngt/build/classes/org/openbravo/advpaymentmngt/modulescript/AlertsForWrongInvoicesData.class
M modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/org/openbravo/advpaymentmngt/modulescript/AlertsForWrongInvoices.java
M modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/org/openbravo/advpaymentmngt/modulescript/AlertsForWrongInvoices_data.xsql
M modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/AlertsForWrongInvoicesData.java
---
|
|
|
|
|
|
|
|