]> Dogcows Code - chaz/homebank/blob - doc/dlg-acco.html
import homebank-5.1.2
[chaz/homebank] / doc / dlg-acco.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta content="text/html; charset=utf-8" http-equiv="content-type">
5 <meta content="noindex" name="robots">
6 <title>Accounts dialog</title>
7 <link href="help.css" rel="stylesheet" type="text/css">
8 </head>
9 <body id="top">
10 <div class="dochead">
11 HomeBank User manual
12 </div>
13 <div class="title">
14 <h1>Accounts dialog</h1>
15 <p>The accounts dialog is used to add, edit and manage the <a href="00-lexicon.html#accounts">accounts</a> of the current wallet.</p>
16 <h2>Dialog call</h2>
17 <ul>
18 <li>main window menu: Manage / Accounts</li>
19 <li>main window tool bar.</li>
20 </ul>
21 </div>
22 <div class="rounded content">
23 <h2>Using accounts dialog</h2>
24 <p class="right"><img class="gtkshot right" src="images/dlg-account1.png"><br>
25 <img class="gtkshot right" src="images/dlg-account2.png"></p>
26 <h3><img src="images/1.png"> Account list</h3>
27 <p>display the actual list of accounts in the wallet. The account at the top of the list will be the one to be displayed when opening your wallet. You can easily change the accounts order using Drag&amp;Drop process.</p>
28 <h3><img src="images/2.png"> Buttons</h3>
29 <table class="widgetinfo">
30 <tr>
31 <th>Add</th>
32 <td>add a new empty account.</td>
33 </tr>
34 <tr>
35 <th>Delete</th>
36 <td>delete the active account. This is only possible if the account has no transactions.</td>
37 </tr>
38 </table><br>
39 <h2>General</h2>
40 <h3><img src="images/3.png"> Account</h3>
41 <table class="widgetinfo">
42 <tr>
43 <th>Type</th>
44 <td>specify the type of the account</td>
45 </tr>
46 <tr>
47 <th>Currency</th>
48 <td>
49 specify the currency of the account<br>
50 <p><img src="images/warn.png">&nbsp;<span class="warning">If the account you change contains internal xfer, any target account will change of currency as well</span></p>
51 </td>
52 </tr>
53 <tr>
54 <th>Start balance</th>
55 <td>specify the initial balance amount, i.e the balance before the first transaction.</td>
56 </tr>
57 <tr>
58 <th>Notes</th>
59 <td>optional notes you may want to add</td>
60 </tr>
61 <tr>
62 <th>This account was closed</th>
63 <td>specify the bank account is closed.<br>
64 Please also note that closed account are no more considered for reports.</td>
65 </tr>
66 </table>
67 <h3><img src="images/4.png"> Current cheque number</h3>
68 <table class="widgetinfo">
69 <tr>
70 <th>Checkbook 1</th>
71 <td>specify the next cheque number of first pad to be used (this is auto updated later when you add some transactions).</td>
72 </tr>
73 <tr>
74 <th>Checkbook 2</th>
75 <td>some of the above but for a second cheque pad (for a joined account)</td>
76 </tr>
77 </table><br>
78 <h2>Options</h2>
79 <h3><img src="images/5.png"> Institution</h3>
80 <table class="widgetinfo">
81 <tr>
82 <th>Name</th>
83 <td>specify the bank name where the account is registered.</td>
84 </tr>
85 <tr>
86 <th>Number</th>
87 <td>specify the bank account number itself.</td>
88 </tr>
89 </table>
90 <h3><img src="images/6.png"> Limits</h3>
91 <table class="widgetinfo">
92 <tr>
93 <th>Overdraft at</th>
94 <td>
95 specify the balance threshold, if you have an authorized balance, this will be used in the <a href="05over.html">Balance</a> report window.
96 </td>
97 </tr>
98 </table>
99 <h3><img src="images/7.png"> Report exclusion</h3>
100 <table class="widgetinfo">
101 <tr>
102 <th>Exclude from account summary</th>
103 <td>the account will must not be used into the account summary list of the main window.</td>
104 </tr>
105 <tr>
106 <th>Exclude from the budget</th>
107 <td>the account will not be used for the budget data.</td>
108 </tr>
109 <tr>
110 <th>Exclude from any reports</th>
111 <td>the account will not be used for any report data.</td>
112 </tr>
113 </table>
114 </div>
115 </body>
116 </html>
This page took 0.039153 seconds and 4 git commands to generate.