]> Dogcows Code - chaz/homebank/blob - doc/dlg-curr.html
import homebank-5.1.2
[chaz/homebank] / doc / dlg-curr.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>Currencies 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>Currencies dialog</h1>
15 <p>The currencies dialog is used to edit, modify and manage the currencies available for the wallets.</p>
16 <h2>Dialog call</h2>
17 <ul>
18 <li>main window menu: Manage / Currencies</li>
19 <li>main window tool bar.</li>
20 </ul>
21 </div>
22 <div class="rounded content">
23 <h2>Using currencies dialog</h2>
24 <p><img class="gtkshot right" src="images/dlg-currencies1.png"></p>
25 <h3><img align="bottom" border="0" height="12" id="graphics5" name="graphics5" src="images/1.png" width="12"> General</h3>
26 <table class="widgetinfo">
27 <tr>
28 <th>Update on-line</th>
29 <td>Trigger to update exchanges rate on-line. This is disabled when you only have a single currency.<br>
30 This is an extra feature relying on third party (yahoo).</td>
31 </tr>
32 </table>
33 <h3><img align="bottom" border="0" height="12" id="graphics6" name="graphics6" src="images/2.png" width="12"> Currencies list</h3>
34 <p>display currency ISO code, name, symbol, exchange rate and last modified date</p>
35 <h3><img align="bottom" border="0" height="12" id="graphics7" src="images/3.png" width="12"> Buttons</h3>
36 <table class="widgetinfo">
37 <tr>
38 <th>Add</th>
39 <td>open a dialog to add a new currency</td>
40 </tr>
41 <tr>
42 <th>Edit</th>
43 <td>open a dialog to edit the selected currency</td>
44 </tr>
45 <tr>
46 <th>Delete</th>
47 <td>delete the selected currency</td>
48 </tr>
49 <tr>
50 <th>Set as base</th>
51 <td>set the selected currency to be the base currency</td>
52 </tr>
53 </table>
54 </div>
55 <div class="rounded content">
56 <h2>Using the edit currency dialog</h2>
57 <p><img class="gtkshot right" src="images/dlg-currencies2.png"></p>
58 <h3>Currency</h3>
59 <p>Display the currency symbol and name</p>
60 <h3>Exchange rate</h3>
61 <p>Enable to chnage the exchange rate (if currency is not the base one)</p>
62 <h3>Format</h3>
63 <p>Display a sample of the currency format</p>
64 <p>Customize</p>
65 <table class="widgetinfo">
66 <tr>
67 <th>Symbol</th>
68 <td>Symbol that prefix the amount</td>
69 </tr>
70 <tr>
71 <th>Is prefix</th>
72 <td>define is the symbol is a prefix symbol</td>
73 </tr>
74 <tr>
75 <th>Decimal char</th>
76 <td>Character to be used as decimal separator</td>
77 </tr>
78 <tr>
79 <th>Frac digits</th>
80 <td>Number of digits after decimal separator</td>
81 </tr>
82 <tr>
83 <th>Grouping char</th>
84 <td>Character to be used as grouping separator</td>
85 </tr>
86 </table>
87 </div>
88 </body>
89 </html>
This page took 0.035561 seconds and 4 git commands to generate.