gnucash maint: adding BYN currency according to ISO 4217 ammendment #161 http://www.currency-iso.org/en/shared/amendments/iso-4217-amendment.html

John Ralls jralls at code.gnucash.org
Thu Jan 21 12:08:09 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/10fbd1fd (commit)
	from  https://github.com/Gnucash/gnucash/commit/bb915dc8 (commit)



commit 10fbd1fdd254be55c6e393c1f91c15a942ab212c
Author: Alexander Pushkarev <alexspush at gmail.com>
Date:   Thu Jan 21 19:17:00 2016 +0300

    adding BYN currency according to ISO 4217 ammendment #161 http://www.currency-iso.org/en/shared/amendments/iso-4217-amendment.html

diff --git a/src/engine/iso-4217-currencies.xml b/src/engine/iso-4217-currencies.xml
index 557cbce..2078067 100644
--- a/src/engine/iso-4217-currencies.xml
+++ b/src/engine/iso-4217-currencies.xml
@@ -565,6 +565,19 @@
   smallest-fraction="100"
   local-symbol="Br"
 />
+<!-- "BYN" - "Belarussian Ruble"
+-->
+<currency
+  isocode="BYN"
+  fullname="Belarussian Ruble"
+  unitname="ruble"
+  partname="kapeyka"
+  namespace="ISO4217"
+  exchange-code="933"
+  parts-per-unit="100"
+  smallest-fraction="1"
+  local-symbol="Br"
+/>
 <!-- "BZD" - "Belize Dollar"
 -->
 <currency



Summary of changes:
 src/engine/iso-4217-currencies.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)



More information about the gnucash-changes mailing list