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

« back to all changes in this revision

Viewing changes to doc/03accountmenu.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>Account window menus</h2>
20
 
 
21
 
<p>
22
 
The menu is the start of every actions on transactions.
23
 
</p>
24
 
 
25
 
 
26
 
<p>
27
 
<b>Edit</b>
28
 
<ul>
29
 
        <li>Filter... - open the <a href="99filt.html">filter dialog</a>
30
 
</ul>
31
 
</p>
32
 
 
33
 
<p>
34
 
<b>Transaction</b>
35
 
<ul>
36
 
        <li>Add... - open the <a href="04tran.html">transaction dialog</a> in Add mode
37
 
        <li>Inherit... - open the <a href="04tran.html">transaction dialog</a> prefilling it with the selected transaction
38
 
        <li>Edit... - open the <a href="04tran.html">transaction dialog</a> in Edit mode
39
 
        <li>(De)Validate... - toggle the transaction validated state
40
 
        <li>Remove... - remove the selected transaction(s)
41
 
        <li>Make an archive... - make archive with the selected transaction(s)
42
 
</ul>
43
 
</p>
44
 
 
45
 
<p>
46
 
<b>Tools</b>
47
 
<ul>
48
 
        <li>Import csv... - import transaction from a csv file, see <a href="06csvformat.html">CSV file format</a>
49
 
        <li>Export csv... - export transaction to a csv file, see <a href="06csvformat.html">CSV file format</a>
50
 
</ul>
51
 
</p>
52
 
 
53
 
</div>
54
 
 
55
 
</body>
56
 
</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>Account window menus</H2>
 
24
<P>The menu is the start of every actions on transactions.
 
25
</P>
 
26
<P><B>Account</B>
 
27
</P>
 
28
<UL>
 
29
        <LI><P>Close... - close the account window
 
30
        </P>
 
31
</UL>
 
32
<P><B>Edit</B>
 
33
</P>
 
34
<UL>
 
35
        <LI><P>Filter... - open the <A HREF="99filt.html">filter dialog</A>
 
36
        </P>
 
37
</UL>
 
38
<P><B>Transaction</B>
 
39
</P>
 
40
<UL>
 
41
        <LI> Add... - open the <A HREF="04tran.html">transaction
 
42
        dialog</A> in Add mode
 
43
        </P>
 
44
        <LI> Inherit... - open the <A HREF="04tran.html">transaction
 
45
        dialog</A> pre-fill it with the selected transaction
 
46
        </P>
 
47
        <LI> Edit... - open the <A HREF="04tran.html">transaction
 
48
        dialog</A> in Edit mode
 
49
        </P>
 
50
        <LI> Remove... - remove the selected
 
51
        transaction(s)
 
52
        </P>
 
53
        <LI> (In)Validate... - toggle the
 
54
        transaction validated state
 
55
        </P>
 
56
        <LI><P>Make an archive... - make archive with the selected
 
57
        transaction(s)
 
58
        </P>
 
59
</UL>
 
60
<P><B>Tools</B>
 
61
</P>
 
62
<UL>
 
63
        <LI><P>Export csv... - export transaction to a csv file, see <A HREF="06csvformat.html">CSV
 
64
        file format</A>
 
65
        </P>
 
66
</UL>
 
67
</BODY>
 
68
</HTML>
 
 
b'\\ No newline at end of file'