Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0004784 | Openbravo ERP | F. Localization | public | 2008-09-01 15:12 | 2008-12-01 12:40 |
|
Reporter | rafaroda | |
Assigned To | AinhoaPagola | |
Priority | normal | Severity | trivial | 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 | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0004784: Review currency symbols. |
Description | In C_CURRENCY table inside src-db/database/masterdata [1] some currencies are missing their symbol.
Besides, some like the euro have a non-official symbol [2].
All currency symbols need to be reviewed.
[1] https://dev.openbravo.com/websvn/openbravo/trunk/src-db/database/masterdata/C_CURRENCY.xml [^]
[2] http://en.wikipedia.org/wiki/List_of_circulating_currencies [^] |
Steps To Reproduce | Execute: SELECT * FROM C_CURRENCY WHERE CURSYMBOL IS NULL; |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0002181 | 2.50 | closed | rafaroda | Currency in reports - non accounting reports | related to | feature request | 0004274 | 2.50 | closed | rmorley | Currency in reports - Accounting reports | depends on | backport | 0005780 | | closed | AinhoaPagola | Review currency symbols. |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2008-09-01 15:12 | rafaroda | New Issue | |
2008-09-01 15:12 | rafaroda | Assigned To | => dalsasua |
2008-09-01 15:12 | rafaroda | sf_bug_id | 0 => 2086826 |
2008-09-01 15:12 | rafaroda | Regression testing | => No |
2008-09-01 15:13 | rafaroda | Summary | Review curency symbols. => Review currency symbols. |
2008-09-29 11:50 | rafaroda | Relationship added | related to 0002181 |
2008-09-29 11:50 | rafaroda | Relationship added | related to 0004274 |
2008-10-30 17:56 | rafaroda | Assigned To | dalsasua => AinhoaPagola |
2008-10-31 14:15 | rafaroda | Severity | minor => trivial |
2008-10-31 14:15 | rafaroda | Type | feature request => defect |
2008-10-31 14:16 | rafaroda | Status | new => scheduled |
2008-10-31 14:16 | rafaroda | fix_in_branch | => trunk |
2008-10-31 16:20 | svnbot | Checkin | |
2008-10-31 16:20 | svnbot | Note Added: 0009894 | |
2008-10-31 16:20 | svnbot | Status | scheduled => resolved |
2008-10-31 16:20 | svnbot | Resolution | open => fixed |
2008-10-31 16:20 | svnbot | svn_revision | => 9522 |
2008-10-31 17:24 | svnbot | Checkin | |
2008-10-31 17:24 | svnbot | Note Added: 0009895 | |
2008-10-31 17:24 | svnbot | svn_revision | 9522 => 9527 |
2008-11-20 15:21 | svnbot | Checkin | |
2008-11-20 15:21 | svnbot | Note Added: 0010447 | |
2008-11-20 15:21 | svnbot | svn_revision | 9527 => 10328 |
2008-11-25 11:41 | psarobe | Note Added: 0010619 | |
2008-12-01 12:40 | krishna | Status | resolved => closed |
Notes |
|
(0009894)
|
svnbot
|
2008-10-31 16:20
|
|
|
|
(0009895)
|
svnbot
|
2008-10-31 17:24
|
|
|
|
(0010447)
|
svnbot
|
2008-11-20 15:21
|
|
Repository: openbravo
Revision: 10328
Author: villind
Date: 2008-11-20 15:21:07 +0100 (Thu, 20 Nov 2008)
Merged r9527. Fixes bug 0004784. Currency symbols reviewed.
---
_U branches/bonware/r2.40/
_U branches/bonware/r2.40/config/setup-tool/
_U branches/bonware/r2.40/eclipse.install.source.launch
_U branches/bonware/r2.40/export.database.launch
_U branches/bonware/r2.40/src-core/src/org/openbravo/database/OpenbravoDriverManagerConnectionFactory.java
U branches/bonware/r2.40/src-db/database/masterdata/C_CURRENCY.xml
_U branches/bonware/r2.40/update.database.launch
---
https://dev.openbravo.com/websvn/openbravo/?rev=10328&sc=1 [^]
|
|
|
|
To verify this execute the query:
SELECT count(*) FROM C_CURRENCY WHERE CURSYMBOL IS NULL;
It should give you 0 |
|