Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025354 | Openbravo ERP | A. Platform | public | 2013-12-17 17:52 | 2014-01-03 01:22 |
|
Reporter | egoitz | |
Assigned To | dmiguelez | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP31 | Fixed in Version | 3.0MP31 | |
Merge Request Status | |
Review Assigned To | jonalegriaesarte |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 25055 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0025354: Takes long to show the create from invoices popup |
Description | The popup shown after click on create from button on the invoices windows takes long to be load |
Steps To Reproduce | -Open the popup on an environment with a big volume of orders, invoices and M_MATCHINV records |
Proposed Solution | Create the following index:
CREATE INDEX m_matchinv_inout
ON m_matchinv
USING btree
( m_inoutline_id ); |
Additional Information | |
Tags | Performance |
Relationships | has duplicate | defect | 0025256 | 3.0PR14Q2 | closed | jonalegriaesarte | Create lines from takes too long to load the first time, when the volume of data is high |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-12-17 17:52 | egoitz | New Issue | |
2013-12-17 17:52 | egoitz | Assigned To | => AugustoMauch |
2013-12-17 17:52 | egoitz | Modules | => Core |
2013-12-17 17:52 | egoitz | OBNetwork customer | => No |
2013-12-17 17:52 | egoitz | Resolution time | => 1389135600 |
2013-12-17 17:52 | egoitz | Triggers an Emergency Pack | => No |
2013-12-17 17:53 | egoitz | Proposed Solution updated | |
2013-12-17 17:53 | egoitz | OBNetwork customer | No => Yes |
2013-12-17 17:53 | egoitz | Support ticket | => 25055 |
2013-12-17 17:53 | egoitz | Tag Attached: Performance | |
2013-12-18 09:15 | alostale | Assigned To | AugustoMauch => dmiguelez |
2014-01-02 08:41 | hgbot | Checkin | |
2014-01-02 08:41 | hgbot | Note Added: 0063162 | |
2014-01-02 08:41 | hgbot | Status | new => resolved |
2014-01-02 08:41 | hgbot | Resolution | open => fixed |
2014-01-02 08:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6d69e73928dbcfa082d5a5d4e9a6d25aa18642fc [^] |
2014-01-02 09:28 | hgbot | Checkin | |
2014-01-02 09:28 | hgbot | Note Added: 0063163 | |
2014-01-02 10:14 | jonalegriaesarte | Review Assigned To | => jonalegriaesarte |
2014-01-02 10:14 | jonalegriaesarte | Note Added: 0063164 | |
2014-01-02 10:14 | jonalegriaesarte | Status | resolved => closed |
2014-01-02 10:14 | jonalegriaesarte | Fixed in Version | => 3.0MP31 |
2014-01-03 01:21 | hudsonbot | Checkin | |
2014-01-03 01:21 | hudsonbot | Note Added: 0063220 | |
2014-01-03 01:22 | hudsonbot | Checkin | |
2014-01-03 01:22 | hudsonbot | Note Added: 0063221 | |
2014-02-03 13:42 | jonalegriaesarte | Relationship added | has duplicate 0025256 |
Notes |
|
(0063162)
|
hgbot
|
2014-01-02 08:41
|
|
Repository: erp/devel/pi
Changeset: 6d69e73928dbcfa082d5a5d4e9a6d25aa18642fc
Author: Egoitz Castillo <egoitz.castillo <at> openbravo.com>
Date: Thu Jan 02 08:40:39 2014 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6d69e73928dbcfa082d5a5d4e9a6d25aa18642fc [^]
Fixed issue 0025354: Long time tol load CreateFrom Invoices popup
---
M src-db/database/model/tables/M_MATCHINV.xml
M src/org/openbravo/dal/security/EntityAccessChecker.java
---
|
|
|
(0063163)
|
hgbot
|
2014-01-02 09:28
|
|
|
|
(0063164)
|
jonalegriaesarte
|
2014-01-02 10:14
|
|
|
|
|
|
|
|
|