r20653 - gnucash-docs/trunk/guide/C - Fix mixed up account names, spotted by aikhan

Geert Janssens gjanssens at code.gnucash.org
Tue May 17 05:03:17 EDT 2011


Author: gjanssens
Date: 2011-05-17 05:03:17 -0400 (Tue, 17 May 2011)
New Revision: 20653
Trac: http://svn.gnucash.org/trac/changeset/20653

Modified:
   gnucash-docs/trunk/guide/C/ch_capgain.xml
Log:
Fix mixed up account names, spotted by aikhan

Modified: gnucash-docs/trunk/guide/C/ch_capgain.xml
===================================================================
--- gnucash-docs/trunk/guide/C/ch_capgain.xml	2011-05-16 09:13:40 UTC (rev 20652)
+++ gnucash-docs/trunk/guide/C/ch_capgain.xml	2011-05-17 09:03:17 UTC (rev 20653)
@@ -242,9 +242,9 @@
           price of the painting. This money comes directly from your
           <emphasis>Assets:Fixed Assets:Degas</emphasis> sub-accounts. Transfer the full
           <emphasis>Assets:Fixed Assets:Degas:Cost</emphasis> value into 
-          <emphasis>Assets:Fixed Assets:Savings Account</emphasis>, and the full 
+          <emphasis>Assets:Current Assets:Savings Account</emphasis>, and the full 
           <emphasis>Assets:Fixed Assets:Degas:Unrealized Gain</emphasis> into 
-          <emphasis>Assets:Fixed Assets:Savings Account</emphasis>.</para>
+          <emphasis>Assets:Current Assets:Savings Account</emphasis>.</para>
 
           <para>These transactions should now appear as follows:</para>
 
@@ -276,7 +276,7 @@
                   <row>
                     <entry>Assets:Fixed Assets:Degas:Cost</entry>
 
-                    <entry>Assets:Fixed Assets:Savings Account</entry>
+                    <entry>Assets:Current Assets:Savings Account</entry>
 
                     <entry>$100,000</entry>
 
@@ -286,7 +286,7 @@
                   <row>
                     <entry>Assets:Fixed Assets:Degas:Unrealized Gains</entry>
 
-                    <entry>Assets:Fixed Assets:Savings Account</entry>
+                    <entry>Assets:Current Assets:Savings Account</entry>
 
                     <entry>$30,000</entry>
 
@@ -296,7 +296,7 @@
               </tgroup>
             </table></para>
 
-          <para>This leaves the <emphasis>Assets:Fixed Assets:Savings Account</emphasis> account
+          <para>This leaves the <emphasis>Assets:Current Assets:Savings Account</emphasis> account
           with a total of $130000 and <emphasis>Income:Realized Gains</emphasis> with a total of
           $30000.</para>
 
@@ -359,7 +359,7 @@
                   <row>
                     <entry>Assets:Fixed Assets:Degas:Cost</entry>
 
-                    <entry>Assets:Fixed Assets:Savings Account</entry>
+                    <entry>Assets:Current Assets:Savings Account</entry>
 
                     <entry>$100,000</entry>
 
@@ -369,7 +369,7 @@
                   <row>
                     <entry>Assets:Fixed Assets:Degas:Unrealized Gains</entry>
 
-                    <entry>Assets:Fixed Assets:Savings Account</entry>
+                    <entry>Assets:Current Assets:Savings Account</entry>
 
                     <entry>$20,000</entry>
 
@@ -389,7 +389,7 @@
               </tgroup>
             </table></para>
 
-          <para>This leaves the <emphasis>Assets:Fixed Assets:Savings Account</emphasis> account
+          <para>This leaves the <emphasis>Assets:Current Assets:Savings Account</emphasis> account
           with a total of $120000 and <emphasis>Income:Realized Gains</emphasis> with a total of
           $20000.</para>
         </listitem>
@@ -434,7 +434,7 @@
                   <row>
                     <entry>Assets:Fixed Assets:Degas:Cost</entry>
 
-                    <entry>Assets:Fixed Assets:Savings Account</entry>
+                    <entry>Assets:Current Assets:Savings Account</entry>
 
                     <entry>$100,000</entry>
 
@@ -444,7 +444,7 @@
                   <row>
                     <entry>Assets:Fixed Assets:Degas:Unrealized Gains</entry>
 
-                    <entry>Assets:Fixed Assets:Savings Account</entry>
+                    <entry>Assets:Current Assets:Savings Account</entry>
 
                     <entry>$50,000</entry>
 
@@ -464,7 +464,7 @@
               </tgroup>
             </table></para>
 
-          <para>This leaves the <emphasis>Assets:Fixed Assets:Savings Account</emphasis> account
+          <para>This leaves the <emphasis>Assets:Current Assets:Savings Account</emphasis> account
           with a total of $150,000 and <emphasis>Income:Realized Gains</emphasis> with a total of
           $50,000.</para>
         </listitem>



More information about the gnucash-changes mailing list