~ubuntu-branches/debian/experimental/homebank/experimental

« back to all changes in this revision

Viewing changes to doc/03main.html

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Namuri
  • Date: 2008-04-07 16:20:53 UTC
  • mfrom: (1.2.1 upstream) (2.1.5 hardy)
  • Revision ID: james.westby@ubuntu.com-20080407162053-uyoaw9ba5u6swbps
Tags: 3.8-1
* New upstream release.
* debian-copyright: updated copyright information. 
* debian/changelog: applied patch to sync with ubuntu's changelog. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
  <title>Overview</title>
 
4
  
 
5
  <meta http-equiv="Content-Type" content="text/html">
 
6
  <link rel="stylesheet" href="help.css">
 
7
</head>
 
8
<body bgcolor="#ffffff">
 
9
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 
10
  <tr>
 
11
    <td>&nbsp;</td>
 
12
    <td width="27"><a href="main.html"><img src="images/home.gif" width="27" height="27" border="0"></a></td>
 
13
    <td width="27"><a href="02minor.html"><img src="images/prev.gif" width="27" height="27" border="0"></a></td>
 
14
    <td width="27"><a href="03account.html"><img src="images/next.gif" width="27" height="27" border="0"></a></td>
 
15
  </tr>
 
16
</table>
 
17
<hr size="1" color="#000000">
 
18
 
 
19
<h2>Main window</h2>
 
20
 
 
21
<div class="gtkshot">
 
22
<img src="images/03main1.png">
 
23
</div>
 
24
 
 
25
<p>
 
26
The screenshot above show you the window first opened when you launch HomeBank. It is the basis
 
27
  of most of the HomeBank actions. Closing this main window will close HomeBank.
 
28
</p>
 
29
 
 
30
<div class="concept">
 
31
 
 
32
<h3><img src="images/1.png"> Menu</h3>
 
33
<p>
 
34
The menu are the main start point of most HomeBank actions. See <a href="03mainmenu.html">here for a description</a>.
 
35
</p>
 
36
 
 
37
<h3><img src="images/2.png"> Toolbar</h3>
 
38
<p>
 
39
The toolbar provides easy mouse shortcut for some of the menu. All toobutton have a tooltip that will help you know what
 
40
action will be lanched when you click on the toolbutton.
 
41
</p>
 
42
 
 
43
 
 
44
<h3><img src="images/3.png"> Balance</h3>
 
45
<p>
 
46
The balance area contains the balance summary of the wallet (all accounts), see <a href="02balance.html">this page</a> for details.
 
47
If the minor option is checked in the preferences, a minor toggle button appear here, see <a href="02minor.html">this page</a> for details.
 
48
</p>
 
49
 
 
50
 
 
51
<h3><img src="images/4.png"> Account list</h3>
 
52
<p>
 
53
The list show you a summary of every account in the wallet. To open an account, and show its transactions, you can double-click on it, or use the toolbar, or the menu.
 
54
</p>
 
55
<p>
 
56
<div class="note">
 
57
The status column indicate the change made to an account:
 
58
<ul style="list-style:none;">
 
59
        <li><img src="images/03main_added.png"> transactions added
 
60
        <li><img src="images/03main_edited.png"> transactions modified
 
61
</ul>
 
62
 
 
63
</div>
 
64
</p>
 
65
 
 
66
 
 
67
</div>
 
68
 
 
69
 
 
70
</body>
 
71
</html>