]> Dogcows Code - chaz/homebank/blob - doc/dlg-arch.html
57f48e27d74149bb167dfbc39488a8097ee05896
[chaz/homebank] / doc / dlg-arch.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>Scheduled/Template transactions 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>Scheduled/Template transactions dialog</h1>
19
20 <p>The Scheduled/Template transactions dialog is used to add,
21 edit and manage the <a href=
22 "00-lexicon.html#scheduled">scheduled</a> / <a href=
23 "00-lexicon.html#template">template</a> of the current wallet.</p>
24
25 <h2>Dialog call</h2>
26
27 <ul>
28 <li>mainwindow-menu: Manage / Scheduled/Template...</li>
29
30 <li>mainwindow-toolbar.</li>
31 </ul>
32 </div>
33
34 <div class="rounded content">
35
36 <h2>Using Scheduled/Template transactions dialog</h2>
37
38 <p><img class="gtkshot right" src="images/dlg-template1.png"></p>
39
40 <h3><img src="images/1.png"> Template list</h3>
41
42 <p>display the actual list of Scheduled/Template transactions in
43 the wallet. It is always sorted in alphabetic order.</p>
44
45 <h3><img src="images/2.png"> Buttons</h3>
46
47 <table class="widgetinfo">
48 <tr>
49 <th>Remove</th>
50
51 <td>remove the active template.</td>
52 </tr>
53
54 <tr>
55 <th>Add</th>
56
57 <td>add a new empty template.</td>
58 </tr>
59 </table>
60
61 <h3><img src="images/3.png"> Transaction details</h3>
62
63 <p>Please refer to <a href="dlg-tran.html">transaction dialog</a>
64 for these fields.</p>
65
66 <h3><img src="images/4.png"> Scheduled insertion</h3>
67
68 <table class="widgetinfo">
69 <tr>
70 <th>Activate</th>
71
72 <td>set this template to be scheduled</td>
73 </tr>
74
75 <tr>
76 <th>Limit to</th>
77
78 <td>limit the insertion to a finished count</td>
79 </tr>
80
81 <tr>
82 <th>times</th>
83
84 <td>number of insertion to limit to</td>
85 </tr>
86
87 <tr>
88 <th>Every</th>
89
90 <td>set the insertion interval</td>
91 </tr>
92
93 <tr>
94 <th>Units</th>
95
96 <td>set the unit of the insertion interval: day, week, month,
97 year</td>
98 </tr>
99
100 <tr>
101 <th>Next on</th>
102
103 <td>specify the date of the next insertion, when you first
104 edit you should set it manually, then it is updated
105 automatically. You can of course adjust it later if
106 needed.</td>
107 </tr>
108 </table>
109
110 </div>
111 </body>
112 </html>
This page took 0.036291 seconds and 3 git commands to generate.