Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0035410 | Openbravo ERP | 04. Warehouse management | public | 2017-03-02 14:22 | 2017-03-15 20:21 |
|
Reporter | vmromanos | |
Assigned To | vmromanos | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | dmiguelez |
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 | 0035410: Default currency in Pareto Product Report |
Description | The default currency set in the Pareto Product Report should be the one associated to the selected organization.
If the organization is changed, the currency should be automatically changed if necessary. |
Steps To Reproduce | Login as Openbravo Admin into a professional instance
Open the Pareto Product Report.
Verify organization is set to F&B España, however the Currency is set to USD. This is wrong, it should be EUR.
Change the organization to F&B US and change it back to F&B España. Verify the currency is wrongly set to USD, and it should be EUR |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0032493 | | closed | vmromanos | Pareto Product Report takes too long in an environment with big amount of data |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-03-02 14:22 | vmromanos | New Issue | |
2017-03-02 14:22 | vmromanos | Assigned To | => vmromanos |
2017-03-02 14:22 | vmromanos | Modules | => Core |
2017-03-02 14:22 | vmromanos | Triggers an Emergency Pack | => No |
2017-03-02 14:22 | vmromanos | Relationship added | related to 0032493 |
2017-03-02 14:23 | vmromanos | Status | new => scheduled |
2017-03-02 14:23 | vmromanos | Review Assigned To | => dmiguelez |
2017-03-03 09:22 | vmromanos | Note Added: 0094715 | |
2017-03-03 12:49 | hgbot | Checkin | |
2017-03-03 12:49 | hgbot | Note Added: 0094724 | |
2017-03-03 12:49 | hgbot | Status | scheduled => resolved |
2017-03-03 12:49 | hgbot | Resolution | open => fixed |
2017-03-03 12:49 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9b9243b3157381e3b545fc82f8ebe982389deb48 [^] |
2017-03-03 12:49 | hgbot | Checkin | |
2017-03-03 12:49 | hgbot | Note Added: 0094725 | |
2017-03-03 12:55 | dmiguelez | Note Added: 0094727 | |
2017-03-03 12:55 | dmiguelez | Status | resolved => closed |
2017-03-15 20:21 | hudsonbot | Checkin | |
2017-03-15 20:21 | hudsonbot | Note Added: 0095255 | |
2017-03-15 20:21 | hudsonbot | Checkin | |
2017-03-15 20:21 | hudsonbot | Note Added: 0095256 | |
Notes |
|
|
Test plan:
Login as Openbravo Admin into a professional instance
Open the Pareto Product Report.
Verify organization is set to F&B España and currency is EUR
Change the organization to F&B US and verify currency is USD
Change the organization to F&B España Norte and verify currency is EUR
Change the organization to F&B US West and verify currency is USD |
|
|
(0094724)
|
hgbot
|
2017-03-03 12:49
|
|
Repository: erp/devel/pi
Changeset: 9b9243b3157381e3b545fc82f8ebe982389deb48
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Thu Mar 02 14:25:51 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/9b9243b3157381e3b545fc82f8ebe982389deb48 [^]
Fixed issue 35410: Default currency in Pareto Product Report
Set default currency according to the selected organization
---
M src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.html
M src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.java
---
|
|
|
(0094725)
|
hgbot
|
2017-03-03 12:49
|
|
Repository: erp/devel/pi
Changeset: 205a911b298fa5cf63e7c42ad9afc29f05d33162
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Fri Mar 03 12:48:01 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/205a911b298fa5cf63e7c42ad9afc29f05d33162 [^]
Related to Issue 35410. Code Review.
Fixes problem when retrieving currency from parameter window.
Also, fixes problem of currency reloading when no organization has been changed.
---
M src/org/openbravo/erpCommon/ad_reports/ReportParetoProduct.java
---
|
|
|
|
|
|
|
|
|
|
|