]> Dogcows Code - chaz/homebank/blob - doc/dlg-spli.html
Merge branch 'upstream'
[chaz/homebank] / doc / dlg-spli.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>Split 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>Split transaction dialog</h1>
15 <p>The split dialog is used to edit,modify and manage the <a href="00-lexicon.html#split">split</a> of a transaction.<br>
16 The split number is limited to 60.</p>
17 <h2>Dialog call</h2>
18 <ul>
19 <li>transaction dialog: S button</li>
20 </ul>
21 </div>
22 <div class="rounded content">
23 <h2>Using split transaction dialog</h2>
24 <p><img class="gtkshot right" src="images/dlg-split1.png"></p>
25
26 <h3><img align="bottom" border="0" height="12" id="graphics4" name="graphics4" src="images/1.png" width="12"> split list</h3>
27 <p>The split list shows the split number, Category, Memo and Amount.<br>
28 <img src="images/d-info.png" width="16" height="16" />&nbsp;you can use drag and drop to reorder the split lines</p>
29
30 <h3><img align="bottom" border="0" height="12" id="graphics5" name="graphics5" src="images/2.png" width="12"> remove buttons</h3>
31 <table class="widgetinfo">
32 <tr>
33 <th>-</th>
34 <td>remove a single split line</td>
35 </tr>
36 <tr>
37 <th>=</th>
38 <td>remove all splits lines</td>
39 </tr>
40 </table>
41 <h3><img align="bottom" border="0" height="12" id="graphics6" name="graphics6" src="images/2.png" width="12"> Split line details</h3>
42 <table class="widgetinfo">
43 <tr>
44 <th>Category</th>
45 <td>the category of the split line</td>
46 </tr>
47 <tr>
48 <th>Memo</th>
49 <td>the memo of the split line</td>
50 </tr>
51 <tr>
52 <th>Amount</th>
53 <td>the amount of the split line</td>
54 </tr>
55 </table>
56 <p><b>Add</b><br>
57 Enter the different fields, the add button will be enabled when the amount is different of 0.00</p>
58 <p><b>Edit</b><br>
59 Double-clic the split line to edit, then you will get 2 more buttond to Apply, or Cancel your changes</p>
60
61 <h3><img align="bottom" border="0" height="12" id="graphics7" name="graphics7" src="images/3.png" width="12"> Split informations</h3>
62 <p>Depending on the context, the following will be displayed:</p>
63 <table class="widgetinfo">
64 <tr>
65 <th>Transaction amount</th>
66 <td>transaction amount as a remind</td>
67 </tr>
68 <tr>
69 <th>Unassigned</th>
70 <td>remaining amount for the split: transaction amount - sum of splits</td>
71 </tr>
72 <tr>
73 <th>Sum of splits</th>
74 <td>sum of every split lines</td>
75 </tr>
76 </table>
77 </div>
78 </body>
79 </html>
This page took 0.035636 seconds and 4 git commands to generate.