]> Dogcows Code - chaz/homebank/blob - doc/dlg-assi.html
add gitignore
[chaz/homebank] / doc / dlg-assi.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
3 <html>
4 <head>
5 <meta http-equiv="CONTENT-TYPE" content=
6 "text/html; charset=utf-8">
7
8 <title>Assignment dialog</title>
9 <link rel="stylesheet" href="help.css" type="text/css">
10 </head>
11
12 <body id="top">
13 <div class="dochead">
14 HomeBank User manual
15 </div>
16
17 <div class="title">
18
19 <h1>Assignments dialog</h1>
20
21 <p>The assignments dialog is used to add, edit and manage the
22 <a href="00-lexicon.html#assignment">assignment</a> rules of the current wallet.</p>
23
24 <p>Please refer to the <a href="use-auto_assign.html">Using the Automatic assignment feature</a>
25 for details on how using this feature.</p>
26
27 <h2>Dialog call</h2>
28
29 <ul>
30 <li>mainwindow-menu: Manage / Assignments...</li>
31
32 <li>mainwindow-toolbar.</li>
33 </ul>
34 </div>
35
36 <div class="rounded content">
37
38 <h2>Using assignments dialog</h2>
39
40 <p><img class="gtkshot right" src="images/dlg-assign1.png"></p>
41
42 <h3><img src="images/1.png"> Assignment list</h3>
43
44 <p>display the actual list of assignments in the wallet. It is
45 always sorted in alphabetic order.</p>
46
47 <h3><img src="images/2.png"> Buttons</h3>
48
49 <table class="widgetinfo">
50 <tr>
51 <th>Remove</th>
52
53 <td>remove the active assignment.</td>
54 </tr>
55
56 <tr>
57 <th>Add</th>
58
59 <td>add a new empty assignment.</td>
60 </tr>
61 </table>
62
63 <h3><img src="images/3.png"> Search in memo</h3>
64
65 <table class="widgetinfo">
66 <tr>
67 <th>Contains the text</th>
68
69 <td>define the text to search into the memo</td>
70 </tr>
71 <tr>
72 <th>Case sensitive</th>
73
74 <td>set the search to be sensible to case of characters</td>
75 </tr>
76 </table>
77
78 <h3><img src="images/4.png"> Automatic assignments</h3>
79
80 <table class="widgetinfo">
81 <tr>
82 <th>Payee</th>
83
84 <td>the payee to assign</td>
85 </tr>
86
87 <tr>
88 <th>Category</th>
89
90 <td>the category to assign</td>
91 </tr>
92 </table>
93
94 </div>
95 </body>
96 </html>
This page took 0.032779 seconds and 4 git commands to generate.