]> Dogcows Code - chaz/homebank/blob - doc/use-vehiclecost.html
import homebank-5.1.7
[chaz/homebank] / doc / use-vehiclecost.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>Vehicle cost</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>Using the Vehicle cost feature</h1>
15 <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 informations.</p>
16 <ul class="toc">
17 <li>Step 1: <a href="#category">Create the vehicles categories</a></li>
18 <li>Step 2: <a href="#transactions">Fill some transaction with vehicle-cost data's</a></li>
19 <li>Step 3: <a href="#result">View the results in the vehicle cost report</a></li>
20 </ul>
21 </div>
22 <div class="rounded content">
23 <h3><a id="category" name="category"></a>Step 1: Create the vehicles categories</h3>
24 <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>
25 <p><img alt="" class="gtkshot left" src="images/use-vehiclecost1.png"></p>
26 <p>For example, create an 'Audi 80' category:</p>
27 <ul>
28 <li>open the <a href="dlg-cate.html">category dialog</a></li>
29 <li>create a category named 'Audi 80'</li>
30 </ul>
31 <div class="clear"></div>
32 </div>
33 <div class="rounded content">
34 <h3><a id="transactions" name="transactions"></a>Step 2: Fill some transaction with vehicle-cost data's</h3>
35 <p>Modify or add some transaction with necessary data's for the vehicle cost to work:</p>
36 <ul>
37 <li>assign the category 'Audi 80' to every transaction for this vehicle, this includes refuel, maintenance, repair, insurance, or any others costs.</li>
38 <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>
39 </ul>
40 <p><img alt="" class="gtkshot left" src="images/use-vehiclecost2.png"></p>
41 <table class="widgetinfo">
42 <tr>
43 <th>d=xxxxxx</th>
44 <td>the odometer at refuel time<br>
45 <em>ex.: d=92458</em></td>
46 </tr>
47 <tr>
48 <th>v=xx.xx</th>
49 <td>the fuel volume for a <strong>full refuel</strong><br>
50 <em>ex.: v=45.23</em></td>
51 </tr>
52 <tr>
53 <th>v~xx.xx</th>
54 <td>the fuel volume for a <strong>partial refuel</strong><br>
55 <em>ex.: v~15.41</em></td>
56 </tr>
57 </table>
58 <div class="clear"></div>
59 </div>
60 <div class="rounded content">
61 <h3><a id="result" name="result"></a>Step 3: View the results into the vehicle cost report</h3>
62 <p>Open the <a href="win-vehiclecost.html">vehicle cost report</a>, select 'Audi 80' Vehicle and view the results.</p>
63 <p><img alt="" class="gtkshot left" src="images/use-vehiclecost3.png"></p>
64 <div class="clear"></div>
65 </div>
66 </body>
67 </html>
This page took 0.031683 seconds and 4 git commands to generate.