gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Jul 23 12:45:44 EDT 2019


Updated	 via  https://github.com/Gnucash/gnucash/commit/ca87572a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b02f7ac4 (commit)
	from  https://github.com/Gnucash/gnucash/commit/507ef68d (commit)



commit ca87572a2cf2b30d2e8a97ca8314ed803ea0a05e
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jul 23 09:42:43 2019 -0700

    Bug 797319 - Mauritanian ouguiya MRO shows too few decimals
    
    Changed MRO smallest-fraction to 100 based on information provided
    by the reporter. ISO4217 has moved the MRO to the "Historical Currencies"
    list that doesn't include CcyMnrUnits.

diff --git a/libgnucash/engine/iso-4217-currencies.xml b/libgnucash/engine/iso-4217-currencies.xml
index 8812ff53e..a17e75fe8 100644
--- a/libgnucash/engine/iso-4217-currencies.xml
+++ b/libgnucash/engine/iso-4217-currencies.xml
@@ -1743,7 +1743,7 @@
   namespace="ISO4217"
   exchange-code="478"
   parts-per-unit="5"
-  smallest-fraction="5"
+  smallest-fraction="100"
   local-symbol="UM"
 />
 <!-- "MRU" - "Ouguiya"

commit b02f7ac40979dd7132dddb22a02b88baabcc730d
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Jul 23 09:39:23 2019 -0700

    Bug 797316 - New Mauritanian ouguiya MRU not supported
    
    Add new MRU with info from
    https://www.currency-iso.org/dam/downloads/lists/list_one.xml

diff --git a/libgnucash/engine/iso-4217-currencies.xml b/libgnucash/engine/iso-4217-currencies.xml
index 2b71def0c..8812ff53e 100644
--- a/libgnucash/engine/iso-4217-currencies.xml
+++ b/libgnucash/engine/iso-4217-currencies.xml
@@ -1746,6 +1746,19 @@
   smallest-fraction="5"
   local-symbol="UM"
 />
+<!-- "MRU" - "Ouguiya"
+-->
+<currency
+  isocode="MRU"
+  fullname="Ouguiya"
+  unitname="ouguiya"
+  partname="khoum"
+  namespace="ISO4217"
+  exchange-code="929"
+  parts-per-unit="100"
+  smallest-fraction="100"
+  local-symbol="UM"
+/>
 <!-- "MTL" - "Maltese Lira"
   2008-01-01 "EUR" 0.4293
 -->



Summary of changes:
 libgnucash/engine/iso-4217-currencies.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list