This file is indexed.

/usr/share/doc/homebank-data/help/03carcost.html is in homebank-data 4.4-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
	<TITLE>Vehicle cost</TITLE>
	<link rel="stylesheet" href="help.css">
</HEAD>
<BODY >
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 STYLE="page-break-before: always">
	<TR>
		<TD WIDTH=27>
			<A HREF="main.html"><IMG SRC="images/go-home.png" NAME="graphics1" ALIGN=BOTTOM WIDTH=27 HEIGHT=27 BORDER=0></A>
		</TD>
		<TD WIDTH=27>
			<A HREF="02balance.html"><IMG SRC="images/go-previous.png" NAME="graphics2" ALIGN=BOTTOM WIDTH=27 HEIGHT=27 BORDER=0></A>
		</TD>
		<TD WIDTH=27>
			<A HREF="06csvformat.html"><IMG SRC="images/go-next.png" NAME="graphics3" ALIGN=BOTTOM WIDTH=27 HEIGHT=27 BORDER=0></A>
		</TD>
	</TR>
</TABLE>
<div class="head"></div>
<h1>Vehicle cost</h1>
<p>
This feature allows you to monitor the expenses of one or more vehicles: fuel consumption and other costs.
</p>

<ul class="toc">
	<li><a href="#category">Create the vehicles categories</a></li>
	
	<li><a href="#transactions">Fill some transaction with vehiclecost data's</a></li>
	<li><a href="#result">View the results in the vehicle cost report</a></li>
</ul>

<h2><A NAME="category"></A>:: Create the vehicles categories</h2>
<P>Let's imagine you have 2 vehicles:
<ul>
	<li> open the <a href="04cate.html">category dialog</a>	
	<li> create a category named 'Car'
	<li> create a subcategory named 'Dacia Sandero'
	<li> create a subcategory named 'Renault Twingo'
</ul>

<P>Optionally you can set the default vehicle to be initialized into the
vehicle-cost report window from the <A HREF="04wall.html">wallet dialog</A>.
</P>

<h2><A NAME="transactions"></A>:: Fill some transaction with vehiclecost data's</h2>
<p>
A vehiclecost transaction for refuel must include in its description:
</p>
<ul>
	<LI>d=xxxxxx the odometer at refuel time
	<LI>v=xx.xx  the fuel volume for a <b>full refuel</b>
	<LI>v~xx.xx  the fuel volume for a <b>partial refuel</b>
</ul>

<P>
Affect the category to all of your transactions for a vehicle, this includes refuel, maintenance, repair, insurance, or others.
</P>
<p>
Example refuel description data's:
</P>
<ul>
	<li>'(d=92458 v=45.23)'
	<li>'d=92458, v=45.23'
	<li>'d=92458 v~15.41'
</ul>

<h2><A NAME="result"></A>:: View the results into the vehicle cost report</h2>
<P>Please see the <A HREF="05cost.html">vehicle cost report</A> for the
details.
</P>
</BODY>
</HTML>