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

Geert Janssens geert.gnucash at kobaltwit.be
Wed Sep 16 11:44:49 EDT 2015


On Wednesday 16 September 2015 09:42:47 Derek Atkins wrote:
> John,
> 
> I'm not convinced this is the correct fix for this issue..  It's fine
> to set up the brokerage account, but now it's creating subaccounts
> that one would expect to be the Stock, Bond, Fund account but...
> aren't.  :(
> 
> -derek

And if it's the proper solution, shouldn't it have been applied to the translated account charts 
as well ?

Geert

> 
> John Ralls <jralls at code.gnucash.org> writes:
> > 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(-)
> > 
> > _______________________________________________
> > gnucash-changes mailing list
> > gnucash-changes at gnucash.org
> > https://lists.gnucash.org/mailman/listinfo/gnucash-changes



More information about the gnucash-devel mailing list