Added some screenshots, finished converting chapters to XML

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5988 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Lyttle 2001-11-24 03:25:39 +00:00
parent 393ff20342
commit 401d6fe3a5
12 changed files with 805 additions and 288 deletions

View File

@ -1,6 +1,3 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN"[
]>
<!--
(Do not remove this comment block.)
Version: 1.6.5
@ -12,66 +9,6 @@
(translators put your name and email here)
-->
<book id="index">
<bookinfo>
<title>GnuCash User Guide</title>
<edition>v1.6.5</edition>
<authorgroup>
<author>
<firstname>Carol</firstname>
<surname>Champagne</surname>
<authorblurb>
<para>
<email>carol@io.com</email>
</para>
</authorblurb>
</author>
<author>
<firstname>Chris</firstname>
<surname>Lyttle</surname>
<authorblurb>
<para>
<email>chris@wilddev.net</email>
</para>
</authorblurb>
</author>
</authorgroup>
<copyright>
<year>2001</year>
<holder>Carol Champagne and Chris Lyttle</holder>
</copyright>
<!-- translators: uncomment this:
<copyright>
<year>2000</year>
<holder>ME-THE-TRANSLATOR (Latin translation)</holder>
</copyright>
-->
<legalnotice id="legalnotice">
<para>
Permission is granted to copy, distribute and/or modify this document under the terms of the <ulink type="help" url="gnome-help:fdl"><citetitle>GNU Free Documentation License</citetitle></ulink>, Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of this license was provided with this software in the file <filename>COPYING-DOCS</filename>.
</para>
<para>
Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any GNOME documentation, and those trademarks are made aware to the members of the GNOME Documentation Project, the names have been printed in caps or initial caps.
</para>
</legalnotice>
<!-- this is the version of manual, not application -->
<releaseinfo>
This is version 1.6.5 of the GnuCash User Guide.
</releaseinfo>
</bookinfo>
<chapter id="chapter4">
<title>Chapter 4 Entering Transactions</title>
<para>
@ -87,7 +24,22 @@ To view an account register, highlight the account name in the main window and d
</para>
<para>
For example, here is a checking account register:
(?insert register.png)
<screenshot id="register">
<mediaobject>
<imageobject>
<imagedata fileref="figures/register.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Checking Account Register</phrase>
</textobject>
<caption>
<para>This image shows the Checking Account Register.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
<para>
The title bar of the register displays the account name, which in this case is "Checking." Below the title bar, the menu bar displays the menu options available within the register, and the tool bar contains handy buttons that help you work with the register.
@ -97,7 +49,22 @@ Although each transaction has at least two splits, all you see in the basic regi
</para>
<para>
For example, if you highlight the (?"Paycheck") register line above and click the "Split" button, you get an expanded transaction that looks like this:
(?insert registersplit.png)
<screenshot id="registersplit">
<mediaobject>
<imageobject>
<imagedata fileref="figures/registersplit.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>A Split Transaction</phrase>
</textobject>
<caption>
<para>This image shows a Split Transaction.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
<para>
The first line of the transaction is the <emphasis> transaction line </emphasis>. It contains a date, optional number (such as a check number), transaction description, total amount affecting the current account, and updated account balance after the current transaction. Note that in the expanded view, the "Transfer" column heading disappears, and there is no account name listed in that field. This line shows you only a summary of the transaction's effect on the current account. For more detailed information, you need to look below at the individual splits that make up the transaction.
@ -105,7 +72,22 @@ The first line of the transaction is the <emphasis> transaction line </emphasis>
<para>
The partial lines below the transaction line are the <emphasis> split lines </emphasis>, and they are separated by gray lines. As you highlight one of the split lines, the column headings change to show the split-related fields:
(insert registersplit2.png)
<screenshot id="registersplit2">
<mediaobject>
<imageobject>
<imagedata fileref="figures/registersplit2.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>How Split Headings change</phrase>
</textobject>
<caption>
<para>This image shows how Split Headings change.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
<para>
Each split contains an optional action, or type of split, which you can either type in or choose from a pull-down list. The split also contains an optional memo which describes the split. Each split affects an account, which can be selected from a pull-down list of your accounts. The "R" field indicates whether the split has been reconciled. The last two columns show the amount of the split and whether money is coming into or oing out of the account.
@ -116,7 +98,22 @@ As we discussed in section (?2.1), total debits (left-column entries) must equal
<para>
In this example, if you jump to the "Salary" account, GnuCash brings up the same transaction in the Salary account register:
(?insert registersplit3.png)
<screenshot id="registersplit3">
<mediaobject>
<imageobject>
<imagedata fileref="figures/registersplit3.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>A jump to the Salary account</phrase>
</textobject>
<caption>
<para>This image shows a jump to the Salary account.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
<para>
Note that the transaction line total now summarizes the effect on the Salary account instead of the Checking account, because you are looking at the Salary account register. The splits are exactly the same, but the transaction line now reflects the credit to the Salary account.
@ -163,7 +160,22 @@ Open the register of one of the accounts affected by the transaction.
<listitem>
<para>
On a blank line of the register, enter the date of the transaction. You can either type the date in the date field or click the down-arrow to select the date from a calendar:
(?insert date.png)
<screenshot id="date">
<mediaobject>
<imageobject>
<imagedata fileref="figures/date.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Date dialog</phrase>
</textobject>
<caption>
<para>This image shows the Date Dialog.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
<listitem>
@ -179,7 +191,22 @@ Tab to the Description field and enter a description of the transaction. This
<listitem>
<para>
Tab to the Transfer field and enter the other account affected by this transaction. You can either type in the name or select it from a drop-down list of your accounts:
(?insert transferacct.png)
<screenshot id="transferacct">
<mediaobject>
<imageobject>
<imagedata fileref="figures/transferacct.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Transfer Account dialog</phrase>
</textobject>
<caption>
<para>This image shows the Transfer Account Dialog.
</para>
</caption>
</mediaobject>
</screenshot>
Press TAB to accept the account name.
@ -202,7 +229,22 @@ Click Enter to record the transaction.
<title>4.3.2 Using the Transfer Dialog</title>
<para>
You can also enter transactions from the Transfer dialog box. From the main window, select Accounts|Transfer... from the menu. You should then get a dialog like this:
(?insert transfer.png)
<screenshot id="transfer">
<mediaobject>
<imageobject>
<imagedata fileref="figures/transfer.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Transfer dialog</phrase>
</textobject>
<caption>
<para>This image shows the Transfer Dialog.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
<orderedlist>
<listitem>
@ -242,13 +284,41 @@ Open the register of one of the accounts involved.
<listitem>
<para>
Click on a blank line of the register. If you are using the default Basic Ledger register style, click the Splits button on the tool bar to expand the transaction. If you are in either Auto-Split Ledger or Transaction Journal register styles, the transaction is already expanded for you. The blank transaction, regardless of register style, should look like this:
(?insert splittxn.png)
<screenshot id="splittxn">
<mediaobject>
<imageobject>
<imagedata fileref="figures/splittxn.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The dialog for entering a split</phrase>
</textobject>
<caption>
<para>This image shows the dialog for entering a split.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
<listitem>
<para>
Enter the date, transaction number, and description on the transaction line, just as you would for a basic transaction. Tab out of the description field and note that the cursor automatically moves to the first split line below the transaction line:
(?insert splittxn2.png)
<screenshot id="splittxn2">
<mediaobject>
<imageobject>
<imagedata fileref="figures/splittxn2.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The first split line</phrase>
</textobject>
<caption>
<para>This image shows the first split.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
<listitem>
@ -269,18 +339,42 @@ Enter the amount of this split in either the debit or credit column (in this cas
<listitem>
<para>
Tab to complete the split, and notice that a new split line appears:
(?insert splittxn3.png)
<screenshot id="splittxn3">
<mediaobject>
<imageobject>
<imagedata fileref="figures/splittxn3.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The second split line</phrase>
</textobject>
<caption>
<para>This image shows the second split line.
</para>
</caption>
</mediaobject>
</screenshot>
Enter the second split on this line. GnuCash automatically keeps a running tab of any transaction remaining balance on the last split line of the transaction, and it marks unbalanced transactions with small gray diagonal marks in the upper left corner of the amount fields. Choose the account from the pull-down list, and enter the amount of the second split.
</para>
</listitem>
<listitem>
<para>
Continue entering splits until you have a balanced transaction. When the gray marks disappear, the transaction is balanced. The total of debit splits should now equal the total of credit splits:
(?insert splittxn4.png)
<screenshot id="splittxn4">
<mediaobject>
<imageobject>
<imagedata fileref="figures/splittxn4.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The finished split</phrase>
</textobject>
<caption>
<para>This image shows the finished split.
</para>
</caption>
</mediaobject>
</screenshot>
Notice that GnuCash reorders the splits so that all of the debit splits are first, followed by the credit splits.
</para>
</listitem>
@ -413,7 +507,21 @@ Open the register of the account you wish to reconcile.
<listitem>
<para>
Select Account|Reconcile from the menu. A dialog box like this will appear:
(?insert reconcile.png)
<screenshot id="reconcile">
<mediaobject>
<imageobject>
<imagedata fileref="figures/reconcile.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The reconcile dialog</phrase>
</textobject>
<caption>
<para>This image shows the Reconcile Dialog.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
<listitem>
@ -429,7 +537,21 @@ GnuCash automatically fills in the starting balance for you. From your bank st
<listitem>
<para>
Click OK to proceed to the Reconcile window:
(?insert reconcile2.png)
<screenshot id="reconcile2">
<mediaobject>
<imageobject>
<imagedata fileref="figures/reconcile2.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Reconcile Window</phrase>
</textobject>
<caption>
<para>This image shows the Reconcile Window.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
<listitem>
@ -492,11 +614,22 @@ As you finish reconciling your accounts, you will probably find transactions tha
<sect2 id="deleting2">
<title>4.7.2 Deleting Transactions</title>
<para>
To delete a transaction, highlight the transaction line and click the Delete button on the tool bar. GnuCash displays this dialog:
(?insert delete.png)
To delete a transaction, highlight the transaction line and click the Delete button on the tool bar. GnuCash displays this dialog:
<screenshot id="delete">
<mediaobject>
<imageobject>
<imagedata fileref="figures/delete.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The delete dialog</phrase>
</textobject>
<caption>
<para>This image shows the Delete Dialog.
</para>
</caption>
</mediaobject>
</screenshot>
You should choose the default option, "Delete the whole transaction." (Choosing the other option will delete all of the splits except the one affecting the current account, and this will cause your transaction to become unbalanced.)
</para>
</sect2>
@ -504,7 +637,21 @@ As you finish reconciling your accounts, you will probably find transactions tha
<title>4.7.3 Finding Transactions</title>
<para>
To search for transactions, click the Find button on the tool bar of either the main window or the register window. You will see a dialog that offers several search options:
(?insert find.png)
<screenshot id="find">
<mediaobject>
<imageobject>
<imagedata fileref="figures/find.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The find dialog</phrase>
</textobject>
<caption>
<para>This image shows the Find Dialog.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
<orderedlist>
<listitem>
@ -564,11 +711,26 @@ As you finish reconciling your accounts, you will probably find transactions tha
(??Tip: The actual amounts of recurring transactions often vary slightly from the estimate. It's a good idea to flag the recurring transactions that have been updated with actual amounts, so you can keep track of which amounts are still estimates. One way to do this is to enter a flag in the Num field when you update the transaction with actual amounts. For example, if you have entered several recurring paycheck deposits, you might enter "DEP" (or some other abbreviation) in the Num field when you update a deposit with actual amounts.)
</para>
</sect1>
<sect1 id="together1">
<sect1 id="puttoget1">
<title>4.9 Putting It All Together (Example of entering an opening balance in checking, entering a paycheck with deductions, entering a second paycheck using QuickFill, and scheduling a recurring paycheck transaction)</title>
<para>
Start by opening your (?gcashdata) file that you last worked on in (?Chapter 3). As a refresher, your main window should look something like this:
(insert chartaccts.png)
FIXME:This section needs redoing
<screenshot id="gcashdata2b">
<mediaobject>
<imageobject>
<imagedata fileref="figures/gcashdata2.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The dialog for a New Account</phrase>
</textobject>
<caption>
<para>This image shows the New Account Dialog.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
<orderedlist>
<listitem>
@ -579,16 +741,42 @@ As you finish reconciling your accounts, you will probably find transactions tha
<listitem>
<para>
From the Checking register window, enter a basic transaction to deposit your net pay of $800 into your checking account. (Remember, basic transactions transfer money from a source account to a destination account. Your source in this case is the Salary account, and your destination is the Checking account.) The transaction should look like this:
(?insert transactex.png)
<screenshot id="transactex">
<mediaobject>
<imageobject>
<imagedata fileref="figures/transactex.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>Entering a Paycheck transaction</phrase>
</textobject>
<caption>
<para>This image shows Entering a Paycheck transaction.
</para>
</caption>
</mediaobject>
</screenshot>
Record the transaction.
</para>
</listitem>
<listitem>
<para>
Now duplicate this transaction using the Duplicate button in the tool bar. Schedule the transaction date a week out in the future, and notice the blue line separator that GnuCash uses to separate future transactions from current ones:
(?insert transactex2.png)
<screenshot id="transactex2">
<mediaobject>
<imageobject>
<imagedata fileref="figures/transactex2.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The duplicated transaction</phrase>
</textobject>
<caption>
<para>This image shows the duplicated transaction.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
<listitem>
@ -598,11 +786,11 @@ Record the transaction.
<para>
<table>
<title>Split Example</title>
<tgroup cols=4 align=left>
<colspec colname=c1 >
<colspec colname=c2 >
<colspec colname=c3 >
<colspec colname=c4 >
<tgroup cols="4" align="left">
<colspec colname="c1" />
<colspec colname="c2" />
<colspec colname="c3" />
<colspec colname="c4" />
<tbody>
<row>
<entry>Debit</entry>
@ -622,7 +810,7 @@ Record the transaction.
<row>
<entry>Credit</entry>
<entry>Salary</entry>
<entry colname=c4 >1050</entry>
<entry colname="c4">1050</entry>
</row>
</tbody>
</tgroup>
@ -633,9 +821,21 @@ Record the transaction.
</para>
<para>
Here's what the transaction should look like:
(?insert transactex3.png)
<screenshot id="transactex3">
<mediaobject>
<imageobject>
<imagedata fileref="figures/transactex3.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The split transaction</phrase>
</textobject>
<caption>
<para>This image shows the split transaction.
</para>
</caption>
</mediaobject>
</screenshot>
Press Enter to record the transaction.
</para>
</listitem>
@ -652,8 +852,21 @@ Press Enter to record the transaction.
<listitem>
<para>
Let's look at another account register to see how this last paycheck transaction affected it. In the expanded transaction, select the Salary account split, and click the Jump button in the tool bar. You should now see the same transaction in the Salary account register:
(?insert transactex4.png)
<screenshot id="transactex4">
<mediaobject>
<imageobject>
<imagedata fileref="figures/transactex4.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The split transaction in the Salary Account</phrase>
</textobject>
<caption>
<para>This image shows the split transaction in the Salary Account.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
<para>
Notice the transaction line is different, but all of the split lines are exactly the same. You are now looking at this transaction in the Salary account, so the transaction line shows a summary of the effect on this account.
@ -663,6 +876,23 @@ Press Enter to record the transaction.
<para>
You now know all you need to know to enter your transactions in GnuCash. Return to the main window by closing the register windows, and note that some of your accounts now have balances. Your chart of accounts should now look like this:
(?insert chartaccts2.png)
FIXME:
<screenshot id="gcashdata2c">
<mediaobject>
<imageobject>
<imagedata fileref="figures/gcashdata.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The dialog for a New Account</phrase>
</textobject>
<caption>
<para>This image shows the New Account Dialog.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
</orderedlist>
@ -671,4 +901,3 @@ Press Enter to record the transaction.
</para>
</sect1>
</chapter>
</book>

View File

@ -1,6 +1,3 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN"[
]>
<!--
(Do not remove this comment block.)
Version: 1.6.5
@ -11,67 +8,6 @@
Translators:
(translators put your name and email here)
-->
<book id="index">
<bookinfo>
<title>GnuCash User Guide</title>
<edition>v1.6.5</edition>
<authorgroup>
<author>
<firstname>Carol</firstname>
<surname>Champagne</surname>
<authorblurb>
<para>
<email>carol@io.com</email>
</para>
</authorblurb>
</author>
<author>
<firstname>Chris</firstname>
<surname>Lyttle</surname>
<authorblurb>
<para>
<email>chris@wilddev.net</email>
</para>
</authorblurb>
</author>
</authorgroup>
<copyright>
<year>2001</year>
<holder>Carol Champagne and Chris Lyttle</holder>
</copyright>
<!-- translators: uncomment this:
<copyright>
<year>2000</year>
<holder>ME-THE-TRANSLATOR (Latin translation)</holder>
</copyright>
-->
<legalnotice id="legalnotice">
<para>
Permission is granted to copy, distribute and/or modify this document under the terms of the <ulink type="help" url="gnome-help:fdl"><citetitle>GNU Free Documentation License</citetitle></ulink>, Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of this license was provided with this software in the file <filename>COPYING-DOCS</filename>.
</para>
<para>
Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any GNOME documentation, and those trademarks are made aware to the members of the GNOME Documentation Project, the names have been printed in caps or initial caps.
</para>
</legalnotice>
<!-- this is the version of manual, not application -->
<releaseinfo>
This is version 1.6.5 of the GnuCash User Guide.
</releaseinfo>
</bookinfo>
<chapter id="chapter5">
<title>Chapter 5 Starting with Your Checkbook</title>
<para>
@ -113,7 +49,7 @@ A copy of this license was provided with this software in the file <filename>COP
The next sections cover specific payment and deposit transactions most often made, such as income deposits, checks, ATM withdrawals, service charges, and transfers of money to/from other bank accounts.
</para>
</sect1>
<sect1 id="entering1">
<sect1 id="enterdep1">
<title>5.2 Entering Deposits (Discussion)</title>
<para>
Most deposit transactions are entered as a transfer from an income account to a bank account. Income may come from many sources, and it?s a good idea to set up a separate income type account for each different source. For example, your income may come mainly from your paychecks, but you may also receive interest on your savings. In this case, you should have one income account for salary and another income account for interest income.
@ -131,7 +67,21 @@ A copy of this license was provided with this software in the file <filename>COP
<title>5.2.1 Net Pay (How-To)</title>
<para>
Net pay is entered as a transfer of an amount of money from an income account to a bank account.
(?insert incomedep.png)
<screenshot id="incomedep">
<mediaobject>
<imageobject>
<imagedata fileref="figures/basictxn2.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>Entering Net Pay</phrase>
</textobject>
<caption>
<para>This image shows Entering Net Pay.
</para>
</caption>
</mediaobject>
</screenshot>
To enter a net pay transaction, you should:
</para>
<orderedlist>
@ -202,8 +152,21 @@ A copy of this license was provided with this software in the file <filename>COP
</orderedlist>
<para>
If you also contribute to a 401(k) or other retirement account through your employer, you should set up a bank type account for this type of deduction. Similarly, if you track contributions to an employee stock purchase plan, set up a bank type account for your purchase plan. More detail on tracking these and other investments is given in (?Chapter 7.)
(?insert grossdep.png)
<screenshot id="grossdep">
<mediaobject>
<imageobject>
<imagedata fileref="figures/multitxn.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>Entering Gross Pay</phrase>
</textobject>
<caption>
<para>This image shows Entering Gross Pay.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
<para>
To enter a gross pay transaction:
@ -282,8 +245,21 @@ A copy of this license was provided with this software in the file <filename>COP
<listitem>
<para>
Press Enter to record the transaction.
(?insert multdep.png)
<screenshot id="multidep">
<mediaobject>
<imageobject>
<imagedata fileref="figures/multidep.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>Transfer to Savings Account</phrase>
</textobject>
<caption>
<para>This image shows a Transfer to the Savings Account.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
</orderedlist>
@ -324,15 +300,26 @@ A copy of this license was provided with this software in the file <filename>COP
<listitem>
<para>
If you entered a transfer account, Tab to the Withdrawal column and enter the amount. Press Enter to record the transaction.
(?insert check.png)
<screenshot id="check">
<mediaobject>
<imageobject>
<imagedata fileref="figures/basictxn.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>Entering a Check payment</phrase>
</textobject>
<caption>
<para>This image shows Entering a Check payment.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
<listitem>
<para>
If you clicked the Split button, Tab to the first split, which affects the checking account. Enter an optional action and memo, then enter the amount of the check in the Withdrawal column. In this transaction, you are transferring money *from* checking *to* multiple other accounts. For each other account involved in this transaction, enter a split and a deposit amount. When you have finished entering your splits, the total deposits to other accounts should equal your total withdrawal from the checking account for this transaction. Press Enter to record the transaction.
(?insert checkmult.png)
</para>
</listitem>
</orderedlist>
@ -378,8 +365,21 @@ A copy of this license was provided with this software in the file <filename>COP
<listitem>
<para>
Press Enter to record the transaction.
(?insert cashwd.png)
<screenshot id="cashwd">
<mediaobject>
<imageobject>
<imagedata fileref="figures/cashwd.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>A Cash Withdrawal</phrase>
</textobject>
<caption>
<para>This image shows a Cash Withdrawal.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
</orderedlist>
@ -418,7 +418,21 @@ A copy of this license was provided with this software in the file <filename>COP
<listitem>
<para>
Press Enter to record the transaction.
(?insert cashpurch.png)
<screenshot id="cashpurch">
<mediaobject>
<imageobject>
<imagedata fileref="figures/cashpurch.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>A Cash Purchase</phrase>
</textobject>
<caption>
<para>This image shows a Cash Purchase.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
</orderedlist>
@ -478,7 +492,7 @@ A copy of this license was provided with this software in the file <filename>COP
(???Document this when feature is completed...)
</para>
</sect1>
<sect1 id="reconcile1">
<sect1 id="reconacct1">
<title>5.5 Reconciling your Accounts (Discussion)</title>
<para>
GnuCash makes reconciliation of your bank account with your monthly bank statement much easier. (?Section 4.6) gives instructions on how to reconcile your transactions with the monthly bank statement. This is the main reconciliation task that should be done every month.
@ -530,43 +544,155 @@ A copy of this license was provided with this software in the file <filename>COP
<title>5.7 Putting It All Together (Examples of entering a transfer of money in from savings, a check for groceries, an ATM withdrawal, a service charge; then reconciling to a statement)</title>
<para>
In (?Chapter 4), you entered some transactions in your checking account. In this chapter, we will add more transactions and then reconcile them. So, let?s get started by opening the (?gcashdata) file you saved in the last chapter. Your chart of accounts should look like this:
(?insert chartaccts2.png)
(?insert chartaccts2.png) FIXME:
<screenshot id="gcashdata2d">
<mediaobject>
<imageobject>
<imagedata fileref="figures/gcashdata2.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Checking Account Register</phrase>
</textobject>
<caption>
<para>This image shows the Checking Account Register.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
<orderedlist>
<listitem>
<para>
Open the Savings account and enter an opening balance transaction for $1000. To do this, you will enter the transfer account as ?Opening Balances? and the $1000 in the Deposit column:
(?insert savings.png)
(?insert savings.png)FIXME:
<screenshot id="savings">
<mediaobject>
<imageobject>
<imagedata fileref="figures/register.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Checking Account Register</phrase>
</textobject>
<caption>
<para>This image shows the Checking Account Register.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
<listitem>
<para>
Now open the Checking account from the main window. In the last chapter, you entered some paycheck transactions as deposits into Checking. Now we will enter another kind of deposit---a transfer of money from Savings into Checking. On a blank line, enter a transaction to transfer $500 from Savings to Checking. Your Transfer account will be Savings, since you are in the Checking account. Your Checking account should now look like this:
(?insert transferin.png)
(?insert transferin.png)FIXME:
<screenshot id="transferin">
<mediaobject>
<imageobject>
<imagedata fileref="figures/register.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Checking Account Register</phrase>
</textobject>
<caption>
<para>This image shows the Checking Account Register.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
<listitem>
<para>
Now let?s write some checks on this account. First, write a check to ?HomeTown Grocery? for $75. Your transfer account is ?Groceries,? since all of this money is going to buy groceries. Next, write a check to ?ABC Hardware? for $100, and split this amount between two expenses: ?Household? ($50) and "Tools? ($50). You will need to create an expense type account for each of these, then enter splits for them. Your checking account should now look like this;
(?insert checkexamp.png)
(?insert checkexamp.png)FIXME:
<screenshot id="checkexamp">
<mediaobject>
<imageobject>
<imagedata fileref="figures/register.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Checking Account Register</phrase>
</textobject>
<caption>
<para>This image shows the Checking Account Register.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
<listitem>
<para>
Suppose you now need to withdraw some money. You don?t have a cash account set up in your chart of accounts, so you will need to create one. Create the account as ?Cash? as a top-level account of type cash. From your Checking account register, enter an ATM type withdrawal to transfer $100 from Checking to Cash.
(?insert ATM.png)
(?insert ATM.png)FIXME:
<screenshot id="atm">
<mediaobject>
<imageobject>
<imagedata fileref="figures/register.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Checking Account Register</phrase>
</textobject>
<caption>
<para>This image shows the Checking Account Register.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
<listitem>
<para>
Now we are ready to reconcile this Checking account, using this sample bank statement:
(?insert a picture of a sample bank statement here)
(?insert a picture of a sample bank statement here)FIXME
<screenshot id="bankstmt">
<mediaobject>
<imageobject>
<imagedata fileref="figures/register.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Checking Account Register</phrase>
</textobject>
<caption>
<para>This image shows the Checking Account Register.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
<para>
Select Account|Reconcile... from the menu, and fill in the Closing balance as (?$2620). Click OK to begin reconciling the account. Check off the entries as they appear on the sample statement. When you have checked off all your entries, the reconcile window should look like this:
(?insert reconexamp.png)
(?insert reconexamp.png)FIXME
<screenshot id="reconexamp">
<mediaobject>
<imageobject>
<imagedata fileref="figures/register.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Checking Account Register</phrase>
</textobject>
<caption>
<para>This image shows the Checking Account Register.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
<para>
Notice that your reconciled balance differs from your ending balance by $5.00. If you look at the sample bank statement, you will see there is a $5.00 service charge that has not been added to your Checking account.
@ -575,7 +701,23 @@ A copy of this license was provided with this software in the file <filename>COP
<listitem>
<para>
So click on the Checking register and add the $5.00 service charge to your Checking account. On a blank line of the Checking register, enter a transaction to transfer $5.00 from Checking to a ?Service Charges? account. ( You will need to create the ?Service Charges? account as type expense.) Use the transaction date printed on the sample statement as the date you enter for this transaction. Your Checking account should now look like this:
(?insert servch.png)
(?insert servch.png)FIXME
<screenshot id="servch">
<mediaobject>
<imageobject>
<imagedata fileref="figures/register.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Checking Account Register</phrase>
</textobject>
<caption>
<para>This image shows the Checking Account Register.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
<listitem>
@ -587,7 +729,23 @@ A copy of this license was provided with this software in the file <filename>COP
<para>
Go back to the main window and save your file. Your chart of accounts is steadily growing, and it should now look like this:
(?insert chartaccts3.png)
(?insert chartaccts3.png)FIXME
<screenshot id="chartaccts3">
<mediaobject>
<imageobject>
<imagedata fileref="figures/register.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>The Checking Account Register</phrase>
</textobject>
<caption>
<para>This image shows the Checking Account Register.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
</orderedlist>
@ -596,4 +754,3 @@ A copy of this license was provided with this software in the file <filename>COP
</para>
</sect1>
</chapter>
</book>

View File

@ -1,6 +1,3 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN"[
]>
<!--
(Do not remove this comment block.)
Version: 1.6.5
@ -11,66 +8,6 @@
Translators:
(translators put your name and email here)
-->
<book id="index">
<bookinfo>
<title>GnuCash User Guide</title>
<edition>v1.6.5</edition>
<authorgroup>
<author>
<firstname>Carol</firstname>
<surname>Champagne</surname>
<authorblurb>
<para>
<email>carol@io.com</email>
</para>
</authorblurb>
</author>
<author>
<firstname>Chris</firstname>
<surname>Lyttle</surname>
<authorblurb>
<para>
<email>chris@wilddev.net</email>
</para>
</authorblurb>
</author>
</authorgroup>
<copyright>
<year>2001</year>
<holder>Carol Champagne and Chris Lyttle</holder>
</copyright>
<!-- translators: uncomment this:
<copyright>
<year>2000</year>
<holder>ME-THE-TRANSLATOR (Latin translation)</holder>
</copyright>
-->
<legalnotice id="legalnotice">
<para>
Permission is granted to copy, distribute and/or modify this document under the terms of the <ulink type="help" url="gnome-help:fdl"><citetitle>GNU Free Documentation License</citetitle></ulink>, Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of this license was provided with this software in the file <filename>COPYING-DOCS</filename>.
</para>
<para>
Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any GNOME documentation, and those trademarks are made aware to the members of the GNOME Documentation Project, the names have been printed in caps or initial caps.
</para>
</legalnotice>
<!-- this is the version of manual, not application -->
<releaseinfo>
This is version 1.6.5 of the GnuCash User Guide.
</releaseinfo>
</bookinfo>
<chapter id="chapter6">
<title>Chapter 6 Managing Credit Cards</title>
<para>
@ -82,7 +19,7 @@ A copy of this license was provided with this software in the file <filename>COP
<para>
The other level of detail allows you to track your balance and purchases, but it requires more entry. Using the credit card account register, you enter your receipts throughout the month. When your credit card statement arrives, you reconcile the credit card account to the statement, and you enter your payment as a transfer of money from your checking account to your credit card account. This method, in addition to giving you more information about your balance during the month, also points out any discrepancies quickly during reconciliation.
</para>
<sect1 id="setupacct1">
<sect1 id="settingupacct1">
<title>6.1 Setting Up Accounts (Discussion)</title>
<para>
To begin managing your credit cards in GnuCash, you should set up a credit card type account for each credit card you use. If you are tracking only the payments you make to the credit card company, then all you need is a bank account and a credit card account to enter your transactions. Skip to section (?6.3.1) for information on entering monthly payments.
@ -132,14 +69,26 @@ A copy of this license was provided with this software in the file <filename>COP
<listitem>
<para>
If you entered a Transfer account, Tab to the Charge column and enter the amount. Press Enter to record the transaction.
(insert credpur.png)
<screenshot id="credpur">
<mediaobject>
<imageobject>
<imagedata fileref="figures/credpur.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>A Credit Card Purchase</phrase>
</textobject>
<caption>
<para>This image shows a Credit Card Purchase.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
<listitem>
<para>
If you clicked the Split button, Tab to the first split, which affects the credit card account. Enter an optional action and memo, then enter the receipt total in the Charge column. In this transaction, you are transferring money *from* the credit card account *to* multiple other accounts. For each other account involved in this transaction, enter a split and a payment amount. When you have finished entering your splits, the total payments to other accounts should equal your total charge on the credit card account for this transaction. Press Enter to record the transaction.
(?insert credmult.png)
</para>
</listitem>
</orderedlist>
@ -188,8 +137,21 @@ A copy of this license was provided with this software in the file <filename>COP
<listitem>
<para>
Record the payment amount in the Payment column and hit Enter to complete the transaction. This should decrease your outstanding credit card balance.
(?insert creditpmt.png)
<screenshot id="creditpmt">
<mediaobject>
<imageobject>
<imagedata fileref="figures/creditpmt.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>A Credit Card Payment</phrase>
</textobject>
<caption>
<para>This image shows a Credit Card Payment.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
</orderedlist>
@ -224,8 +186,21 @@ A copy of this license was provided with this software in the file <filename>COP
<listitem>
<para>
Record the amount of the refund in the Payment column, and hit Enter to complete the transaction. (NOTE: Your original purchase amount was recorded in the Charge column, so the amounts cancel each other out.)
(?insert credrefund.png)
<screenshot id="credrefund">
<mediaobject>
<imageobject>
<imagedata fileref="figures/credrefund.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>A Credit Card Refund</phrase>
</textobject>
<caption>
<para>This image shows a Credit Card Refund.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
</listitem>
</orderedlist>
@ -244,16 +219,42 @@ A copy of this license was provided with this software in the file <filename>COP
</para>
<para>
To reconcile your credit card account, follow the same procedures outlined in Section (?4.6) for reconciliation of accounts. The reconcile dialog should look the same for credit card accounts as it does for bank accounts. Once you enter the ending balance, your reconcile window should look something like this:
(?insert credrecon.png)
<screenshot id="credrecon">
<mediaobject>
<imageobject>
<imagedata fileref="figures/credrecon.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>Reconciled Credit Card Account</phrase>
</textobject>
<caption>
<para>This image shows a Reconciled Credit Card Account.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
<para>
?Funds In? are the payments and refunds to your credit card. ?Funds Out? are the credit card purchases. When you have finished reconciling the account, the difference amount should be 0. If it is not, check to see if any finance charges need to be added or if you forgot to record some credit card purchases.
</para>
<para>
Once the difference is 0, select the [Finish] button to complete the reconcile. If you selected the ?Automatic credit card payment? option and you have a credit card balance to pay, you should now get the following Transfer dialog:
(?insert autopmt.png)
<screenshot id="autopmt">
<mediaobject>
<imageobject>
<imagedata fileref="figures/autopmt.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>Automatic Payment Prompt</phrase>
</textobject>
<caption>
<para>This image shows the Automatic Payment Prompt.
</para>
</caption>
</mediaobject>
</screenshot>
</para>
<para>
Enter the amount you wish to pay on the credit card bill and a transaction description, and select the account that money will transfer from. Your credit card account should already be selected as the ?Transfer To? account. Click [OK] to complete the transaction.
@ -262,7 +263,7 @@ A copy of this license was provided with this software in the file <filename>COP
Your credit card account register should now show the reconciled transactions marked as reconciled (?"y? or check mark in the R field), and it should contain a credit card bill payment transaction for the current month?s bill.
</para>
</sect1>
<sect1 id="adjust1">
<sect1 id="adjustbal1">
<title>6.5 Adjusting the Balance (How-To)</title>
<para>
So what if you just can?t get the account to reconcile? First, check over all the transactions and make sure that all have been entered with the correct amounts. Review (? the Sidebar in Section 4.6) and check for any of the common errors listed there. If necessary, postpone the reconciliation by selecting Reconcile|Postpone from the Reconcile menu.
@ -303,14 +304,46 @@ A copy of this license was provided with this software in the file <filename>COP
<para>
(?Chapter 5) looked at bank and cash account transactions. In this section, we will add some credit card transactions and reconcile the credit card account. Go ahead and open your (?gcashdata) file saved in the last chapter. As a review, your chart of accounts should now look like this:
(?insert chartaccts3.png)
(?insert chartaccts3.png)FIXME
<screenshot id="chartaccts3a">
<mediaobject>
<imageobject>
<imagedata fileref="figures/gcashdata2.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>Entering Net Pay</phrase>
</textobject>
<caption>
<para>This image shows Entering Net Pay.
</para>
</caption>
</mediaobject>
</screenshot>
To enter a net pay transaction, you should:
</para>
<orderedlist>
<listitem>
<para>
Open the Credit Card account register. To start tracking your credit card account, you first need an opening balance. For this example, assume your ending balance from your last Credit Card statement was $1000. Enter an Opening Balance transaction with Transfer account of Opening Balances and Charge amount of $1000. The transaction should look like this:
(?insert openbal.png)
(?insert openbal.png)FIXME
<screenshot id="openbal">
<mediaobject>
<imageobject>
<imagedata fileref="figures/basictxn2.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>Entering Net Pay</phrase>
</textobject>
<caption>
<para>This image shows Entering Net Pay.
</para>
</caption>
</mediaobject>
</screenshot>
To enter a net pay transaction, you should:
</para>
</listitem>
<listitem>
@ -320,7 +353,7 @@ A copy of this license was provided with this software in the file <filename>COP
<para>
<table>
<title>Credit Card Example</title>
<tgroup cols=4>
<tgroup cols="4">
<tbody>
<row>
<entry>2/1/01</entry>
@ -359,21 +392,69 @@ A copy of this license was provided with this software in the file <filename>COP
<para>
Your register should now look like this:
(?insert ex_purch.png)
(?insert ex_purch.png)FIXME
<screenshot id="ex_purch">
<mediaobject>
<imageobject>
<imagedata fileref="figures/basictxn2.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>Entering Net Pay</phrase>
</textobject>
<caption>
<para>This image shows Entering Net Pay.
</para>
</caption>
</mediaobject>
</screenshot>
To enter a net pay transaction, you should:
</para>
</listitem>
<listitem>
<para>
Now suppose you return the clothes you bought on 2/3 from Faux Pas Fashions. Enter a transaction for the credit card refund for the full $100 amount. (?Note: Remember to use the same transfer account you used for the original purchase, and enter the amount under the Payment column. GnuCash will automatically complete the name and transfer account for you, but it will also automatically enter the $100 in the Charge column. You will need to reenter the amount in the Payment column.) The transaction looks like this:
(?insert ex_refund.png)
(?insert ex_refund.png)FIXME
<screenshot id="ex_refund">
<mediaobject>
<imageobject>
<imagedata fileref="figures/basictxn2.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>Entering Net Pay</phrase>
</textobject>
<caption>
<para>This image shows Entering Net Pay.
</para>
</caption>
</mediaobject>
</screenshot>
To enter a net pay transaction, you should:
</para>
</listitem>
<listitem>
<para>
When you receive the monthly statement, it shows a finance charge of $20. Enter that charge in the register, with a transfer account of Finance Charge (type expense). The transaction looks like this:
(?insert ex_fincharge.png)
(?insert ex_fincharge.png)FIXME
<screenshot id="ex_fincharge">
<mediaobject>
<imageobject>
<imagedata fileref="figures/basictxn2.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>Entering Net Pay</phrase>
</textobject>
<caption>
<para>This image shows Entering Net Pay.
</para>
</caption>
</mediaobject>
</screenshot>
To enter a net pay transaction, you should:
</para>
</listitem>
<listitem>
@ -383,7 +464,7 @@ A copy of this license was provided with this software in the file <filename>COP
<para>
<table>
<title>Statement Balance Example</title>
<tgroup cols=2>
<tgroup cols="2">
<tbody>
<row>
<entry>Previous Balance:</entry>
@ -416,11 +497,11 @@ A copy of this license was provided with this software in the file <filename>COP
<para>
<table>
<title>Statement Transactions Example</title>
<tgroup cols=4 align=left>
<colspec colname=c1 >
<colspec colname=c2 >
<colspec colname=c3 >
<colspec colname=c4 >
<tgroup cols="4" align="left">
<colspec colname="c1" />
<colspec colname="c2" />
<colspec colname="c3" />
<colspec colname="c4" />
<tbody>
<row>
<entry>Date</entry>
@ -442,8 +523,8 @@ A copy of this license was provided with this software in the file <filename>COP
</row>
<row>
<entry>2/5/01</entry>
<entry colname=c3>Payment received</entry>
<entry colname=c4>-300</entry>
<entry colname="c3">Payment received</entry>
<entry colname="c4">-300</entry>
</row>
<row>
<entry>2/15/01</entry>
@ -471,8 +552,8 @@ A copy of this license was provided with this software in the file <filename>COP
</row>
<row>
<entry>2/28/01</entry>
<entry colname=c3>Finance Charge</entry>
<entry colname=c4>20</entry>
<entry colname="c3">Finance Charge</entry>
<entry colname="c4">20</entry>
</row>
</tbody>
</tgroup>
@ -487,7 +568,23 @@ A copy of this license was provided with this software in the file <filename>COP
<para>
Check over the sample statement to see which transaction is missing. You should find a payment for $300 that was not entered in the register---that is the difference amount. In the Reconcile window, click the [New] button on the tool bar. This brings you to the account register, where you can now enter a transaction for that $300 payment. (Hint: Be sure to enter the correct date, and use Checking as the transfer account.) The transaction should look like this:
(?insert ex_pmt.png)
(?insert ex_pmt.png)FIXME
<screenshot id="ex_pmt">
<mediaobject>
<imageobject>
<imagedata fileref="figures/basictxn2.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>Entering Net Pay</phrase>
</textobject>
<caption>
<para>This image shows Entering Net Pay.
</para>
</caption>
</mediaobject>
</screenshot>
To enter a net pay transaction, you should:
</para>
<para>
Record the transaction, then return to the Reconcile window. You should see the payment transaction listed in the ?Funds In? panel. Select it to check it off. Now the difference should be 0, so click the [Finish] button to complete the reconcile process.
@ -497,7 +594,23 @@ A copy of this license was provided with this software in the file <filename>COP
<para>
You should now see the Transfer dialog with an amount of 955, the ending balance. You decide to pay $300 again this month, so change the amount to $300. Enter a check number for the payment in the Num field, and enter a description. Your Transfer From account should be Checking, and your Transfer To account should be Credit Card. The Transfer dialog should look like this:
(?insert ex_transf.png)
(?insert ex_transf.png)FIXME
<screenshot id="ex_transf">
<mediaobject>
<imageobject>
<imagedata fileref="figures/basictxn2.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>Entering Net Pay</phrase>
</textobject>
<caption>
<para>This image shows Entering Net Pay.
</para>
</caption>
</mediaobject>
</screenshot>
To enter a net pay transaction, you should:
</para>
<para>
Click [OK] to accept the transfer. Your credit card account should now show the new transaction. All of the transactions you reconciled should now show up with (?y) in the ?R? column. The only unreconciled transaction should be the newest payment transaction.
@ -507,8 +620,23 @@ A copy of this license was provided with this software in the file <filename>COP
<para>
If you haven?t already done so, save your file. We will be using it again in the next chapter, which addresses investments. Your main window chart of accounts should now look like this:
(?insert chartaccts4.png)
(?insert chartaccts4.png)FIXME
<screenshot id="chartaccts4">
<mediaobject>
<imageobject>
<imagedata fileref="figures/basictxn2.png"
srccredit="Chris Lyttle" format="PNG"/>
</imageobject>
<textobject>
<phrase>Entering Net Pay</phrase>
</textobject>
<caption>
<para>This image shows Entering Net Pay.
</para>
</caption>
</mediaobject>
</screenshot>
To enter a net pay transaction, you should:
</para>
</sect1>
</chapter>
</book>

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -71,5 +71,8 @@ A copy of this license was provided with this software in the file <filename>COP
&chapter1;
&chapter2;
&chapter3;
&chapter4;
&chapter5;
&chapter6;
</book>