File: details-reconciliation.docbook

package info (click to toggle)
kmymoney 5.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 62,472 kB
  • sloc: cpp: 150,812; sh: 469; python: 425; xml: 249; perl: 169; makefile: 13
file content (218 lines) | stat: -rw-r--r-- 7,505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="details.reconcile">
<chapterinfo>
  <authorgroup>
    <author> &Michael.T.Edwardes; &Michael.T.Edwardes.mail; </author>
  </authorgroup>
  <date>2010-07-21</date>
  <releaseinfo>4.5</releaseinfo>
</chapterinfo>

<title>Reconciliation</title>

<sect1 id="details.reconcile.whatis">
<title>What is reconciliation?</title>

<para>
  Reconciliation is the process of matching the transactions you have entered
  into &kmymoney; with the transactions listed for that account by the
  institution.  This is most commonly done with the list of transactions in a
  statement, be it a bank statement, credit card statement, loan statement, or
  any other statement. It can also be done against an on-line listing of the
  account, although this is less common.  If any discrepancies are found, then
  either you or the person who created the statement have made a mistake.
</para>

<para>
  To reconcile an account, choose your account from the drop down box and click
  on the <guiicon><inlinemediaobject> <imageobject><imagedata
  fileref="reconcile.png"/></imageobject>
  </inlinemediaobject>Reconcile</guiicon> icon, select
  <menuchoice><guimenu>Account</guimenu>
  <guimenuitem>Reconcile...</guimenuitem></menuchoice> or use the key
  combination <keycombo>&Ctrl;&Shift;<keycap>R</keycap></keycombo>.
</para>
</sect1>

<sect1 id="details.reconcile.wizard">
<title>The reconciliation wizard</title>
<para>
  This will open the reconciliation wizard.  The first page of the wizard
  briefly describes the process you will follow.  Click
  on <guibutton>Next</guibutton> to actually start the wizard.
</para>

<para>
<screenshot>
	<screeninfo>Reconciliation wizard</screeninfo>
	<mediaobject>
	<imageobject>
	<imagedata fileref="reconcile1.png" format="PNG" />
	</imageobject>
	<textobject>
	<phrase>Reconciliation wizard</phrase>
	</textobject>
	</mediaobject>
</screenshot>
</para>

<sect2 id="details.reconcile.wizard.statement">
<title>Statement details</title>
<para>
  The statement date, starting balance, and ending balance can be found in your
  statement.  Make sure that the figures match and click on
  the <guibutton>Next</guibutton> button.  If the figures do not match then
  enter the figures as listed on your statement and click on
  the <guibutton>Next</guibutton> button.
</para>

<para>
<screenshot>
	<screeninfo>Reconciliation wizard</screeninfo>
	<mediaobject>
	<imageobject>
	<imagedata fileref="reconcile2.png" format="PNG" />
	</imageobject>
	<textobject>
	<phrase>Reconciliation wizard</phrase>
	</textobject>
	</mediaobject>
</screenshot>
</para>
</sect2>

<sect2 id="details.reconcile.wizard.interest">
<title>Interest</title>
<para>
  If the statement reconciliation is on a bank account or any account with
  interest and/or charges fees, then enter these values in the appropriate
  fields.  A category can be assigned for each of these amounts.
</para>

<note>
<para>
  The interest field is for interest you gained. If you have to pay interest,
  &eg;, for a credit card account, this has to be entered as a charge.
</para>
</note>

<para>
<screenshot>
	<screeninfo>Reconciliation wizard</screeninfo>
	<mediaobject>
	<imageobject>
	<imagedata fileref="reconcile3.png" format="PNG" />
	</imageobject>
	<textobject>
	<phrase>Reconciliation wizard</phrase>
	</textobject>
	</mediaobject>
</screenshot>
</para>

<para>
  Click on <guibutton>Continue</guibutton> to start matching your statement to
  what you have entered.  Note that this completes the Reconciliation Wizard,
  but not the process of reconciliation.  It also changes the ledger display by
  only showing transactions that have not already been marked as reconciled.  As
  described below, you still need to clear transactions and then tell &kmymoney;
  that the account is reconciled.
</para>
</sect2>

<sect2 id="details.reconcile.wizard.clearing">
<title>Clearing transactions</title>
<para>
  During the reconciliation, any transaction can be edited to make it match the
  statement, and new transactions can be created as usual.  To mark a
  transaction as cleared, click on the <guilabel>C</guilabel> column in the list
  view.  A transaction is cleared when it matches the transaction on your
  statement.
</para>

<para>
  The command frame (just below the transaction list area) displays the
  statement amount on the left, the cleared amount in the center, and the
  difference on the right.  As you mark transactions cleared, these values
  update to show the change.
</para>

<para>
  Note, however, that as reconciliation is the process of matching the data in
  your account with that on a statement, changes to any transaction with dates
  after the statement date you entered in the wizard will be saved, but will not
  have any effect on the cleared amount shown in the command frame.
</para>

<screenshot>
	<screeninfo>Reconciliation wizard</screeninfo>
	<mediaobject>
	<imageobject>
	<imagedata fileref="reconcile4.png" format="PNG" />
	</imageobject>
	<textobject>
	<phrase>Reconciliation wizard</phrase>
	</textobject>
	</mediaobject>
</screenshot>
</sect2>

<sect2 id="details.reconcile.complete">
<title>Completing Reconciliation</title>

<sect3 id="details.reconcile.finish">
<title>Finishing Reconciliation</title>
<para>
  When the difference between the statement and the cleared balance is zero then
  the account is reconciled and you can click the <guibutton>Finish</guibutton>
  button.  When you do this, &kmymoney; takes all the transactions which have
  been marked as cleared and marks them as reconciled, and the value in the
  <guilabel>C</guilabel> column changes from <quote>C</quote> to
  <quote>R</quote> to reflect the change. In addition, it saves the changes and
  records that the account has been reconciled. (You still need to save the file
  to permanently save all the changes.)
</para>
</sect3>

<sect3 id="details.reconcile.postpone">
<title>Postponing Reconciliation</title>
<para>
  If you're having trouble completing the reconciliation, or you need to gather
  some additional information before you can complete the process, you can
  postpone the process to a later time by clicking on the
  <guibutton>Postpone</guibutton> button. When you do this, &kmymoney; remembers
  the values you entered when you started the wizard, it does not mark cleared
  transactions as reconciled, and it returns the ledger to its normal view.  If
  you exit &kmymoney; before clicking either <guibutton>Finish</guibutton> or
  <guibutton>Postpone</guibutton>, it has the same effect as clicking
  <guibutton>Postpone</guibutton>.  Any edits you have made, such as marking
  transactions cleared or entering new transactions, are not touched, and you
  can still save them before you exit &kmymoney;.  However, you will have to run
  the reconciliation wizard again in order to reconcile the account.
</para>

<para>
  When you run the reconciliation wizard on this account the next time,
  &kmymoney; remembers the values you entered when you previously ran the
  wizard, and you will be able to change them, if necessary.  In this case, the
  initial screen of the wizard is different, to remind you of this.
</para>

<screenshot>
	<screeninfo>Reconciliation wizard</screeninfo>
	<mediaobject>
	<imageobject>
	<imagedata fileref="reconcile-redo.png" format="PNG" />
	</imageobject>
	<textobject>
	<phrase>Reconciliation wizard</phrase>
	</textobject>
	</mediaobject>
</screenshot>

</sect3>
</sect2>
</sect1>

</chapter>