gnucash maint: Correct the Stock, Bond, Market Index, and Mutual Fund account types.

John Ralls jralls at code.gnucash.org
Tue Sep 15 15:05:55 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/e921de8b (commit)
	from  https://github.com/Gnucash/gnucash/commit/44d43650 (commit)



commit e921de8b6fe7c47670668019116b7e16155642a5
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Sep 15 12:05:23 2015 -0700

    Correct the Stock, Bond, Market Index, and Mutual Fund account types.
    
    STOCK and MUTUAL are not compatible with currency.

diff --git a/accounts/C/acctchrt_brokerage.gnucash-xea b/accounts/C/acctchrt_brokerage.gnucash-xea
index 2c6d570..c71e0eb 100644
--- a/accounts/C/acctchrt_brokerage.gnucash-xea
+++ b/accounts/C/acctchrt_brokerage.gnucash-xea
@@ -63,7 +63,7 @@
 <gnc:account version="2.0.0">
   <act:name>Bond</act:name>
   <act:id type="new">8196bf0015c25f501338f07a87c512d8</act:id>
-  <act:type>STOCK</act:type>
+  <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
@@ -74,7 +74,7 @@
 <gnc:account version="2.0.0">
   <act:name>Stock</act:name>
   <act:id type="new">7d7db9bed07f21fc0b1f50674702aff0</act:id>
-  <act:type>STOCK</act:type>
+  <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
@@ -85,7 +85,7 @@
 <gnc:account version="2.0.0">
   <act:name>Market Index</act:name>
   <act:id type="new">fe9db8a7eedf2990e9846f634a922143</act:id>
-  <act:type>MUTUAL</act:type>
+  <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>
@@ -96,7 +96,7 @@
 <gnc:account version="2.0.0">
   <act:name>Mutual Fund</act:name>
   <act:id type="new">9da28c1aa7789e84bdc8484ba8f527b3</act:id>
-  <act:type>MUTUAL</act:type>
+  <act:type>ASSET</act:type>
   <act:commodity>
     <cmdty:space>ISO4217</cmdty:space>
     <cmdty:id>USD</cmdty:id>



Summary of changes:
 accounts/C/acctchrt_brokerage.gnucash-xea | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list