-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathinvice.html
More file actions
141 lines (138 loc) · 5.56 KB
/
invice.html
File metadata and controls
141 lines (138 loc) · 5.56 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="images/favicon.png" rel="icon" />
<title>Recharge Invoice - Koice</title>
<meta name="author" content="harnishdesign.net">
<!-- Web Fonts
======================= -->
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900' type='text/css'>
<!-- Stylesheet
======================= -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="vendor/font-awesome/css/all.min.css"/>
<link rel="stylesheet" type="text/css" href="css/stylesheet.css"/>
</head>
<body>
<!-- Container -->
<div class="container-fluid invoice-container">
<!-- Header -->
<header>
<div class="row align-items-center">
<div class="col-sm-7 text-center text-sm-start mb-3 mb-sm-0"> <img id="logo" src="images/logo.png" title="Koice" alt="Koice" /> </div>
<div class="col-sm-5 text-center text-sm-end">
<h4 class="mb-0">Invoice</h4>
<p class="mb-0">Invoice Number - 17004</p>
</div>
</div>
<hr>
</header>
<!-- Main Content -->
<main>
<div class="row">
<div class="col-sm-6 text-sm-end order-sm-1"> <strong>Pay To:</strong>
<address>
Koice Inc<br />
2705 N. Enterprise St<br />
Orange, CA 92865
</address>
</div>
<div class="col-sm-6 order-sm-0"> <strong>Invoiced To:</strong>
<address>
Smith Rhodes<br />
15 Hodges Mews, High Wycombe<br />
HP12 3JL<br />
United Kingdom
</address>
</div>
</div>
<div class="row">
<div class="col-sm-6"> <strong>Payment Method:</strong><br>
<span> Credit Card </span> <br />
<br />
</div>
<div class="col-sm-6 text-sm-end"> <strong>Order Date:</strong><br>
<span> 05/12/2020<br>
<br>
</span> </div>
</div>
<div class="card">
<div class="card-header"> <span class="fw-600 text-4">Recharge Summary</span> </div>
<div class="card-body p-0">
<div class="table-responsive">
<table class="table mb-0">
<thead>
<tr>
<td class="col-8"><strong>Description</strong></td>
<td class="col-2 text-center"><strong>Operator</strong></td>
<td class="col-2 text-end"><strong>Amount</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td><span class="text-3">(+91) 9898989898</span> prepaid Mobile Recharge</td>
<td class="text-center">Vodafone</td>
<td class="text-end">$98.00</td>
</tr>
<tr>
<td>Promotional Code: <br>
<small>TOPUP5 - 5% One Time Discount</small></td>
<td class="text-center">-</td>
<td class="text-end">-$4.90</td>
</tr>
</tbody>
<tfoot class="card-footer">
<tr>
<td colspan="2" class="text-end"><strong>Sub Total:</strong></td>
<td class="text-end">$93.10</td>
</tr>
<tr>
<td colspan="2" class="text-end"><strong>Tax:</strong></td>
<td class="text-end">$0.00</td>
</tr>
<tr>
<td colspan="2" class="text-end border-bottom-0"><strong>Total:</strong></td>
<td class="text-end border-bottom-0">$93.10</td>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
<br>
<div class="table-responsive d-print-none">
<table class="table table-bordered">
<thead>
<tr>
<td class="text-center"><strong>Transaction Date</strong></td>
<td class="text-center"><strong>Gateway</strong></td>
<td class="text-center"><strong>Transaction ID</strong></td>
<td class="text-center"><strong>Amount</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td class="text-center">05/12/2020</td>
<td class="text-center">Credit Card</td>
<td class="text-center">3912912704</td>
<td class="text-center">$93.10 USD</td>
</tr>
</tbody>
</table>
</div>
</main>
<!-- Footer -->
<footer class="text-center">
<p class="text-1"><strong>NOTE :</strong> This is computer generated receipt and does not require physical signature.</p>
<div class="btn-group btn-group-sm d-print-none"> <a href="javascript:window.print()" class="btn btn-light border text-black-50 shadow-none"><i class="fa fa-print"></i> Print</a> <a href="" class="btn btn-light border text-black-50 shadow-none"><i class="fa fa-download"></i> Download</a> </div>
</footer>
</div>
<!-- Back to My Account Link -->
<p class="text-center d-print-none"><a href="#">« Back to My Account</a></p>
</body>
</html>