]> Dogcows Code - chaz/homebank/blob - doc/menu-main.html
import homebank-5.2.4
[chaz/homebank] / doc / menu-main.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>Main window menu</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>Main window menu</h1>The menu are the main start point of most HomeBank actions. Here is a short description of it:
15 <ul class="toc">
16 <li><a href="#menu1">File</a></li>
17 <li><a href="#menu2">Edit</a></li>
18 <li><a href="#menu3">View</a></li>
19 <li><a href="#menu4">Manage</a></li>
20 <li><a href="#menu5">Transactions</a></li>
21 <li><a href="#menu6">Reports</a></li>
22 <li><a href="#menu7">Tools</a></li>
23 <li><a href="#menu8">About</a></li>
24 </ul>
25 </div>
26 <div class="rounded content">
27 <h2><a id="menu1" name="menu1"></a>File</h2>
28 <table class="widgetinfo">
29 <tr>
30 <th>New</th>
31 <td>clear all, after a confirmation if change were made to the current wallet</td>
32 </tr>
33 <tr>
34 <th>Open...</th>
35 <td>open a wallet, after a confirmation if change were made to the current wallet</td>
36 </tr>
37 <tr>
38 <th>Open Recent</th>
39 <td>show the list of recent file history</td>
40 </tr>
41 <tr>
42 <th>Save</th>
43 <td>save the current wallet</td>
44 </tr>
45 <tr>
46 <th>Save as...</th>
47 <td>save the current wallet with a new name</td>
48 </tr>
49 <tr>
50 <th>Import...</th>
51 <td>
52 open the <a href="use-import.html">import assistant dialog</a>
53 </td>
54 </tr>
55 <tr>
56 <th>Export QIF file</th>
57 <td>export all data's to QIF format</td>
58 </tr>
59 <tr>
60 <th>Revert</th>
61 <td>revert to the last saved version of the current file</td>
62 </tr>
63 <tr>
64 <th>Restore backup</th>
65 <td>open the dialog to restore a backup of the current file</td>
66 </tr>
67
68 <tr>
69 <th>Properties...</th>
70 <td>open the <a href="dlg-wall.html">properties dialog</a></td>
71 </tr>
72 <tr>
73 <th>Close</th>
74 <td>close the current wallet</td>
75 </tr>
76 <tr>
77 <th>Quit</th>
78 <td>exit HomeBank</td>
79 </tr>
80 <tr>
81 <th></th>
82 <td></td>
83 </tr>
84 </table>
85 </div>
86 <div class="rounded content">
87 <h2><a id="menu2" name="menu2"></a>Edit</h2>
88 <table class="widgetinfo">
89 <tr>
90 <th>Preferences...</th>
91 <td>open the <a href="dlg-pref.html">preferences dialog</a></td>
92 </tr>
93 </table>
94 </div>
95 <div class="rounded content">
96 <h2><a id="menu3" name="menu3"></a>View</h2>
97 <table class="widgetinfo">
98 <tr>
99 <th>Tool-bar</th>
100 <td>Toggle display of the tool-bar</td>
101 </tr>
102 <tr>
103 <th>Top spending</th>
104 <td>Toggle the display of the top spending</td>
105 </tr>
106 <tr>
107 <th>Scheduled list</th>
108 <td>Toggle the display of the scheduled list</td>
109 </tr>
110 <tr>
111 <th>Minor currency</th>
112 <td>Display using the euro minor currency</td>
113 </tr>
114 </table>
115 </div>
116 <div class="rounded content">
117 <h2><a id="menu4" name="menu4"></a>Manage</h2>
118 <table class="widgetinfo">
119 <tr>
120 <th>Accounts...</th>
121 <td>open the <a href="dlg-acco.html">account dialog</a></td>
122 </tr>
123 <tr>
124 <th>Payees...</th>
125 <td>open the <a href="dlg-paye.html">payee dialog</a></td>
126 </tr>
127 <tr>
128 <th>Categories...</th>
129 <td>open the <a href="dlg-cate.html">category dialog</a></td>
130 </tr>
131 <tr>
132 <th>Scheduled/Template...</th>
133 <td>open the <a href="dlg-arch.html">scheduled/template dialog</a></td>
134 </tr>
135 <tr>
136 <th>Budget...</th>
137 <td>open the <a href="dlg-bud1.html">budget dialog</a></td>
138 </tr>
139 <tr>
140 <th>Assignments...</th>
141 <td>open the <a href="dlg-assi.html">assignment dialog</a></td>
142 </tr>
143 <tr>
144 <th>Currencies...</th>
145 <td>open the <a href="dlg-curr.html">currency dialog</a></td>
146 </tr>
147 <tr>
148 <th>Tags...</th>
149 <td>open the <a href="dlg-tag.html">tag dialog</a></td>
150 </tr>
151 </table>
152 </div>
153 <div class="rounded content">
154 <h2><a id="menu5" name="menu5"></a>Transactions</h2>
155 <table class="widgetinfo">
156 <tr>
157 <th>Add...</th>
158 <td>open the <a href="dlg-tran.html">transaction dialog</a></td>
159 </tr>
160 <tr>
161 <th>Show...</th>
162 <td>open the <a href="win-account.html">account window</a> for the selected account</td>
163 </tr>
164 <tr>
165 <th>Show All...</th>
166 <td>open the <a href="win-account.html">account window</a> to show all accounts transactions</td>
167 </tr>
168 <tr>
169 <th>Set scheduler...</th>
170 <td>open the <a href="dlg-wall.html">properties dialog</a> to setup the scheduler</td>
171 </tr>
172 <tr>
173 <th>Post scheduled</th>
174 <td>post any pending scheduled transaction according the current rules</td>
175 </tr>
176 </table>
177 </div>
178 <div class="rounded content">
179 <h2><a id="menu6" name="menu6"></a>Reports</h2>
180 <table class="widgetinfo">
181 <tr>
182 <th>Statistics...</th>
183 <td>open the <a href="win-statistics.html">statistic report</a></td>
184 </tr>
185 <tr>
186 <th>Trend time...</th>
187 <td>open the <a href="win-trendtime.html">trend time report</a></td>
188 </tr>
189 <tr>
190 <th>Balance...</th>
191 <td>open the <a href="win-balance.html">balance report</a></td>
192 </tr>
193 <tr>
194 <th>Budget...</th>
195 <td>open the <a href="win-budget.html">budget report</a></td>
196 </tr>
197 <tr>
198 <th>Vehicle cost...</th>
199 <td>open the <a href="win-vehiclecost.html">vehicle cost report</a></td>
200 </tr>
201 </table>
202 </div>
203 <div class="rounded content">
204 <h2><a id="menu7" name="menu7"></a>Tools</h2>
205 <table class="widgetinfo">
206 <tr>
207 <th>Show welcome dialog...</th>
208 <td>Open the first start using HomeBank dialog, like you were using HomeBank for the first time. This will let you choose among several action to perform, like creating a blank account</td>
209 </tr>
210 <tr>
211 <th>File statistics...</th>
212 <td>Open the file statistics dialog, showing the number of account, transaction and so on.</td>
213 </tr>
214 <tr>
215 <th>Anonymize...</th>
216 <td>After a confirmation, this will change every label to anonymize your accounts, payee, categories, memo, etc.</td>
217 </tr>
218 </table>
219 </div>
220 <div class="rounded content">
221 <h2><a id="menu8" name="menu8"></a>Help</h2>
222 <table class="widgetinfo">
223 <tr>
224 <th>Contents</th>
225 <td>Open the local help (on disk)</td>
226 </tr>
227 <tr>
228 <th>Get Help On-line...</th>
229 <td>Open a browser to the support page</td>
230 </tr>
231 <tr>
232 <th>Check for updates...</th>
233 <td>Open a browser to the download page</td>
234 </tr>
235 <tr>
236 <th>Release Notes</th>
237 <td>Open the Release notes that keeps any chnage made to each release</td>
238 </tr>
239 <tr>
240 <th>Report a problem</th>
241 <td>Open a browser to a tutorial on how to report a bug</td>
242 </tr>
243 <tr>
244 <th>Translate this Application</th>
245 <td>Translate to your language (on-line)</td>
246 </tr>
247 <tr>
248 <th>About</th>
249 <td>Open the about dialog</td>
250 </tr>
251 </table>
252 </div>
253 </body>
254 </html>
This page took 0.039321 seconds and 4 git commands to generate.