]> Dogcows Code - chaz/homebank/blob - doc/dlg-paye.html
27ee15715424213d9a709303389a4da50541265e
[chaz/homebank] / doc / dlg-paye.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta content="text/html; charset=utf-8" http-equiv="content-type">
5 <meta content="noindex" name="robots">
6 <title>Payees dialog</title>
7 <link href="help.css" rel="stylesheet" type="text/css">
8 </head>
9 <body id="top">
10 <div class="dochead">
11 HomeBank User manual
12 </div>
13 <div class="title">
14 <h1>Payees dialog</h1>
15 <p>The payees dialog is used to add, edit and manage the <a href="00-lexicon.html#payees">payees</a> of the current wallet.</p>
16 <h2>Dialog call</h2>
17 <ul>
18 <li>main window menu: Manage / Payees...</li>
19 <li>main window tool bar.</li>
20 </ul>
21 </div>
22 <div class="rounded content">
23 <h2>Using payees dialog</h2>
24 <p class="gtkshot right"><img src="images/dlg-payee1.png"><br>
25 <img align="right" src="images/dlg-payee2.png"></p>
26 <h3><img src="images/1.png"> Payee name</h3>
27 <p>type a new payee name here and press return to add.</p>
28 <h3><img src="images/2.png"> Payee list</h3>
29 <p>display payee name, usage count and default category</p>
30 <h3><img src="images/3.png"> Buttons</h3>
31 <table class="widgetinfo">
32 <tr>
33 <th>Edit</th>
34 <td>open a dialog to edit the selected payee</td>
35 </tr>
36 <tr>
37 <th>Merge</th>
38 <td>merge the current payee to a new one you will select</td>
39 </tr>
40 <tr>
41 <th>Delete</th>
42 <td>delete the selected payee</td>
43 </tr>
44 </table>
45 <h3><img src="images/4.png"> Menu Button</h3>
46 <table class="widgetinfo">
47 <tr>
48 <th>Import</th>
49 <td>Import and merge some payees from a CSV file</td>
50 </tr>
51 <tr>
52 <th>Export</th>
53 <td>export the entire payee list into a CSV file</td>
54 </tr>
55 <tr>
56 <th>Delete unused</th>
57 <td>delete all unused payee</td>
58 </tr>
59 </table>
60 <p>Please refer to <a href="misc-csvformat.html#pay">CSV file format</a> for the file description.</p>
61 </div>
62 </body>
63 </html>
This page took 0.030615 seconds and 3 git commands to generate.