~mdoyen/homebank/5.5.x

« back to all changes in this revision

Viewing changes to doc/dlg-wall.html

  • Committer: Maxime Doyen
  • Date: 2016-10-16 08:17:03 UTC
  • Revision ID: homebank@free.fr-20161016081703-xniihzke5uf4ci1j
5.1 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2
 
 
 
1
<!DOCTYPE html>
3
2
<html>
4
3
<head>
5
 
  <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
6
 
  <meta name="robots" content="noindex">
7
 
 
 
4
  <meta content="text/html; charset=utf-8" http-equiv="CONTENT-TYPE">
 
5
  <meta content="noindex" name="robots">
8
6
  <title>Properties dialog</title>
9
 
  <link rel="stylesheet" href="help.css" type="text/css">
 
7
  <link href="help.css" rel="stylesheet" type="text/css">
10
8
</head>
11
 
 
12
9
<body id="top">
13
10
  <div class="dochead">
14
11
    HomeBank User manual
15
12
  </div>
16
 
 
17
13
  <div class="title">
18
 
 
19
 
  <h1>Properties dialog</h1>
20
 
 
21
 
  <p>The properties dialog is used to edit, modify and manage the
22
 
  <a href="00-lexicon.html#wallet">wallet</a> properties.</p>
23
 
 
24
 
  <h2>Dialog call</h2>
25
 
 
26
 
  <ul>
27
 
    <li>mainwindow-menu: File / Properties</li>
28
 
  </ul>
29
 
</div>
30
 
 
 
14
    <h1>Properties dialog</h1>
 
15
    <p>The properties dialog is used to edit, modify and manage the <a href="00-lexicon.html#wallet">wallet</a> properties.</p>
 
16
    <h2>Dialog call</h2>
 
17
    <ul>
 
18
      <li>main window menu: File / Properties</li>
 
19
    </ul>
 
20
  </div>
31
21
  <div class="rounded content">
32
 
 
33
 
  <h2>Using properties dialog</h2>
34
 
 
35
 
  <p><img class="gtkshot right" src="images/dlg-properties1.png"></p>
36
 
 
37
 
  <h3><img src="images/1.png" name="graphics5" align="bottom"
38
 
  width="12" height="12" border="0" id="graphics5"> General</h3>
39
 
 
40
 
  <table class="widgetinfo">
41
 
    <tr>
42
 
      <th>Owner</th>
43
 
 
44
 
      <td>specify the title for the wallet, this will be used as
45
 
      the main window title.</td>
46
 
    </tr>
47
 
  </table>
48
 
 
49
 
  <h3><img src="images/2.png" name="graphics6" align="bottom"
50
 
  width="12" height="12" border="0" id="graphics6"> Scheduled
51
 
  transaction</h3>
52
 
 
53
 
  <table class="widgetinfo">
54
 
    <tr>
55
 
      <th>Add until xx of each month (excluded)</th>
56
 
 
57
 
      <td>specify the day number of the month until which the
58
 
      scheduled transaction will be automatically added.<br></td>
59
 
    </tr>
60
 
 
61
 
    <tr>
62
 
      <th>Add x days in advance the current date</th>
63
 
 
64
 
      <td>specify a number of days to add to the today's date
65
 
      (limit of insertion) when HomeBank insert automated
66
 
      transactions.<br>
67
 
      For example: you specify 30 days here, HomeBank will insert
68
 
      automated transactions that should occur till today + 30
69
 
      days.</td>
70
 
    </tr>
71
 
  </table>
72
 
 
73
 
  <h3><img src="images/3.png" name="graphics7" align="bottom"
74
 
  width="12" height="12" border="0" id="graphics7"> Vehicle
75
 
  cost</h3>
76
 
 
77
 
  <table class="widgetinfo">
78
 
    <tr>
79
 
      <th>Category</th>
80
 
 
81
 
      <td>specify the default category for the <a href=
82
 
      "win-vehiclecost.html">Vehicle cost</a> report.</td>
83
 
    </tr>
84
 
  </table>
85
 
  
 
22
    <h2>Using properties dialog</h2>
 
23
    <p><img class="gtkshot right" src="images/dlg-properties1.png"></p>
 
24
    <h3><img align="bottom" border="0" height="12" id="graphics5" name="graphics5" src="images/1.png" width="12"> General</h3>
 
25
    <table class="widgetinfo">
 
26
      <tr>
 
27
        <th>Owner</th>
 
28
        <td>specify the title for the wallet, this will be used as the main window title.</td>
 
29
      </tr>
 
30
    </table>
 
31
    <h3><img align="bottom" border="0" height="12" id="graphics6" name="graphics6" src="images/2.png" width="12"> Scheduled transaction</h3>
 
32
    <table class="widgetinfo">
 
33
      <tr>
 
34
        <th>Add until xx of each month (excluded)</th>
 
35
        <td>specify the day number of the month until which the scheduled transaction will be automatically added.<br></td>
 
36
      </tr>
 
37
      <tr>
 
38
        <th>Add x days in advance the current date</th>
 
39
        <td>specify a number of days to add to the today's date (limit of insertion) when HomeBank insert automated transactions.<br>
 
40
        For example: you specify 30 days here, HomeBank will insert automated transactions that should occur till today + 30 days.</td>
 
41
      </tr>
 
42
    </table>
 
43
    <h3><img align="bottom" border="0" height="12" id="graphics7" name="graphics7" src="images/3.png" width="12"> Vehicle cost</h3>
 
44
    <table class="widgetinfo">
 
45
      <tr>
 
46
        <th>Category</th>
 
47
        <td>specify the default category for the <a href="win-vehiclecost.html">Vehicle cost</a> report.</td>
 
48
      </tr>
 
49
    </table>
86
50
  </div>
87
51
</body>
88
 
</html>
 
52
</html>
 
 
b'\\ No newline at end of file'