~ubuntu-branches/debian/squeeze/homebank/squeeze

« back to all changes in this revision

Viewing changes to doc/03mainmenu.html

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Namuri
  • Date: 2009-03-12 11:15:55 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090312111555-p23eumideuqe5wzw
Tags: 4.0.2-2
debian/rules: added to clean target the deletion of another file generated
by the configuration (config.log).

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">&nbsp;</a></td>
14
 
    <td width="27">&nbsp;</a></td>
15
 
  </tr>
16
 
</table>
17
 
<hr size="1" color="#000000">
18
 
 
19
 
<h2>Main window menu</h2>
20
 
 
21
 
<p>
22
 
The menu are the main start point of most HomeBank actions. Here is a short description of it:
23
 
</p>
24
 
 
25
 
<p>
26
 
<b>File</b>
27
 
<ul>
28
 
        <li>New - clear all, after a confirmation if change were made to the current wallet
29
 
        <li>Open... - open a wallet, after a confirmation if change were made to the current wallet
30
 
        <li>Save - save the current wallet
31
 
        <li>Save as... - save the current wallet with a new name
32
 
        <li>Properties... - open the <a href="04wall.html">wallet dialog</a>
33
 
        <li>Import
34
 
        <ul>
35
 
                <li>Amiga 3.0 - import a file in Amiga 3.0 format
36
 
        </ul>
37
 
        <li>Close - close the current wallet
38
 
        <li>Quit - exit HomeBank
39
 
</ul>
40
 
</p>
41
 
 
42
 
<p>
43
 
<b>Edit</b>
44
 
<ul>
45
 
        <li>Accounts... - open the <a href="04acco.html">account dialog</a>
46
 
        <li>Payees... - open the <a href="04paye.html">payee dialog</a>
47
 
        <li>Categories... - open the <a href="04cate.html">categories dialog</a>
48
 
        <li>Archives... - open the <a href="04arch.html">archive dialog</a>
49
 
        <li>Budget... - open the <a href="04bud1.html">budget dialog</a>
50
 
        <li>Preferences... - open the <a href="04pref.html">preferences dialog</a>
51
 
</ul>
52
 
</p>
53
 
 
54
 
<p>
55
 
<b>Transactions</b>
56
 
<ul>
57
 
        <li>Show... - open the <a href="03account.html">account window</a> for the selected account
58
 
        <li>Add... - open the <a href="04tran.html">transaction dialog</a>
59
 
        <li>Check automated... - check for automated transaction and insert it if found
60
 
</ul>
61
 
</p>
62
 
 
63
 
<p>
64
 
<b>Reports</b>
65
 
<ul>
66
 
        <li>Statistics... - open the <a href="05stat.html">statistic report</a>
67
 
        <li>Budget... - open the <a href="05bud2.html">budget report</a>
68
 
        <li>Overdrawn... - open the <a href="05over.html">overdrawn report</a>
69
 
        <li>Car cost... - open the <a href="05cost.html">car cost report</a>
70
 
</ul>
71
 
</p>
72
 
 
73
 
<p>
74
 
<b>Help</b>
75
 
<ul>
76
 
        <li>Contents... - open the help in default browser
77
 
        <li>About... - open the about dialog
78
 
</ul>
79
 
</p>
80
 
 
81
 
 
82
 
 
83
 
 
84
 
</div>
85
 
 
86
 
 
87
 
</body>
88
 
</html>
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<HTML>
 
3
<HEAD>
 
4
        <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
 
5
        <TITLE>Overview</TITLE>
 
6
        <link rel="stylesheet" href="help.css">
 
7
</HEAD>
 
8
<BODY >
 
9
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 STYLE="page-break-before: always">
 
10
        <TR>
 
11
                <TD WIDTH=27>
 
12
                        <P><A HREF="main.html"><IMG SRC="images/home.gif" NAME="graphics1" ALIGN=BOTTOM WIDTH=27 HEIGHT=27 BORDER=0></A>
 
13
                </TD>
 
14
                <TD WIDTH=27>
 
15
                        <P>&nbsp;</P>
 
16
                </TD>
 
17
                <TD WIDTH=27>
 
18
                        <P>&nbsp;</P>
 
19
                </TD>
 
