-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathodometer-readings-instructions.html
39 lines (26 loc) · 1.54 KB
/
odometer-readings-instructions.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Calculate mileage using odometer readings</title>
<link rel="stylesheet" href="css/delivery-tip-tracker-instructions.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<p>Odometer readings can be used to calculate mileage. To set this up, follow the steps outlined in red below:</p>
<img class="img-no-caption" src="img/odometer-readings-instructions/1.png"/>
<img class="img-no-caption" src="img/odometer-readings-instructions/2.png"/>
<img class="img-no-caption" src="img/odometer-readings-instructions/3.png"/>
<img class="img-no-caption" src="img/odometer-readings-instructions/4.png"/>
<img class="img-no-caption" src="img/odometer-readings-instructions/5.png"/>
<p>With this option enabled, your mileage will be calculated at the end of your shift.</p>
<br /><hr><br />
<p>You can also configure the relevant stats on the <b><font color='#E03C68'>Statistics</font></b> screen to use odometer readings. To do this, follow the steps outlined in red below:</p>
<img class="img-no-caption" src="img/odometer-readings-instructions/6.png"/>
<img class="img-no-caption" src="img/odometer-readings-instructions/7.png"/>
<img class="img-no-caption" src="img/odometer-readings-instructions/8.png"/>
<script src="https://code.jquery.com/jquery-1.12.0.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.12.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
</body>
</html>