]> Dogcows Code - chaz/homebank/blob - doc/dlg-paye.html
import homebank-4.6.3
[chaz/homebank] / doc / dlg-paye.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>Payees dialog</title>
8 <link rel="stylesheet" href="help.css" 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>Payees dialog</h1>
19
20 <p>The payees dialog is used to add, edit and manage the <a href=
21 "00-lexicon.html#payees">payees</a> of the current wallet.</p>
22
23 <h2>Dialog call</h2>
24
25 <ul>
26 <li>mainwindow-menu: Manage / Payees...</li>
27
28 <li>mainwindow-toolbar.</li>
29 </ul>
30 </div>
31
32 <div class="rounded content">
33
34 <h2>Using payees dialog</h2>
35
36 <p><img class="gtkshot right" src="images/dlg-payee1.png"></p>
37
38 <h3><img src="images/1.png"> Payee name</h3>
39
40 <p>type a new payee name here and press return to add.</p>
41
42 <h3><img src="images/2.png"> Payee list</h3>
43
44 <p>display the list of payee, sorted in alphabetical order</p>
45
46 <h3><img src="images/3.png"> Buttons</h3>
47
48 <table class="widgetinfo">
49 <tr>
50 <th>Add</th>
51
52 <td>if payee name is not empty, add it as a new payee</td>
53 </tr>
54
55 <tr>
56 <th>Remove</th>
57
58 <td>remove the selected payee</td>
59 </tr>
60
61 <tr>
62 <th>Edit</th>
63
64 <td>open a dialog to edit the selected payee</td>
65 </tr>
66 </table>
67
68 <h3><img src="images/4.png"> Buttons</h3>
69
70 <table class="widgetinfo">
71 <tr>
72 <th>Import</th>
73
74 <td>Import and merge some payees from a csv file.</td>
75 </tr>
76
77 <tr>
78 <th>Export</th>
79
80 <td>export the entire payee list into a csv file.</td>
81 </tr>
82 </table>
83
84 <p>Please refer to <a href="misc-csvformat.html#pay">csv
85 file format</a> for the file description.</p>
86 </div>
87 </body>
88 </html>
This page took 0.036086 seconds and 4 git commands to generate.