Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014850 | Openbravo ERP | 07. Sales management | public | 2010-10-11 12:57 | 2010-12-09 16:06 |
|
Reporter | networkb | |
Assigned To | sivaraman | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
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 | 0014850: An error message in the Sales Invoice Dimensional Report is not clear |
Description | When you try to launch a Sales Invoice Dimensional Report without Dimensions this error appears:
Error:
ERROR: no se pudo identificar un operador de ordenamiento para el tipo unknown
Reported by: XME
ticket: 9573 |
Steps To Reproduce | - As Openbravo Admin go to Sales Management || Analysis Tools || Sales Invoice Dimensional Report
- Click 'PDF Format' without dimensions
- Realize that the error appears.
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-10-11 12:57 | networkb | New Issue | |
2010-10-11 12:57 | networkb | Assigned To | => adrianromero |
2010-10-11 12:57 | networkb | OBNetwork customer | => Yes |
2010-10-21 12:31 | adrianromero | Note Added: 0032050 | |
2010-10-26 15:30 | sivaraman | Assigned To | adrianromero => sivaraman |
2010-10-27 14:19 | hgbot | Checkin | |
2010-10-27 14:19 | hgbot | Note Added: 0032259 | |
2010-10-27 14:19 | hgbot | Status | new => resolved |
2010-10-27 14:19 | hgbot | Resolution | open => fixed |
2010-10-27 14:19 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/5284d19837e16fa4e7999f320594aaeeef245567 [^] |
2010-10-27 14:28 | sivaraman | Note Added: 0032260 | |
2010-11-05 12:44 | hudsonbot | Checkin | |
2010-11-05 12:44 | hudsonbot | Note Added: 0032429 | |
2010-11-12 07:12 | sureshbabu | Note Added: 0032573 | |
2010-11-12 07:12 | sureshbabu | Status | resolved => closed |
2010-12-09 16:06 | anonymous | sf_bug_id | 0 => 3133509 |
Notes |
|
|
Verify also other dimensional reports |
|
|
(0032259)
|
hgbot
|
2010-10-27 14:19
|
|
Repository: erp/devel/pi
Changeset: 5284d19837e16fa4e7999f320594aaeeef245567
Author: Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com>
Date: Wed Oct 27 17:47:51 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/5284d19837e16fa4e7999f320594aaeeef245567 [^]
Fixes issue 14850: An error message in the Sales Invoice Dimensional Report is not clear
As It doesn't make sense to execute Dimensional report without selecting any dimension, Validation has been added in order to not allow empty dimension list.
---
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceVendorDimensionalAnalysesFilterJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesFilterJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportPurchaseDimensionalAnalysesFilterJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportRefundSalesDimensionalAnalysesFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.html
---
|
|
|
|
Steps to test:
1. As Openbravo Admin go to Sales Management || Analysis Tools || Sales Invoice Dimensional Report
2. Click 'PDF Format' without dimensions
3. Verify if error message displays as 'This field is needed and it cannot be blank'
Please note, the issue has also been identified and fixed in the following Reports. So, Kindly verify them too with the similar steps.
+ Purchase Dimensional Report
+ Material Receipts Dimensional Report
+ Purchase Invoice Dimensional Report
+ Sales Dimensional Report
+ Shipments Dimensional Report
+ Sales Order Returns Dimensional Report |
|
|
|
|
|
|
Now when we run the report in PDF format, without selecting the Dimensions, system throws error as "The Field is needed and cannot be blank" |
|