gnucash maint: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Thu Nov 1 21:45:12 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/19b3643a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/36e430c8 (commit)
	from  https://github.com/Gnucash/gnucash/commit/204d6864 (commit)



commit 19b3643abfff66cd131789948855c0ccc4e60fab
Merge: 204d686 36e430c
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Nov 2 02:02:00 2018 +0100

    PR #431: Update iso-4217-currencies.xml
    
    add VES - Bolivar Soberano, minor updates of other VE currencies.
    
    Merge branch 'patch-1' of https://github.com/rcalpha/gnucash into maint


commit 36e430c8bad508b32a5b011da1ceb0d339b3708d
Author: Ruben Cheng <rcheng at uc.edu.ve>
Date:   Wed Oct 31 23:23:02 2018 -0400

    Update iso-4217-currencies.xml
    
    *) Fix VEB and VEF local-symbol
    *) Add new currency for Venezuela (VES - Bolivar Soberano) since August 20th 2018
    This is related to Bug 796927

diff --git a/libgnucash/engine/iso-4217-currencies.xml b/libgnucash/engine/iso-4217-currencies.xml
index 2442972..a68ab6c 100644
--- a/libgnucash/engine/iso-4217-currencies.xml
+++ b/libgnucash/engine/iso-4217-currencies.xml
@@ -2689,9 +2689,10 @@
   exchange-code="862"
   parts-per-unit="100"
   smallest-fraction="100"
-  local-symbol=""
+  local-symbol="Bs."
 />
 <!-- "VEF" - "Bolivar Fuerte"
+2018-08-20 "VES" 100000
 -->
 <currency
   isocode="VEF"
@@ -2702,7 +2703,20 @@
   exchange-code="937"
   parts-per-unit="100"
   smallest-fraction="100"
-  local-symbol="Bs."
+  local-symbol="BsF."
+/>
+<!-- "VES" - "Bolivar Soberano"
+-->
+<currency
+  isocode="VES"
+  fullname="Bolivar Soberano"
+  unitname="bolivar"
+  partname="centimo"
+  namespace="ISO4217"
+  exchange-code="928"
+  parts-per-unit="100"
+  smallest-fraction="100"
+  local-symbol="BsS."
 />
 <!-- "VND" - "Dong"
 -->



Summary of changes:
 libgnucash/engine/iso-4217-currencies.xml | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list