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
|
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="CONTENT-TYPE">
<meta content="noindex" name="robots">
<title>Vehicle cost</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>Using the Vehicle cost feature</h1>
<p>An additional capability of HomeBank is to follow the cost of each of your vehicles: fuel consumption and other costs. It will for example display some cost globally and for 100 km/miles, and some other useful information.</p>
<ul class="toc">
<li>Step 1: <a href="#category">Create the vehicles categories</a></li>
<li>Step 2: <a href="#transactions">Fill some transaction with vehicle-cost data's</a></li>
<li>Step 3: <a href="#result">View the results in the vehicle cost report</a></li>
</ul>
</div>
<div class="rounded content">
<h3><a id="category" name="category"></a>Step 1: Create the vehicles categories</h3>
<p>Create some categories for each of your vehicle. You can use categories or subcategories as well. Optionally you can set the default vehicle for the vehicle-cost report window from the <a href="dlg-wall.html">wallet dialog</a>.</p>
<p><img alt="" class="gtkshot left" src="images/use-vehiclecost1.png"></p>
<p>For example, create an 'Audi 80' category:</p>
<ul>
<li>open the <a href="dlg-cate.html">category dialog</a></li>
<li>create a category named 'Audi 80'</li>
</ul>
<div class="clear"></div>
</div>
<div class="rounded content">
<h3><a id="transactions" name="transactions"></a>Step 2: Fill some transaction with vehicle-cost data's</h3>
<p>Modify or add some transaction with necessary data's for the vehicle cost to work:</p>
<ul>
<li>assign the category 'Audi 80' to every transaction for this vehicle, this includes refuel, maintenance, repair, insurance, or any others costs.</li>
<li>add the specific vehicle cost data's into each refuel memo field transaction, as follow. The memo field can also contains other texts as well.</li>
</ul>
<p><img alt="" class="gtkshot left" src="images/use-vehiclecost2.png"></p>
<table class="widgetinfo">
<tr>
<th>d=xxxxxx</th>
<td>the odometer at refuel time<br>
<em>ex.: d=92458</em></td>
</tr>
<tr>
<th>v=xx.xx</th>
<td>the fuel volume for a <strong>full refuel</strong><br>
<em>ex.: v=45.23</em></td>
</tr>
<tr>
<th>v~xx.xx</th>
<td>the fuel volume for a <strong>partial refuel</strong><br>
<em>ex.: v~15.41</em></td>
</tr>
</table>
<div class="clear"></div>
</div>
<div class="rounded content">
<h3><a id="result" name="result"></a>Step 3: View the results into the vehicle cost report</h3>
<p>Open the <a href="win-vehiclecost.html">vehicle cost report</a>, select 'Audi 80' Vehicle and view the results.</p>
<p><img alt="" class="gtkshot left" src="images/use-vehiclecost3.png"></p>
<div class="clear"></div>
</div>
</body>
</html>
|