Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013657 | Openbravo ERP | 07. Sales management | public | 2010-06-15 09:34 | 2010-09-09 13:13 |
|
Reporter | networkb | |
Assigned To | adrianromero | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP18 | |
Target Version | 2.50MP20 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0013657: The sales invoice Dimensional Report does not work with a big amount of data using partner dimension |
Description | The sales invoice Dimensional Report does not work with a big amount of data using partner dimension. The report is not shown but you don't get any error.
The applications seems locked.
|
Steps To Reproduce | with the following amount of data execute the sales invoice dimensional report
using the business parter on the dimension.
C_BPARTNER 148093
C_INVOICE 34507
C_INVOICELINE 1514699 |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0013361 | 2.50MP18 | closed | sivaraman | The General Ledger Report does not work well using the group by option with a big amount of data | related to | design defect | 0013943 | | new | mirurita | Dimensional Reports and other reports does not work with a big amount of data using partner dimension or other dimensions | related to | defect | 0013900 | 2.50MP20 | closed | sivaraman | The Payment Tracker does not work with a big amount of data | related to | defect | 0039712 | | closed | AtulOpenbravo | Performance issue in Sales Dimensional Report |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-06-15 09:34 | networkb | New Issue | |
2010-06-15 09:34 | networkb | Assigned To | => adrianromero |
2010-07-05 13:32 | adrianromero | Status | new => scheduled |
2010-07-05 13:32 | adrianromero | fix_in_branch | => pi |
2010-07-06 11:51 | hgbot | Checkin | |
2010-07-06 11:51 | hgbot | Note Added: 0029087 | |
2010-07-06 11:51 | hgbot | Status | scheduled => resolved |
2010-07-06 11:51 | hgbot | Resolution | open => fixed |
2010-07-06 11:51 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/a6c6cf35240e55239a7cb0ae7e8bb4a045495678 [^] |
2010-07-07 12:38 | hudsonbot | Checkin | |
2010-07-07 12:38 | hudsonbot | Note Added: 0029117 | |
2010-07-12 16:02 | hgbot | Checkin | |
2010-07-12 16:02 | hgbot | Note Added: 0029236 | |
2010-07-12 16:02 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/a6c6cf35240e55239a7cb0ae7e8bb4a045495678 [^] => http://code.openbravo.com/erp/devel/pi/rev/8f2a547a23b496cfe83afe419eb484222b662ab9 [^] |
2010-07-12 17:17 | adrianromero | Relationship added | related to 0013943 |
2010-07-14 04:43 | hudsonbot | Checkin | |
2010-07-14 04:43 | hudsonbot | Note Added: 0029285 | |
2010-07-23 11:18 | psarobe | Note Added: 0029512 | |
2010-07-23 11:18 | psarobe | Status | resolved => closed |
2010-07-23 11:25 | networkb | Note Added: 0029518 | |
2010-07-24 00:00 | anonymous | sf_bug_id | 0 => 3033796 |
2010-08-19 10:53 | adrianromero | Relationship added | related to 0013900 |
2010-09-09 13:12 | adrianromero | Relationship added | depends on 0013361 |
2010-09-09 13:12 | adrianromero | Relationship deleted | depends on 0013361 |
2010-09-09 13:13 | adrianromero | Relationship added | related to 0013361 |
2018-12-26 16:03 | Sandrahuguet | Relationship added | related to 0039712 |
Notes |
|
(0029087)
|
hgbot
|
2010-07-06 11:51
|
|
Repository: erp/devel/pi
Changeset: a6c6cf35240e55239a7cb0ae7e8bb4a045495678
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Jul 06 11:51:07 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a6c6cf35240e55239a7cb0ae7e8bb4a045495678 [^]
Fixes issue 0013657: The sales invoice Dimensional Report does not work with a big amount of data using partner dimension
Fixes issue 0013658: The Shipment Dimensional Report does not work with a big amount of data using partner dimension.
Fixes issue 0013659: The sales Dimensional Report does not work with a big amount of data using partner dimension.
It has been added a new preference called ReportsLimit that if the estimated number of rows to display in these dimensional reports are reached, the execution is cancelled and it is notified to the user that must be more selective in the filter criteria to execute the report
---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/referencedData/AD_PREFERENCE.xml
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJR.java
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJR_data.xsql
M src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJR.java
M src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJR_data.xsql
M src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJR.java
M src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJR_data.xsql
---
|
|
|
|
|
|
(0029236)
|
hgbot
|
2010-07-12 16:02
|
|
Repository: erp/devel/pi
Changeset: 8f2a547a23b496cfe83afe419eb484222b662ab9
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Jul 12 16:01:38 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8f2a547a23b496cfe83afe419eb484222b662ab9 [^]
Fixes issue 0013657: The sales invoice Dimensional Report does not work with a big amount of data using partner dimension
Fixes issue 0013658: The Shipment Dimensional Report does not work with a big amount of data using partner dimension.
Fixes issue 0013659: The sales Dimensional Report does not work with a big amount of data using partner dimension.
Fixed SQL for Oracle
---
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJR_data.xsql
M src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJR_data.xsql
M src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJR_data.xsql
---
|
|
|
|
|
|
|
Cannot be review. Waiting for partner confirmation |
|
|
|
Partner has just confirmed that everything is OK |
|