]> Dogcows Code - chaz/homebank/blob - doc/dlg-bud1.html
import homebank-4.6.3
[chaz/homebank] / doc / dlg-bud1.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
3 <html>
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8">
6
7 <title>Budget dialog</title>
8 <link href="help.css" rel="stylesheet" type="text/css">
9 </head>
10
11 <body id="top">
12 <div class="dochead">
13 HomeBank User manual
14 </div>
15
16 <div class="title">
17
18 <h1>Budget dialog</h1>
19
20 <p>The budget dialog is the main interface to edit, modify and
21 manage your <a href="00-lexicon.html#budget">budget</a>.</p>
22
23 <p>Please refer to the <a href="use-budget.html">using the budget
24 feature</a> for details on how using this feature.</p>
25
26
27 <h2>Dialog call</h2>
28
29 <ul>
30 <li>mainwindow-menu: Manage / Budget</li>
31
32 <li>mainwindow-toolbar.</li>
33 </ul>
34 </div>
35
36 <div class="rounded content">
37
38 <h2>Using budget dialog</h2>
39
40 <p><img class="gtkshot right" src="images/dlg-budget1.png"></p>
41
42 <h3><img src="images/1.png"> Categories list</h3>
43
44 <p>display the list of categories and subcategories of the
45 current wallet.<br>
46 bold categories signals a budgeted category.</p>
47
48 <h3><img src="images/2.png"> Budget for each month</h3>
49
50 <table class="widgetinfo">
51 <tr>
52 <th>is the same</th>
53
54 <td>category budget will be the same for every month: Jan
55 -&gt; Dec<br>
56 you can then fill the amount below</td>
57 </tr>
58
59 <tr>
60 <th>is different</th>
61
62 <td>category budget will be specific each month<br>
63 you can then fill the amount of each needed months</td>
64 </tr>
65
66 <tr>
67 <th>Jan to Dec</th>
68
69 <td>The amount for each month</td>
70 </tr>
71
72 <tr>
73 <th>Force monitoring this category</th>
74
75 <td>Force the active category to be displayed into the budget report,
76 event if there is no amount</td>
77 </tr>
78
79 </table>
80
81 <h3><img src="images/3.png"> Buttons</h3>
82
83 <table class="widgetinfo">
84 <tr>
85 <th>Clear</th>
86
87 <td>clear any budget for the selected category</td>
88 </tr>
89
90 <tr>
91 <th>Import</th>
92
93 <td>import the budget from a csv file.<br>
94 See <a href="misc-csvformat.html#bud">csv file format</a> for
95 details.</td>
96 </tr>
97
98 <tr>
99 <th>Export</th>
100
101 <td>export the budget to a csv file.<br>
102 See <a href="misc-csvformat.html#bud">csv file format</a> for
103 details.</td>
104 </tr>
105 </table>
106 </div>
107 </body>
108 </html>
This page took 0.040597 seconds and 5 git commands to generate.