1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="CONTENT-TYPE">
<meta content="noindex" name="robots">
<title>Split dialog</title>
<link href="help.css" rel="stylesheet" type="text/css">
</head>
<body id="top">
<div class="dochead">
HomeBank User manual
</div>
<div class="title">
<h1>Split transaction dialog</h1>
<p>The split dialog is used to edit,modify and manage the <a href="00-lexicon.html#split">split</a> of a transaction.<br>
The split number is limited to 60.</p>
<h2>Dialog call</h2>
<ul>
<li>transaction dialog: S button</li>
</ul>
</div>
<div class="row">
<div class="gfx">
<img class="gtkshot right" src="images/dlg-split1.png">
</div>
<div class="rounded content">
<h2>Using split transaction dialog</h2>
<h3><img src="images/1.png" width="15" height="15"> split list</h3>
<p>The split list shows the split number, Category, Memo and Amount.<br>
<img src="images/d-info.png" width="16" height="16" /> you can use drag and drop to reorder the split lines</p>
<h3><img src="images/2.png" width="15" height="15"> Actions list buttons</h3>
<table class="widgetinfo">
<tr>
<th>edit</th>
<td>edit the active split line</td>
</tr>
<tr>
<th>-</th>
<td>remove a single split line</td>
</tr>
<tr>
<th>=</th>
<td>remove all splits lines</td>
</tr>
</table>
<h3><img src="images/3.png" width="15" height="15"> Split line details</h3>
<table class="widgetinfo">
<tr>
<th>Category</th>
<td>the category of the split line</td>
</tr>
<tr>
<th>Memo</th>
<td>the memo of the split line</td>
</tr>
<tr>
<th>Amount</th>
<td>the amount of the split line<br>
to force a positive amount enter +xxx<br>
to force a negative amount enter -xxx</td>
</tr>
</table>
<h3><img src="images/4.png" width="15" height="15"> Split line buttons</h3>
<p><b>Add</b><br>
Enter the different fields, the add button will be enabled when the amount is different of 0.00</p>
<p><b>Edit</b><br>
Double-click the split line to edit, then you will get 2 more buttond to Apply, or Cancel your changes</p>
<h3><img src="images/5.png" width="15" height="15"> Split information</h3>
<p>Depending on the context, the following will be displayed:</p>
<table class="widgetinfo">
<tr>
<th>Transaction amount</th>
<td>transaction amount as a remind</td>
</tr>
<tr>
<th>Unassigned</th>
<td>remaining amount for the split: transaction amount - sum of splits</td>
</tr>
<tr>
<th>Sum of splits</th>
<td>sum of every split lines</td>
</tr>
</table>
</div>
</body>
</html>
|