forked from themefisher/focus-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvoice.html
224 lines (195 loc) · 11 KB
/
invoice.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
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<!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">
<title>Focus Admin: Invoice</title>
<!-- ================= Favicon ================== -->
<!-- Standard -->
<link rel="shortcut icon" href="http://placehold.it/64.png/000/fff">
<!-- Retina iPad Touch Icon-->
<link rel="apple-touch-icon" sizes="144x144" href="http://placehold.it/144.png/000/fff">
<!-- Retina iPhone Touch Icon-->
<link rel="apple-touch-icon" sizes="114x114" href="http://placehold.it/114.png/000/fff">
<!-- Standard iPad Touch Icon-->
<link rel="apple-touch-icon" sizes="72x72" href="http://placehold.it/72.png/000/fff">
<!-- Standard iPhone Touch Icon-->
<link rel="apple-touch-icon" sizes="57x57" href="http://placehold.it/57.png/000/fff">
<!-- Styles -->
<link href="assets/css/lib/font-awesome.min.css" rel="stylesheet">
<link href="assets/css/lib/themify-icons.css" rel="stylesheet">
<link href="assets/css/lib/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/lib/helper.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body class="bg-primary">
<div class="unix-invoice">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div id="invoice" class="effect2 m-t-120">
<div id="invoice-top">
<div class="invoice-logo"></div>
<div class="invoice-info">
<h2>john doe</h2>
<p> hello@Admin Board.com <br> +8801629599859
</p>
</div>
<!--End Info-->
<div class="title">
<h4>Invoice #1069</h4>
<p>Issued: February 15, 2018<br> Payment Due: February 27, 2018
</p>
</div>
<!--End Title-->
</div>
<!--End InvoiceTop-->
<div id="invoice-mid">
<div class="clientlogo"></div>
<div class="invoice-info">
<h2>Client Name</h2>
<p>[email protected]<br> 555-555-5555
<br>
</div>
<div id="project">
<h2>Project Description</h2>
<p>Proin cursus, dui non tincidunt elementum, tortor ex feugiat enim, at elementum enim quam vel purus. Curabitur semper malesuada urna ut suscipit.</p>
</div>
</div>
<!--End Invoice Mid-->
<div id="invoice-bot">
<div id="invoice-table">
<div class="table-responsive">
<table class="table">
<tr class="tabletitle">
<td class="table-item">
<h2>Item Description</h2>
</td>
<td class="Hours">
<h2>Hours</h2>
</td>
<td class="Rate">
<h2>Rate</h2>
</td>
<td class="subtotal">
<h2>Sub-total</h2>
</td>
</tr>
<tr class="service">
<td class="tableitem">
<p class="itemtext">Communication</p>
</td>
<td class="tableitem">
<p class="itemtext">5</p>
</td>
<td class="tableitem">
<p class="itemtext">$75</p>
</td>
<td class="tableitem">
<p class="itemtext">$375.00</p>
</td>
</tr>
<tr class="service">
<td class="tableitem">
<p class="itemtext">Asset Gathering</p>
</td>
<td class="tableitem">
<p class="itemtext">3</p>
</td>
<td class="tableitem">
<p class="itemtext">$75</p>
</td>
<td class="tableitem">
<p class="itemtext">$225.00</p>
</td>
</tr>
<tr class="service">
<td class="tableitem">
<p class="itemtext">Design Development</p>
</td>
<td class="tableitem">
<p class="itemtext">5</p>
</td>
<td class="tableitem">
<p class="itemtext">$75</p>
</td>
<td class="tableitem">
<p class="itemtext">$375.00</p>
</td>
</tr>
<tr class="service">
<td class="tableitem">
<p class="itemtext">Animation</p>
</td>
<td class="tableitem">
<p class="itemtext">20</p>
</td>
<td class="tableitem">
<p class="itemtext">$75</p>
</td>
<td class="tableitem">
<p class="itemtext">$1,500.00</p>
</td>
</tr>
<tr class="service">
<td class="tableitem">
<p class="itemtext">Animation Revisions</p>
</td>
<td class="tableitem">
<p class="itemtext">10</p>
</td>
<td class="tableitem">
<p class="itemtext">$75</p>
</td>
<td class="tableitem">
<p class="itemtext">$750.00</p>
</td>
</tr>
<tr class="service">
<td class="tableitem">
<p class="itemtext"></p>
</td>
<td class="tableitem">
<p class="itemtext">HST</p>
</td>
<td class="tableitem">
<p class="itemtext">13%</p>
</td>
<td class="tableitem">
<p class="itemtext">$419.25</p>
</td>
</tr>
<tr class="tabletitle">
<td></td>
<td></td>
<td class="Rate">
<h2>Total</h2>
</td>
<td class="payment">
<h2>$3,644.25</h2>
</td>
</tr>
</table>
</div>
</div>
<!--End Table-->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="QRZ7QTM9XRPJ6">
<input type="image" src="assets/images/paypal.png" name="submit" alt="PayPal - The safer, easier way to pay online!">
</form>
<div id="legalcopy">
<p class="legal"><strong>Thank you for your business!</strong> Payment is expected within 31 days; please process this invoice within that time. There will be a 5% interest charge per month on late invoices.
</p>
</div>
</div>
<!--End InvoiceBot-->
</div>
<!--End Invoice-->
</div>
</div>
</div>
</div>
</body>
</html>