20
        </TR>
 
21
</TABLE>
 
22
<HR SIZE=1 COLOR="#000000">
 
23
<H2>Main window menu</H2>
 
24
<P>The menu are the main start point of most HomeBank actions. Here
 
25
is a short description of it:
 
26
</P>
 
27
<P><B>File</B>
 
28
</P>
 
29
<UL>
 
30
        <LI> New - clear all, after a
 
31
        confirmation if change were made to the current wallet
 
32
        </P>
 
33
        <LI> Open... - open a wallet, after a
 
34
        confirmation if change were made to the current wallet
 
35
        </P>
 
36
        <LI> Open Recent... - show a list of
 
37
        recent opened files
 
38
        </P>
 
39
        <LI> Save - save the current wallet
 
40
        </P>
 
41
        <LI> Save as... - save the current
 
42
        wallet with a new name
 
43
        </P>
 
44
        <LI> Revert - revert to the last saved
 
45
        version of the current file
 
46
        </P>
 
47
        <LI> Import... - open the <A HREF="03import.html">import
 
48
        dialog</A>
 
49
        </P>
 
50
        <LI> Export to
 
51
        </P>
 
52
        <UL>
 
53
                <LI> QIF format - export all data's to
 
54
                QIF format
 
55
                </P>
 
56
        </UL>
 
57
        <LI> Properties... - open the <A HREF="04wall.html">wallet
 
58
        dialog</A>
 
59
        </P>
 
60
        <LI> Close - close the current wallet
 
61
        </P>
 
62
        <LI><P>Quit - exit HomeBank
 
63
        </P>
 
64
</UL>
 
65
<P><B>Edit</B>
 
66
</P>
 
67
<UL>
 
68
        <LI> Accounts... - open the <A HREF="04acco.html">account
 
69
        dialog</A>
 
70
        </P>
 
71
        <LI> Payees... - open the <A HREF="04paye.html">payee
 
72
        dialog</A>
 
73
        </P>
 
74
        <LI> Categories... - open the
 
75
        <A HREF="04cate.html">categories dialog</A>
 
76
        </P>
 
77
        <LI> Archives... - open the <A HREF="04arch.html">archive
 
78
        dialog</A>
 
79
        </P>
 
80
        <LI> Budget... - open the <A HREF="04bud1.html">budget
 
81
        dialog</A>
 
82
        </P>
 
83
        <LI><P>Preferences... - open the <A HREF="04pref.html">preferences
 
84
        dialog</A>
 
85
        </P>
 
86
</UL>
 
87
<P><B>Transactions</B>
 
88
</P>
 
89
<UL>
 
90
        <LI> Show... - open the <A HREF="03account.html">account
 
91
        window</A> for the selected account
 
92
        </P>
 
93
        <LI> Add... - open the <A HREF="04tran.html">transaction
 
94
        dialog</A>
 
95
        </P>
 
96
        <LI><P>Check automated... - check for automated transaction and
 
97
        insert it if found
 
98
        </P>
 
99
</UL>
 
100
<P><B>Reports</B>
 
101
</P>
 
102
<UL>
 
103
        <LI> Statistics... - open the <A HREF="05stat.html">statistic
 
104
        report</A>
 
105
        </P>
 
106
        <LI> Budget... - open the <A HREF="05bud2.html">budget
 
107
        report</A>
 
108
        </P>
 
109
        <LI> Overdrawn... - open the <A HREF="05over.html">overdrawn
 
110
        report</A>
 
111
        </P>
 
112
        <LI><P>Car cost... - open the <A HREF="05cost.html">car cost report</A>
 
113
                </P>
 
114
</UL>
 
115
<P><B>Tools</B>
 
116
</P>
 
117
<UL>
 
118
        <LI><P>Import Amiga... - import Amiga 3.0 file
 
119
        </P>
 
120
</UL>
 
121
<P><B>Help</B>
 
122
</P>
 
123
<UL>
 
124
        <LI> Contents... - open the help in
 
125
        default browser
 
126
        </P>
 
127
        <LI><P>About... - open the about dialog
 
128
        </P>
 
129
</UL>
 
130
</BODY>
 
131
</HTML>
 
 
b'\\ No newline at end of file'