mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add Suriname Dollar currency; replaces SRG, but due to a non-unity exchange rate we cannot have it replaced automatically. #319084
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14393 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4a26d3974a
commit
656a15f819
@ -1,5 +1,9 @@
|
|||||||
2006-06-20 Christian Stimming <stimming@tuhh.de>
|
2006-06-20 Christian Stimming <stimming@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
|
* src/backend/file/io-gncxml-v2.c: Use waitpid() only if
|
||||||
<sys/wait.h> is available. Unavailable on win32.
|
<sys/wait.h> is available. Unavailable on win32.
|
||||||
|
|
||||||
|
@ -164,7 +164,8 @@
|
|||||||
( "St. Helena Pound" "pound" "pence" "ISO4217" "SHP" "654" 100 100 )
|
( "St. Helena Pound" "pound" "pence" "ISO4217" "SHP" "654" 100 100 )
|
||||||
( "Sudanese Dinar" "dinar" "piastre" "ISO4217" "SDD" "736" 100 100 ) ;; 1992 on
|
( "Sudanese Dinar" "dinar" "piastre" "ISO4217" "SDD" "736" 100 100 ) ;; 1992 on
|
||||||
( "Sudanese Pound" "pound" "piastre" "ISO4217" "SDP" "736" 100 100 ) ;; into 1992
|
( "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 )
|
( "Swaziland Lilangeni" "lilangeni" "cent" "ISO4217" "SZL" "748" 100 100 )
|
||||||
( "Swedish Krona" "krona" "ore" "ISO4217" "SEK" "752" 100 100 )
|
( "Swedish Krona" "krona" "ore" "ISO4217" "SEK" "752" 100 100 )
|
||||||
( "Swiss Franc" "franc" "centime" "ISO4217" "CHF" "756" 100 100 )
|
( "Swiss Franc" "franc" "centime" "ISO4217" "CHF" "756" 100 100 )
|
||||||
|
Loading…
Reference in New Issue
Block a user