Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012112 | Openbravo ERP | 07. Sales management | public | 2010-02-03 11:08 | 2010-04-19 21:11 |
|
Reporter | networkb | |
Assigned To | harikrishnan | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Community Appliance |
Product Version | 2.50MP11 | |
Target Version | 2.50MP14 | 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 | 0012112: in dimensional reports move the position of combo "currency" |
Description | in dimensional reports, the combo "currency" is in section "primary filters", but the results are not filtered by this combo. |
Steps To Reproduce | Execute a dimensional report |
Proposed Solution | move the position of combo "currency" from section "primary filters" to section "view results" |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0012110 | | new | rmorley | calculate automatically conversion rates in dimensional reports | related to | feature request | 0002181 | 2.50 | closed | rafaroda | Currency in reports - non accounting reports |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-02-03 11:08 | networkb | New Issue | |
2010-02-03 11:08 | networkb | Assigned To | => rafaroda |
2010-02-03 11:48 | rafaroda | Relationship added | related to 0012110 |
2010-02-03 11:48 | rafaroda | Relationship added | related to 0002181 |
2010-02-03 13:19 | psarobe | Status | new => scheduled |
2010-02-03 13:19 | psarobe | fix_in_branch | => pi |
2010-02-11 11:07 | rafaroda | Assigned To | rafaroda => adrianromero |
2010-03-08 16:06 | jpabloae | Target Version | 2.50MP13 => 2.50MP14 |
2010-03-16 16:16 | adrianromero | Note Added: 0025541 | |
2010-03-16 16:28 | adrianromero | Note Added: 0025542 | |
2010-03-16 17:06 | rafaroda | Issue Monitored: rafaroda | |
2010-03-24 14:07 | harikrishnan | Assigned To | adrianromero => harikrishnan |
2010-03-24 14:16 | hgbot | Checkin | |
2010-03-24 14:16 | hgbot | Note Added: 0025702 | |
2010-03-24 14:16 | hgbot | Status | scheduled => resolved |
2010-03-24 14:16 | hgbot | Resolution | open => fixed |
2010-03-24 14:16 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/456247093c6ca1f532f30c3be13d27f9bb412e5a [^] |
2010-03-24 14:19 | harikrishnan | Note Added: 0025703 | |
2010-04-01 08:14 | arunkumar | Note Added: 0025852 | |
2010-04-01 08:14 | arunkumar | Status | resolved => closed |
2010-04-02 00:00 | anonymous | sf_bug_id | 0 => 2980791 |
2010-04-19 21:11 | hudsonbot | Checkin | |
2010-04-19 21:11 | hudsonbot | Note Added: 0026380 | |
Notes |
|
|
Example: Sales Management || Analysis Tools || Sales Dimensional Report || Sales Dimensional Report |
|
|
|
But all dimensional reports with a currency combo has to be modified and move the currency combo because the currency combo is not a filter, is a parameter of the report that indicates the currency that has to be displayed all amounts in the report. |
|
|
(0025702)
|
hgbot
|
2010-03-24 14:16
|
|
Repository: erp/devel/pi
Changeset: 456247093c6ca1f532f30c3be13d27f9bb412e5a
Author: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
Date: Wed Mar 24 18:54:39 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/456247093c6ca1f532f30c3be13d27f9bb412e5a [^]
Fixes issue 12112: in dimensional reports move the position of combo currency.
---
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
---
|
|
|
|
These are the places the currency combo is altered.
1.Procurement Management || Analysis Tools || Purchase Dimensional Report || Purchase Dimensional Report
2.Procurement Management || Analysis Tools || Material Receipts Dimensional Report || Material Receipts Dimensional Report
3.Sales Management || Analysis Tools || Sales Dimensional Report || Sales Dimensional Report
4.Sales Management || Analysis Tools || Shipments Dimensional Report || Shipments Dimensional Report
5.Sales Management || Analysis Tools || Sales Order Returns Dimensional Report || Sales Order Returns Dimensional Report
6.Procurement Management || Analysis Tools || Purchase Invoice Dimensional Report || Purchase Invoice Dimensional Report
7.Sales Management || Analysis Tools || Sales Invoice Dimensional Report || Sales Invoice Dimensional Report |
|
|
|
|
|
|
|