[Gnucash-changes] r14393 - gnucash/trunk - Add Suriname Dollar currency; replaces SRG, but due to a non-unity exchange rate we cannot have it replaced automatically. #319084

Christian Stimming cstim at cvs.gnucash.org
Tue Jun 20 08:49:21 EDT 2006


Author: cstim
Date: 2006-06-20 08:49:21 -0400 (Tue, 20 Jun 2006)
New Revision: 14393
Trac: http://svn.gnucash.org/trac/changeset/14393

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/engine/iso-4217-currencies.scm
Log:
Add Suriname Dollar currency; replaces SRG, but due to a non-unity exchange rate we cannot have it replaced automatically. #319084

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-06-20 10:30:58 UTC (rev 14392)
+++ gnucash/trunk/ChangeLog	2006-06-20 12:49:21 UTC (rev 14393)
@@ -1,5 +1,9 @@
 2006-06-20  Christian Stimming <stimming at tuhh.de>
 
+	* src/engine/iso-4217-currencies.scm: Add Suriname Dollar
+	currency; replaces SRG, but due to a non-unity exchange rate we
+	cannot have it replaced automatically. #319084
+
 	* src/backend/file/io-gncxml-v2.c: Use waitpid() only if
 	<sys/wait.h> is available. Unavailable on win32.
 

Modified: gnucash/trunk/src/engine/iso-4217-currencies.scm
===================================================================
--- gnucash/trunk/src/engine/iso-4217-currencies.scm	2006-06-20 10:30:58 UTC (rev 14392)
+++ gnucash/trunk/src/engine/iso-4217-currencies.scm	2006-06-20 12:49:21 UTC (rev 14393)
@@ -164,7 +164,8 @@
 ( "St. Helena Pound" "pound" "pence"  "ISO4217" "SHP"  "654" 100 100 )
 ( "Sudanese Dinar" "dinar" "piastre"  "ISO4217" "SDD" "736" 100 100 ) ;; 1992 on
 ( "Sudanese Pound" "pound" "piastre"  "ISO4217" "SDP" "736" 100 100 ) ;; into 1992
-( "Suriname Guilder" "guilder" "cent"  "ISO4217" "SRG" "740" 100 100 )
+( "Suriname Guilder" "guilder" "cent"  "ISO4217" "SRG" "740" 100 100 ) ;; only until 2003-12-31
+( "Suriname Dollar" "dollar" "cent"  "ISO4217" "SRD" "968" 100 100) ;; Since 2004-01-01
 ( "Swaziland Lilangeni" "lilangeni" "cent"  "ISO4217" "SZL" "748" 100 100 )
 ( "Swedish Krona" "krona" "ore"  "ISO4217" "SEK" "752" 100 100 )
 ( "Swiss Franc" "franc" "centime" "ISO4217" "CHF" "756" 100 100 )



More information about the gnucash-changes mailing list