]> Dogcows Code - chaz/homebank/blob - doc/dlg-arch.html
import homebank-5.1.2
[chaz/homebank] / doc / dlg-arch.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>Scheduled/Template transactions 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>Scheduled/Template transactions dialog</h1>
15 <p>The Scheduled/Template transactions dialog is used to add, edit and manage the <a href="00-lexicon.html#scheduled">scheduled</a> / <a href="00-lexicon.html#template">template</a> of the current wallet.</p>
16 <h2>Dialog call</h2>
17 <ul>
18 <li>main window menu: Manage / Scheduled/Template...</li>
19 <li>main window tool bar.</li>
20 </ul>
21 </div>
22 <div class="rounded content">
23 <h2>Using Scheduled/Template transactions dialog</h2>
24 <p><img class="gtkshot right" src="images/dlg-template1.png"></p>
25 <h3><img src="images/1.png"> Scheduled/Template switcher</h3>
26 <p>Toggle the list to show only Scheduled or Template</p>
27 <h3><img src="images/2.png"> Scheduled/Template list</h3>
28 <p>display the actual list of Scheduled/Template transactions in the wallet. It is always sorted in alphabetic order.</p>
29 <p>scheduled transaction are marked with a calendar icon: <img src="images/hb-ope-auto.png"></p>
30 <h3><img src="images/3.png"> Buttons</h3>
31 <table class="widgetinfo">
32 <tr>
33 <th>Add</th>
34 <td>add a new empty template.</td>
35 </tr>
36 <tr>
37 <th>Delete</th>
38 <td>delete the active template.</td>
39 </tr>
40 </table>
41 <h3><img src="images/4.png"> Transaction details</h3>
42 <p>Please refer to <a href="dlg-tran.html">transaction dialog</a> for these fields.</p>
43 <h3><img src="images/5.png"> Scheduled insertion</h3>
44 <table class="widgetinfo">
45 <tr>
46 <th>Activate</th>
47 <td>set this template to be scheduled</td>
48 </tr>
49 <tr>
50 <th>Next date</th>
51 <td>specify the date of the next insertion, when you first edit you should set it manually, then it is updated automatically. You can of course adjust it later if needed.</td>
52 </tr>
53 <tr>
54 <th>Every</th>
55 <td>
56 set the insertion interval to every xx:
57 <ul>
58 <li>Day</li>
59 <li>Week</li>
60 <li>Month</li>
61 <li>Year</li>
62 </ul>
63 </td>
64 </tr>
65 <tr>
66 <th>Week-end</th>
67 <td>
68 define how to manage the post date when it occurs on a weekend:
69 <ul>
70 <li>Possible : don't care</li>
71 <li>Before : move to first day before</li>
72 <li>After : move to first day after</li>
73 </ul>
74 </td>
75 </tr>
76 <tr>
77 <th>Stop after xx posts</th>
78 <td>limit the insertion to a finished count</td>
79 </tr>
80 </table>
81 </div>
82 </body>
83 </html>
This page took 0.031154 seconds and 4 git commands to generate.