Notes |
|
|
Test Plan I
- Login as F&B International Group Admin
- Navigate to any one of the following report
- Sales Dimensional Report
- Shipment Dimensional Report
- Sales Invoice Dimensional Report
- Goods Receipt Dimensional Report
- Check that by default currency is set as USD. (Client's currency)
- Set Organization as "F&B Espana" and check that Currency is set as EUR.
- Set Organization as blank and check that Currency is set as USD.
- Set Organization as "F&B Espana Norte" and check that Currency is set as EUR.
- Set Organization as "*" and check that Currency is set as USD.
- Set Organization as "F&B Espana Sur" and check that Currency is set as EUR.
- Set Organization as "F&B International Group" and check that Currency is set as USD.
- Set Organization as "F&B Espana" and check that Currency is set as EUR.
- Set Organization as "F&B US Inc" and check that Currency is set as USD.
- Set Organization as "F&B Espana Norte" and check that Currency is set as EUR.
- Set Organization as "F&B East Coast" and check that Currency is set as USD.
- Set Organization as "F&B Espana Sur" and check that Currency is set as EUR.
- Set Organization as "F&B West Coast" and check that Currency is set as USD. |
|
|
(0081516)
|
hgbot
|
2015-11-05 12:40
|
|
Repository: erp/devel/pi
Changeset: 6ebe76acd1bca656b77e2664028fd08bbc66a27a
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Thu Oct 15 22:11:30 2015 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/6ebe76acd1bca656b77e2664028fd08bbc66a27a [^]
Fixes Issue 30782:Report's currency should be defaulted to organization's
currency
In following reports default currency filter value is obtained from
Organization select, if not then from Organization's legal entity
else Clients Currency.
- Sales Dimensional Report
- Shipment Dimensional Report
- Sales Invoice Dimensional Report
- Goods Receipt Dimensional Report
---
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJR.java
M src/org/openbravo/erpCommon/ad_reports/ReportInvoiceCustomerDimensionalAnalysesJRFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesFilterJR.html
M src/org/openbravo/erpCommon/ad_reports/ReportMaterialDimensionalAnalysesJR.java
M src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJR.java
M src/org/openbravo/erpCommon/ad_reports/ReportSalesDimensionalAnalyzeJRFilter.html
M src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJR.java
M src/org/openbravo/erpCommon/ad_reports/ReportShipmentDimensionalAnalyzeJRFilter.html
A src/org/openbravo/erpCommon/utility/OBCurrencyUtils.java
---
|
|
|
|
|
|
|
|