r17543 - gnucash/branches/2.2/src/engine - [r17482] Bug #526313: Add currency Venezuelan Bolivar Fuerte (VEF).

Andreas Köhler andi5 at cvs.gnucash.org
Wed Sep 17 13:35:14 EDT 2008


Author: andi5
Date: 2008-09-17 13:35:14 -0400 (Wed, 17 Sep 2008)
New Revision: 17543
Trac: http://svn.gnucash.org/trac/changeset/17543

Modified:
   gnucash/branches/2.2/src/engine/iso-4217-currencies.scm
Log:
[r17482] Bug #526313: Add currency Venezuelan Bolivar Fuerte (VEF).

It will replace the Venezuelan Bolivar (VEB) in 2008.
Patch from Frank H. Ellenberger.

Modified: gnucash/branches/2.2/src/engine/iso-4217-currencies.scm
===================================================================
--- gnucash/branches/2.2/src/engine/iso-4217-currencies.scm	2008-09-17 17:22:12 UTC (rev 17542)
+++ gnucash/branches/2.2/src/engine/iso-4217-currencies.scm	2008-09-17 17:35:14 UTC (rev 17543)
@@ -198,7 +198,8 @@
 ( "Uruguayan Peso" "peso" "centesimo" "ISO4217" "UYU" "858" 100 100 )
 ( "Uzbekistani Sum" "som" "tiyin" "ISO4217" "UZS" "860" 100 100 )
 ( "Vanuatu Vatu" "vatu" "centime" "ISO4217" "VUV" "548" 1 1 )
-( "Venezuelan Bolivar" "bolivar" "centimo" "ISO4217" "VEB" "862" 100 100 )
+( "Venezuelan Bolivar (old)" "bolivar" "centimo" "ISO4217" "VEB" "862" 100 100 ) ;; 1000 replaced by 1 VEF in 2008
+( "Venezuelan Bolivar Fuerte" "bolivar" "centimo" "ISO4217" "VEF" "937" 100 100 ) ;; since 2008-01-01
 ( "Vietnamese Dong" "dong" "hao" "ISO4217" "VND" "704" 100 100 )
 ( "Yemeni Riyal" "riyal" "fils" "ISO4217" "YER" "886" 100 100 )
 ( "Yugoslav Dinar" "dinar" "para"  "ISO4217" "YUM"  "890" 100 100)



More information about the gnucash-changes mailing list