Notes |
|
(0105456)
|
collazoandy4
|
2018-06-26 20:54
|
|
Test Plan
As F&B International Group Admin Role
Go to Product Category window and create a new record:
Search Key/Name: Summary
Summary Level: Y
Set Water, Alcoholic and Fruit juice categories under Summary category
Go to Sales Invoice Dimensional Report and fill the mandatory fields and select Summary as Product Group
Launch the report in HTML, PDF and XLS formats, check the report shows data
Set Comparative Report: Y and fill the mandatory fields
Launch the report in HTML, PDF and XLS formats, check the report shows data |
|
|
(0105679)
|
hgbot
|
2018-07-09 15:59
|
|
Repository: erp/devel/pi
Changeset: 7d1b4e0de850238cf47004b0520ac9f74a006a84
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Tue Jun 26 12:18:58 2018 -0400
URL: http://code.openbravo.com/erp/devel/pi/rev/7d1b4e0de850238cf47004b0520ac9f74a006a84 [^]
Fixes issue 38816:Sales Invoice Dimensional Report of a Product Category checked
as summary level does not show data.
If the product category checked as summary with some categories below it is selected
the report doesn't show data because does not take into account the hierarchy
The Report take into account the product category hierarchy to filter the categories
---
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesComparativeJR.jrxml
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/ReportInvoiceCustomerDimensionalAnalysesMultiComparativeExtendedJR.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesMultiComparativeJR.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesNoComparativeJR.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesXLS.jrxml
M src/org/openbravo/erpCommon/businessUtility/Tree.java
M src/org/openbravo/erpCommon/businessUtility/Tree_data.xsql
---
|
|
|
|
|
|
|
|