-
Notifications
You must be signed in to change notification settings - Fork 0
/
starting-bank-instructions.html
36 lines (23 loc) · 1.21 KB
/
starting-bank-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
<!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>A starting bank is money the store lends you at the beginning of your shift for the purposes of making change.</p>
<br />
<p>Your starting bank will be listed in the "Cash drops" section of the "Transactions" screen. To view it, follow the steps
outlined in red below:</p>
<img class="img-no-caption" src="img/starting-bank-instructions/1.png"/>
<img class="img-no-caption" src="img/starting-bank-instructions/2.png"/>
<img class="img-no-caption" src="img/starting-bank-instructions/3.png"/>
<p>Notice that the starting bank is a negative number, since this is money you owe back to the store at the end of your shift.
If you need to make more cash drops, you can do so from this screen.</p>
<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>