]> Dogcows Code - chaz/homebank/blob - doc/win-balance.html
add gitignore
[chaz/homebank] / doc / win-balance.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>Balance report</title>
8 <link rel="stylesheet" href="help.css" type="text/css">
9
10 </head>
11
12 <body id="top">
13 <div class="dochead">
14 HomeBank User manual
15 </div>
16
17 <div class="title">
18
19 <h1>Balance report</h1>
20
21 <p>The balance report is an analysis part focused on the balance
22 evolution during the time. A specific purpose will be to visually control
23 your balance.</p>
24
25 <p>The transactions are displayed ordered by date in order for you to
26 check the balance according to the minimum set in the <a href=
27 "win-account.html">account window</a>.</p>
28
29 <p>The results are displayed into a list or with a line chart, giving a
30 visual view of the account flow.</p>
31
32 <h2>Window call</h2>
33
34 <ul>
35 <li>from the main window-menu: Reports / Balance</li>
36
37 <li>from the main window-tool-bar.</li>
38 </ul>
39
40 </div>
41
42 <div class="rounded content">
43
44 <h2>Using balance report</h2>
45
46 <p><img src="images/05balance1.png" class="gtkshot right">
47 <!--<IMG SRC="images/05balance2.png" class="gtkshot right">--></p>
48
49 <h3><img src="images/1.png" name="graphics5" align="bottom" width="12"
50 height="12" border="0" id="graphics5"> Display</h3>
51
52 <table class="widgetinfo">
53 <tr>
54 <th>Account</th>
55
56 <td>select the account to display result for</td>
57 </tr>
58 <tr>
59 <th>Select all</th>
60
61 <td>select all accounts</td>
62 </tr>
63
64 <tr>
65 <th>Each day</th>
66
67 <td>select to display each day, in not checked only days with value are showed</td>
68 </tr>
69 <tr>
70 <th>Zoom X</td>
71
72 <td>select the X zoom factor in real time</td>
73 </tr>
74 </table>
75
76 <h3><img src="images/2.png" name="graphics6" align="bottom" width="12"
77 height="12" border="0" id="graphics6"> Date filter</h3>
78
79 <table class="widgetinfo">
80 <tr>
81 <th>Range</th>
82
83 <td>fast select a date with predefined range</td>
84 </tr>
85
86 <tr>
87 <th>From / To</th>
88
89 <td>specify date bound limit to restrict the results to</td>
90 </tr>
91 </table>
92
93 <h3><img src="images/3.png" name="graphics7" align="bottom" width="12"
94 height="12" border="0" id="graphics7"> Tool bar</h3>
95
96 <p>The tool-bar is the main control of the display. All tool-button have
97 a tool-tip that will help you know what action will be launched when you
98 click on the tool-button.</p>
99
100 <h3><img src="images/4.png" name="graphics8" align="bottom" width="12"
101 height="12" border="0" id="graphics8"> Infos</h3>
102
103 <p>Inform you about the number of transaction in balance, the total
104 number of transaction and the value of the balance for this account.</p>
105
106 <h3><img src="images/5.png" name="graphics9" align="bottom" width="12"
107 height="12" border="0" id="graphics9"> Result list</h3>
108
109 <p>The result list display the computed balances according to the current
110 selection.</p>
111
112 </div>
113
114 </body>
115 </html>
This page took 0.037034 seconds and 4 git commands to generate.