-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinvoice.html
More file actions
256 lines (251 loc) · 12.2 KB
/
invoice.html
File metadata and controls
256 lines (251 loc) · 12.2 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
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html lang="en">
<head>
<title>Matrix Admin</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/bootstrap-responsive.min.css" />
<link rel="stylesheet" href="css/matrix-style.css" />
<link rel="stylesheet" href="css/matrix-media.css" />
<link href="font-awesome/css/font-awesome.css" rel="stylesheet" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,800' rel='stylesheet' type='text/css'>
</head>
<body>
<!--Header-part-->
<div id="header">
<h1><a href="dashboard.html">Matrix Admin</a></h1>
</div>
<!--close-Header-part-->
<!--top-Header-menu-->
<div id="user-nav" class="navbar navbar-inverse">
<ul class="nav">
<li class="dropdown" id="profile-messages" ><a title="" href="#" data-toggle="dropdown" data-target="#profile-messages" class="dropdown-toggle"><i class="icon icon-user"></i> <span class="text">Welcome User</span><b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#"><i class="icon-user"></i> My Profile</a></li>
<li class="divider"></li>
<li><a href="#"><i class="icon-check"></i> My Tasks</a></li>
<li class="divider"></li>
<li><a href="login.html"><i class="icon-key"></i> Log Out</a></li>
</ul>
</li>
<li class="dropdown" id="menu-messages"><a href="#" data-toggle="dropdown" data-target="#menu-messages" class="dropdown-toggle"><i class="icon icon-envelope"></i> <span class="text">Messages</span> <span class="label label-important">5</span> <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a class="sAdd" title="" href="#"><i class="icon-plus"></i> new message</a></li>
<li class="divider"></li>
<li><a class="sInbox" title="" href="#"><i class="icon-envelope"></i> inbox</a></li>
<li class="divider"></li>
<li><a class="sOutbox" title="" href="#"><i class="icon-arrow-up"></i> outbox</a></li>
<li class="divider"></li>
<li><a class="sTrash" title="" href="#"><i class="icon-trash"></i> trash</a></li>
</ul>
</li>
<li class=""><a title="" href="#"><i class="icon icon-cog"></i> <span class="text">Settings</span></a></li>
<li class=""><a title="" href="login.html"><i class="icon icon-share-alt"></i> <span class="text">Logout</span></a></li>
</ul>
</div>
<!--start-top-serch-->
<div id="search">
<input type="text" placeholder="Search here..."/>
<button type="submit" class="tip-bottom" title="Search"><i class="icon-search icon-white"></i></button>
</div>
<!--close-top-serch-->
<!--sidebar-menu-->
<div id="sidebar"> <a href="#" class="visible-phone"><i class="icon icon-file"></i> Addons</a>
<ul>
<li><a href="index.html"><i class="icon icon-home"></i> <span>Dashboard</span></a> </li>
<li><a href="charts.html"><i class="icon icon-signal"></i> <span>Charts & graphs</span></a> </li>
<li><a href="widgets.html"><i class="icon icon-inbox"></i> <span>Widgets</span></a> </li>
<li><a href="tables.html"><i class="icon icon-th"></i> <span>Tables</span></a></li>
<li><a href="grid.html"><i class="icon icon-fullscreen"></i> <span>Full width</span></a></li>
<li class="submenu"> <a href="#"><i class="icon icon-list"></i> <span>Forms</span> <span class="label label-important">3</span></a>
<ul>
<li><a href="form-common.html">Basic Form</a></li>
<li><a href="form-validation.html">Form with Validation</a></li>
<li><a href="form-wizard.html">Form with Wizard</a></li>
</ul>
</li>
<li><a href="buttons.html"><i class="icon icon-tint"></i> <span>Buttons & icons</span></a></li>
<li><a href="interface.html"><i class="icon icon-pencil"></i> <span>Eelements</span></a></li>
<li class="submenu active"> <a href="#"><i class="icon icon-file"></i> <span>Addons</span> <span class="label label-important">5</span></a>
<ul>
<li><a href="index2.html">Dashboard2</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="invoice.html">Invoice</a></li>
<li><a href="chat.html">Chat option</a></li>
</ul>
</li>
<li class="submenu"> <a href="#"><i class="icon icon-info-sign"></i> <span>Error</span> <span class="label label-important">4</span></a>
<ul>
<li><a href="error403.html">Error 403</a></li>
<li><a href="error404.html">Error 404</a></li>
<li><a href="error405.html">Error 405</a></li>
<li><a href="error500.html">Error 500</a></li>
</ul>
</li>
<li class="content"> <span>Monthly Bandwidth Transfer</span>
<div class="progress progress-mini progress-danger active progress-striped">
<div style="width: 77%;" class="bar"></div>
</div>
<span class="percent">77%</span>
<div class="stat">21419.94 / 14000 MB</div>
</li>
<li class="content"> <span>Disk Space Usage</span>
<div class="progress progress-mini active progress-striped">
<div style="width: 87%;" class="bar"></div>
</div>
<span class="percent">87%</span>
<div class="stat">604.44 / 4000 MB</div>
</li>
</ul>
</div>
<div id="content">
<div id="content-header">
<div id="breadcrumb"> <a href="#" title="Go to Home" class="tip-bottom"><i class="icon-home"></i> Home</a> <a href="#">Addons pages</a> <a href="#" class="current">invoice</a> </div>
<h1>Invoice</h1>
</div>
<div class="container-fluid"><hr>
<div class="row-fluid">
<div class="span12">
<div class="widget-box">
<div class="widget-title"> <span class="icon"> <i class="icon-briefcase"></i> </span>
<h5 >Company Name</h5>
</div>
<div class="widget-content">
<div class="row-fluid">
<div class="span6">
<table class="">
<tbody>
<tr>
<td><h4>Your Company Name</h4></td>
</tr>
<tr>
<td>Your Town</td>
</tr>
<tr>
<td>Your Region/State</td>
</tr>
<tr>
<td>Mobile Phone: +4530422244</td>
</tr>
<tr>
<td >me@company.com</td>
</tr>
</tbody>
</table>
</div>
<div class="span6">
<table class="table table-bordered table-invoice">
<tbody>
<tr>
<tr>
<td class="width30">Invoice ID:</td>
<td class="width70"><strong>TD-6546</strong></td>
</tr>
<tr>
<td>Issue Date:</td>
<td><strong>March 23, 2013</strong></td>
</tr>
<tr>
<td>Due Date:</td>
<td><strong>April 01, 2013</strong></td>
</tr>
<td class="width30">Client Address:</td>
<td class="width70"><strong>Cliente Company name.</strong> <br>
501 Mafia Street., washington, <br>
NYNC 3654 <br>
Contact No: 123 456-7890 <br>
Email: youremail@companyname.com </td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<table class="table table-bordered table-invoice-full">
<thead>
<tr>
<th class="head0">Type</th>
<th class="head1">Desc</th>
<th class="head0 right">Qty</th>
<th class="head1 right">Price</th>
<th class="head0 right">Amount</th>
</tr>
</thead>
<tbody>
<tr>
<td>Firefox</td>
<td>Ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae</td>
<td class="right">2</td>
<td class="right">$150</td>
<td class="right"><strong>$300</strong></td>
</tr>
<tr>
<td>Chrome Plugin</td>
<td>Tro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt u eos et accusamus et iusto odio dignissimos ducimus deleniti atque</td>
<td class="right">1</td>
<td class="right">$1,200</td>
<td class="right"><strong>$1,2000</strong></td>
</tr>
<tr>
<td>Safari App</td>
<td>Rro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt u expedita distinctio</td>
<td class="right">2</td>
<td class="right">$850</td>
<td class="right"><strong>$1,700</strong></td>
</tr>
<tr>
<td>Opera App</td>
<td>Orro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut</td>
<td class="right">3</td>
<td class="right">$850</td>
<td class="right"><strong>$2,550</strong></td>
</tr>
<tr>
<td>Netscape Template</td>
<td>Vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque</td>
<td class="right">5</td>
<td class="right">$50</td>
<td class="right"><strong>$250</strong></td>
</tr>
</tbody>
</table>
<table class="table table-bordered table-invoice-full">
<tbody>
<tr>
<td class="msg-invoice" width="85%"><h4>Payment method: </h4>
<a href="#" class="tip-bottom" title="Wire Transfer">Wire transfer</a> | <a href="#" class="tip-bottom" title="Bank account">Bank account #</a> | <a href="#" class="tip-bottom" title="SWIFT code">SWIFT code </a>| <a href="#" class="tip-bottom" title="IBAN Billing address">IBAN Billing address </a></td>
<td class="right"><strong>Subtotal</strong> <br>
<strong>Tax (5%)</strong> <br>
<strong>Discount</strong></td>
<td class="right"><strong>$7,000 <br>
$600 <br>
$50</strong></td>
</tr>
</tbody>
</table>
<div class="pull-right">
<h4><span>Amount Due:</span> $7,650.00</h4>
<br>
<a class="btn btn-primary btn-large pull-right" href="">Pay Invoice</a> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Footer-part-->
<div class="row-fluid">
<div id="footer" class="span12"> 2013 © Matrix Admin. Brought to you by <a href="http://themedesigner.in">Themedesigner.in</a> </div>
</div>
<!--end-Footer-part-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.ui.custom.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/matrix.js"></script>
</body>
</html>