-
Notifications
You must be signed in to change notification settings - Fork 0
/
billing_stepB1.html
139 lines (139 loc) · 8.17 KB
/
billing_stepB1.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
<!DOCTYPE html> <!-- CLEANED -->
<html lang="en">
<head>
<title>Timaflu - Billing - Outstanding Invoices</title>
<link rel="stylesheet" type="text/css" href="css/stylesheet.css"/>
<link rel="stylesheet" type="text/css" href="css/top.css"/>
<link rel="stylesheet" type="text/css" href="css/form.css" />
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/message.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<!-- <link href="css/stylesheet.css" rel="stylesheet" type="text/css"> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script src="js/main.js"></script>
<script src="js/charts.js"></script>
<script src="js/sorttable.js"></script>
</head>
<body>
<div id="main">
<header class="top">
<div class="logo">TIMAFLU</div>
<div class="title">January 4th, 2018</div>
<ul class="menu">
<div class="dropdown"><!-- Needed for dropdown-content, so when hovering over it it keeps displaying -->
<a href="index.html">
<li><div class="profile-picture"></div><span>dr. B. Onderstal</span></li>
</a>
<ul class="dropdown-content">
<a href="index.html"><li><img src="img/logout.png"><span>Logout</span></li></a>
<a href="index.html"><li><img src="img/settings.png"><span>Settings</span></li></a>
</ul>
</div>
</ul>
</header>
<div class="container-main">
<header class="hero">
<div class="step">
<progress>Unknown</progress>
<button type="button" formaction="billing_step1.html">↩ Return to <b>Order Display</b></button>
</div>
</header>
<div class="main">
<div class="row">
<div class="cont9 card">
<header>
<h4 class="title">Outstanding invoices for customer <b>BENU Apotheek Ghen heij</b></h4>
<p class="description"><div class="switcher red">€ 6743,90</div></p>
<div class="row">
<div class="cont12 card right content">
<input id='stock_search' class='cont12' type='text'></input>
</div>
</div>
</header>
<table class="stats sortable">
<col style="width:10%">
<col style="width:10%">
<col style="width:18%">
<col style="width:22%">
<col style="width:22%">
<col style="width:18%">
<thead>
<tr>
<th><span>Order ID</span></th>
<th><span>Invoice ID</span></th>
<th><span>Invoice total</span></th>
<th><span>First sent</span></th>
<th><span>Status</span></th>
<th><span>Mark paid</span></th>
</tr>
</thead>
<tbody>
<tr>
<td><span>7563548</span></td>
<td><span>23874</span></td>
<td><div class="switcher red"><span>€ 845,27</span></div></td>
<td><div class="switcher orange"><span>17-12-2017 </span><div class="switcher white"><span>19 days ago</span></div></div></td>
<td><div class="switcher orange"><span>sent </span><div class="switcher white"><span>2×</span></div></div></td>
<td><button>✔ Mark paid</button></td>
</tr>
<tr>
<td><span>3245785</span></td>
<td><span>12964</span></td>
<td><div class="switcher red"><span>€ 2039,55</span></div></td>
<td><div class="switcher red"><span>2-12-2017 </span><div class="switcher white"><span>34 days ago</span></div></div></td>
<td><div class="switcher red"><span>sent </span><div class="switcher white"><span class="blinker fast">3×</span></div></div></td></td>
<td><button>✔ Mark paid</button></td>
</tr>
<tr>
<td><span>8272348</span></td>
<td><span>12673</span></td>
<td><div class="switcher red"><span>€ 3859,28</span></div></td>
<td><div class="switcher orange"><span>21-12-2017 </span><div class="switcher white"><span>15 days ago</span></div></div></td>
<td><div class="switcher orange"><span>sent </span><div class="switcher white"><span>2×</span></div></div></td>
<td><button>✔ Mark paid</button></td>
</tr>
</tbody>
</table>
<footer>
<label>Previous</label>
<label><b>1</b></label>
<label>Next</label>
</footer>
</div>
<div class="cont3 card">
<header>
<h4 class="title">Customer information</h4>
<p class="description">BENU Apotheek Ghen heij</p>
</header>
<table class="stats">
<col style="width:30%">
<col style="width:70%">
<tbody>
<tr>
<td><span>Contact</span></td>
<td><span>Mevr. Drs. V. la Fontaine</span></td>
</tr>
<tr>
<td><span>Phone</span></td>
<td><span><a href="tel:045 521 0772">045 521 0772</a></span></td>
</tr>
<tr>
<td><span>URL</span></td>
<td><span><a href="https://ghenheij.benuapotheek.nl" target="_blank">ghenheij.benuapotheek.nl</a></span></td>
</tr>
</tbody>
</table>
</div>
</div>
<footer>
<label></label>
<label>Ⓒ 2017 | version 1.0 beta 6</label>
<label></label>
</footer>
</div>
</div>
</div>
</body>
</html>