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

John Ralls <jra...@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 <jra...@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-chan...@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-changes
>
>

-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warl...@mit.edu                        PGP key available
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to