Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0032032 | Openbravo ERP | I. Performance | public | 2016-01-27 22:57 | 2016-06-17 19:38 |
|
Reporter | fmolina | |
Assigned To | AtulOpenbravo | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | Professional Appliance |
Product Version | 3.0PR15Q2.1 | |
Target Version | | Fixed in Version | 3.0PR16Q3 | |
Merge Request Status | |
Review Assigned To | aferraz |
OBNetwork customer | OBPS |
Web browser | Google Chrome |
Modules | Orders Awaiting Delivery |
Support ticket | 38134 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0032032: Performance problem in Orders Awaiting Delivery Report |
Description | Orders Awaiting Delivery Report query takes a very large amount of time even when must return few records. The query is built in class ReportOrderNotShippedData. |
Steps To Reproduce | I can provide credentials to specific environment where problem is reproducible |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | has duplicate | defect | 0034071 | | closed | Triage Omni OMS | Performance problems on the Orders Awaiting Delivery Report |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-01-27 22:57 | fmolina | New Issue | |
2016-01-27 22:57 | fmolina | Assigned To | => platform |
2016-01-27 22:57 | fmolina | OBNetwork customer | => No |
2016-01-27 22:57 | fmolina | Web browser | => Google Chrome |
2016-01-27 22:57 | fmolina | Modules | => Orders Awaiting Delivery |
2016-01-27 22:57 | fmolina | Support ticket | => 38134 |
2016-01-27 22:57 | fmolina | Triggers an Emergency Pack | => No |
2016-01-28 07:49 | alostale | Assigned To | platform => Triage Finance |
2016-04-28 10:06 | egoitz | OBNetwork customer | No => Yes |
2016-04-28 10:06 | egoitz | Web browser | Google Chrome => Google Chrome |
2016-04-28 10:06 | egoitz | Resolution time | => 1465509600 |
2016-05-09 11:08 | aferraz | Assigned To | Triage Finance => AtulOpenbravo |
2016-05-19 07:49 | AtulOpenbravo | Status | new => scheduled |
2016-05-19 16:51 | rbianchini | Issue Monitored: rbianchini | |
2016-06-03 15:41 | hgbot | Checkin | |
2016-06-03 15:41 | hgbot | Note Added: 0086993 | |
2016-06-03 15:41 | hgbot | Status | scheduled => resolved |
2016-06-03 15:41 | hgbot | Resolution | open => fixed |
2016-06-03 15:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/083683ac003829294a2b3aa6d6128e31c3b331d0 [^] |
2016-06-03 15:41 | hgbot | Checkin | |
2016-06-03 15:41 | hgbot | Note Added: 0086994 | |
2016-06-03 16:00 | aferraz | Review Assigned To | => aferraz |
2016-06-03 16:00 | aferraz | Note Added: 0086996 | |
2016-06-03 16:00 | aferraz | Status | resolved => closed |
2016-06-03 16:00 | aferraz | Fixed in Version | => 3.0PR16Q3 |
2016-06-17 19:38 | hudsonbot | Checkin | |
2016-06-17 19:38 | hudsonbot | Note Added: 0087593 | |
2016-06-17 19:38 | hudsonbot | Checkin | |
2016-06-17 19:38 | hudsonbot | Note Added: 0087594 | |
2016-09-23 12:23 | aferraz | Relationship added | has duplicate 0034071 |
Notes |
|
(0086993)
|
hgbot
|
2016-06-03 15:41
|
|
Repository: erp/devel/pi
Changeset: 083683ac003829294a2b3aa6d6128e31c3b331d0
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Wed May 25 00:58:03 2016 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/083683ac003829294a2b3aa6d6128e31c3b331d0 [^]
Fixes issue 32032: ReportOrderNotShipped report query improved
-Replace IN clause for locator using EXISTS
-Remove unwanted C_Order from subquery which compares quantities
-Rearrange the query
-Get stock from m_storage_detail using subquery instead of left join
---
M modules/org.openbravo.reports.ordersawaitingdelivery/src/org/openbravo/reports/ordersawaitingdelivery/erpCommon/ad_reports/ReportOrderNotShipped_data.xsql
---
|
|
|
(0086994)
|
hgbot
|
2016-06-03 15:41
|
|
Repository: erp/devel/pi
Changeset: a68ba952787ab038c904bfe8af2814fd2a5a08bf
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Fri Jun 03 14:56:32 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a68ba952787ab038c904bfe8af2814fd2a5a08bf [^]
Related to issue 32032: Code review improvements
---
M modules/org.openbravo.reports.ordersawaitingdelivery/src/org/openbravo/reports/ordersawaitingdelivery/erpCommon/ad_reports/ReportOrderNotShipped_data.xsql
---
|
|
|
|
|
|
|
|
|
|
|