Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0005381 | Openbravo ERP | 01. General setup | public | 2008-10-02 10:39 | 2009-04-21 11:07 |
|
Reporter | rafaroda | |
Assigned To | Hennadzi | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Ubuntu 7.10 |
Product Version | pi | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0005381: C_CURRENCY_CONVERT uses inactive conversion rates |
Description | C_CURRENCY_CONVERT function uses inactive conversion rates for converting from one currency to another. |
Steps To Reproduce | 1) Set up a new conversion rate for one currency to the system currency in 'General Setup || Application || Conversion Rates'.
2) Mark it as NOT active.
3) Create a new expense sheet in 'Project & Service Management || Transactions || Expense Sheet'.
4) Create a new expense line in a currency different from the system currency.
Notice that the conversion is done (converted amount is field is filled) even if the conversion is inactive. |
Proposed Solution | Patch attached for C_CURRENCY_RATE database function. |
Additional Information | |
Tags | No tags attached. |
Relationships | depends on | backport | 0005382 | | closed | Hennadzi | C_CURRENCY_CONVERT uses inactive conversion rates | depends on | backport | 0005383 | | closed | Hennadzi | C_CURRENCY_CONVERT uses inactive conversion rates |
|
Attached Files | patch-C_CURRENCY_RATE.diff (589) 2008-10-02 10:39 https://issues.openbravo.com/file_download.php?file_id=303&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2008-10-02 10:39 | rafaroda | New Issue | |
2008-10-02 10:39 | rafaroda | Assigned To | => Hennadzi |
2008-10-02 10:39 | rafaroda | sf_bug_id | 0 => 2142026 |
2008-10-02 10:39 | rafaroda | File Added: patch-C_CURRENCY_RATE.diff | |
2008-10-02 10:39 | rafaroda | OBNetwork customer | => No |
2008-10-02 10:39 | rafaroda | Regression testing | => No |
2008-10-02 10:40 | rafaroda | Status | new => scheduled |
2008-10-02 10:40 | rafaroda | fix_in_branch | => trunk |
2008-10-03 10:50 | svnbot | Checkin | |
2008-10-03 10:50 | svnbot | Note Added: 0009327 | |
2008-10-03 10:50 | svnbot | Status | scheduled => resolved |
2008-10-03 10:50 | svnbot | Resolution | open => fixed |
2008-10-03 10:50 | svnbot | svn_revision | => 8190 |
2008-12-08 17:14 | psarobe | Status | resolved => new |
2008-12-08 17:14 | psarobe | Resolution | fixed => open |
2008-12-08 17:14 | psarobe | Note Added: 0011028 | |
2008-12-08 17:14 | psarobe | Status | new => scheduled |
2008-12-11 16:30 | svnbot | Checkin | |
2008-12-11 16:30 | svnbot | Note Added: 0011187 | |
2008-12-11 16:30 | svnbot | Status | scheduled => resolved |
2008-12-11 16:30 | svnbot | Resolution | open => fixed |
2008-12-11 16:30 | svnbot | svn_revision | 8190 => 11118 |
2008-12-14 20:01 | svnbot | Checkin | |
2008-12-14 20:01 | svnbot | Note Added: 0011321 | |
2008-12-14 20:01 | svnbot | svn_revision | 11118 => 11185 |
2009-04-21 11:07 | psarobe | Status | resolved => closed |
Notes |
|
(0009327)
|
svnbot
|
2008-10-03 10:50
|
|
Repository: openbravo
Revision: 8190
Author: hennadzi
Date: 2008-10-03 10:50:33 +0200 (Fri, 03 Oct 2008)
Fixed bug 0005381: C_CURRENCY_CONVERT uses inactive conversion rates
---
U trunk/src-db/database/model/functions/C_CURRENCY_RATE.xml
---
https://dev.openbravo.com/websvn/openbravo/?rev=8190&sc=1 [^]
|
|
|
|
What it happens now (when the conversion is deactivate) is that the call-out does not work in the example window so it fails when calculating quantity*invoice price |
|
|
(0011187)
|
svnbot
|
2008-12-11 16:30
|
|
Repository: openbravo
Revision: 11118
Author: hennadzi
Date: 2008-12-11 16:30:15 +0100 (Thu, 11 Dec 2008)
Bug fixed 0005381: C_CURRENCY_CONVERT uses inactive conversion rates
---
U trunk/src/org/openbravo/erpCommon/ad_callouts/SE_Expense_Amount.java
U trunk/src/org/openbravo/erpCommon/ad_callouts/SE_Expense_Product.java
---
https://dev.openbravo.com/websvn/openbravo/?rev=11118&sc=1 [^]
|
|
|
(0011321)
|
svnbot
|
2008-12-14 20:01
|
|
Repository: openbravo
Revision: 11185
Author: rafaroda
Date: 2008-12-14 20:01:08 +0100 (Sun, 14 Dec 2008)
Fixes bug 0005381 Improved messaging when there is no conversion rate.
---
U trunk/src/org/openbravo/erpCommon/ad_callouts/SE_Expense_Amount.java
U trunk/src/org/openbravo/erpCommon/ad_callouts/SE_Expense_Product.java
---
https://dev.openbravo.com/websvn/openbravo/?rev=11185&sc=1 [^]
|
|