-
Notifications
You must be signed in to change notification settings - Fork 0
/
Timeoutcoupon.php
451 lines (397 loc) · 22.1 KB
/
Timeoutcoupon.php
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
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
<?php
session_start();
if (!isset($_SESSION['username'], $_SESSION['password'])){
echo "<meta http-equiv='refresh' content='0; url=index.php'>" ;
exit;
}
require_once('php/connect.php');
if(isset($_SESSION['fristname']))
$sql = "SELECT * FROM products WHERE day='หมดอายุ'";
$result = mysqli_query($connect, $sql);
// เเจ้งเตือน หมดอายุ ใน 24 ชม.
$sqlalert = "SELECT * FROM products WHERE hralert = 1 ";
$resultalert = mysqli_query($connect, $sqlalert);
$sqlnumalert = "SELECT SUM(hralert) AS count FROM products";
$durationnumalert = $connect->query($sqlnumalert);
$recordnumalert = $durationnumalert->fetch_array();
$totalnumalert = $recordnumalert['count'];
//im
$sqlimguser = "SELECT * FROM user WHERE username = '".$_SESSION['username']."'";
$resultimguser = mysqli_query($connect, $sqlimguser);
?>
<!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, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Timeout - Coupon</title>
<!-- Custom fonts for this template-->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<!-- logo headtab wev -->
<link rel="shortcut icon" type="image/x-icon" href="img/logoheadweb.ico">
<!-- Custom styles for this template-->
<link href="css/sb-admin-2.min.css" rel="stylesheet">
<!-- sweetalert2 -->
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/sweetalert2@11.7.2/dist/sweetalert2.min.css">
<!-- Bootstrap5 แบบ bundle คือการนำ Popper มารวมไว้ในไฟล์เดียว -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<script> //session หมด ล้อกเอ้าใน 30 วิ 1000 = 1 วิ
var keyboard_time_out = setTimeout('close_window()', 1800000);
$(window).keypress(function(){
clearTimeout(keboard_time_out);
keyboard_time_out = setTimeout('close_window()', 1800000);
})
function close_window(){
location.href="php/logout.php";
} </script>
<!--css profile-->
</head>
<body id="page-top">
<!-- Page Wrapper -->
<div id="wrapper">
<!-- Sidebar -->
<ul class="navbar-nav sidebar sidebar-dark accordion" id="accordionSidebar" style="background-color: #343a40;">
<!-- Logo sidebar -->
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="Home.php">
<div class="sidebar-brand-icon rotate-n-15">
<!-- <i class="fas fa-laugh-wink"></i> -->
<img style="width: 2rem;"
src="img/logo.png" alt="...">
</div>
<div class="sidebar-brand-text mx-3"><div class="title page">
<h3 style="display: inline;">IT</h3>
<h4 style="display: inline;">Care</h4>
<sup>LAF</sup>
</div></div>
</a>
<!-- Divider -->
<hr class="sidebar-divider my-0">
<!-- Nav Item - Dashboard -->
<li class="nav-item ">
<a class="nav-link" href="Home.php">
<i class="fas fa-fw fa-tachometer-alt"></i>
<span>Dashboard</span></a>
</li>
<!-- Divider -->
<hr class="sidebar-divider">
<!-- Heading -->
<div class="sidebar-heading">
กระบวนการสร้างคูปอง
</div>
<!-- Nav Item - Pages Collapse Menu -->
<li class="nav-item">
<a class="nav-link collapsed" href="#" data-toggle="collapse" data-target="#collapseTwo"
aria-expanded="true" aria-controls="collapseTwo">
<i class="fa fa-plus-square"></i>
<span> AddCoupon</span>
</a>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionSidebar">
<div class="bg-white py-2 collapse-inner rounded">
<!-- <h6 class="collapse-header">Custom Components:</h6> -->
<a class="collapse-item " href="Genarate.php">GenarateCoupon</a>
<a class="collapse-item" href="Allcoupon.php">Preview</a>
</div>
</div>
</li>
<!-- Divider -->
<hr class="sidebar-divider">
<!-- Heading -->
<div class="sidebar-heading">
ใช้งานคูปอง
</div>
<!-- Nav Item - Utilities Collapse Menu -->
<li class="nav-item">
<a class="nav-link collapsed" href="#" data-toggle="collapse" data-target="#collapseUtilities"
aria-expanded="true" aria-controls="collapseUtilities">
<i class="fas fa-fw fa-wrench"></i>
<span>UseCoupon</span>
</a>
<div id="collapseUtilities" class="collapse" aria-labelledby="headingUtilities"
data-parent="#accordionSidebar">
<div class="bg-white py-2 collapse-inner rounded">
<a class="collapse-item" href="Usecoupon.php">UseCoupon</a>
<a class="collapse-item" href="Usehistory.php">UseHistory</a>
<a class="collapse-item" href="Usetestbill.php">TestBill</a>
</div>
</div>
</li>
<!-- Divider -->
<hr class="sidebar-divider">
<!-- Heading -->
<div class="sidebar-heading">
การเคลียคูปองหมดอายุ
</div>
<li class="nav-item active">
<a class="nav-link" href="Timeoutcoupon.php">
<i class="fa fa-trash" aria-hidden="true"></i>
<span> TimeoutCoupon</span></a>
</li>
<!-- Divider -->
<hr class="sidebar-divider d-none d-md-block">
</ul>
<!-- End of Sidebar -->
<!-- Content Wrapper -->
<div id="content-wrapper" class="d-flex flex-column">
<!-- Topbar -->
<nav class="navbar navbar-expand navbar-light bg-white topbar mb-4 static-top" style="height:3.5rem;">
<!-- Sidebar Toggle (Topbar) -->
<button id="sidebarToggleTop" class="btn btn-link d-md-none rounded-circle mr-3">
<i class="fa fa-bars"></i>
</button>
<!-- Sidebar Toggler (Sidebar) -->
<div class="text-center d-none d-md-inline">
<button class="border-0 fas fa-bars" id="sidebarToggle" style="background-color: white;color:gray;"></button>
</div>
<ol class="breadcrumb float-rm-right" style="width:300px;">
<li class="breadcrumb-item"><a href="Home.php">Home</a></li>
<li class="breadcrumb-item active">GenarateCoupon</li>
</ol>
<script>
function hidebtn() {
if(document.getElementById("seachtop").style.visibility == 'hidden'){
document.getElementById("seachtop").style="visibility: visible;"}else{
document.getElementById("seachtop").style="visibility: hidden;"
}
}
</script>
<!-- Topbar Search -->
<form class="d-none d-sm-inline-block form-inline mr-auto ml-md-3 my-2 my-md-0 mw-100 navbar-search" id="seachtop" style="visibility: hidden;">
<div class="input-group">
<input type="text" class="form-control bg-light border-0 small" placeholder="Search for ..."
aria-label="Search" aria-describedby="basic-addon2">
<div class="input-group-append">
</div>
</div>
</form>
<!-- Topbar Navbar -->
<ul class="navbar-nav ml-auto">
<button class="btn btn-navbar" onclick="hidebtn()">
<i class="fas fa-search"></i>
</button>
<!-- Topbar Navbar -->
<ul class="navbar-nav ml-auto">
<!-- Nav Item - Alerts -->
<li class="nav-item dropdown no-arrow mx-1">
<a class="nav-link dropdown-toggle" href="#" id="alertsDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-bell fa-fw"></i>
<!-- ใกล้หมดอยุ่ใน 24 ชม -->
<?php if (mysqli_num_rows($resultalert) >= 1): ?>
<span class="badge badge-danger badge-counter"><?php echo $totalnumalert?>+</span>
<?php else:?>
<?php endif?>
</a>
<!-- Dropdown - Alerts -->
<div class="dropdown-list dropdown-menu dropdown-menu-right shadow animated--grow-in"
aria-labelledby="alertsDropdown">
<h6 class="dropdown-header">
แจ้งเตื่อนคูปองหมดอายุภายใน 24 ชั่วโมง
</h6>
<?php while ($row = mysqli_fetch_assoc($resultalert)):?>
<a class="dropdown-item d-flex align-items-center" href="#">
<div class="mr-3">
<div class="icon-circle">
<img style="width: 2rem;"
src="img/couponalert.png" alt="...">
</div>
</div>
<div>
<div class="small text-gray-1000"><?php echo date("Y-m-d H:i:s")?> หมดอายุในอีก <?php echo $row['day'];?> ชม.</div>
<span class="font-weight-thin"><?php echo $row['name'];?></span>
</div>
</a>
<?php endwhile?>
<a class="dropdown-item text-center small text-gray-500" href="#">Show All Alerts</a>
</div>
</li>
<div class="topbar-divider d-none d-sm-block"></div>
<!-- Nav Item - User Information -->
<li class="nav-item dropdown no-arrow">
<a class="nav-link dropdown-toggle" href="#" id="userDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="mr-2 d-none d-lg-inline text-gray-600 small">
<?php
echo $_SESSION["username"]
?>
</span>
<i class="mr-2 d-none d-lg-inline text-gray-600 small">
<?php
echo $_SESSION["department"]
?>
</i>
<img class="img-profile rounded-circle"
src="img/undraw_profile.svg">
</a>
<!-- Dropdown - User Information -->
<div class="dropdown-menu dropdown-menu-right shadow animated--grow-in"
aria-labelledby="userDropdown">
<a class="dropdown-item"
class="btn btn-primary"
data-bs-toggle="modal"
data-bs-target="#id-modal"
>
<i class="fas fa-user fa-sm fa-fw mr-2 text-gray-400"></i>
Profile
</a>
<a class="dropdown-item" href="#" >
<i class="fas fa-cogs fa-sm fa-fw mr-2 text-gray-400"></i>
Settings
</a>
<a class="dropdown-item" href="php/logout.php" onclick="return confirm('Do you want to sign out?')">
<i class="fas fa-sign-out-alt fa-sm fa-fw mr-2 text-gray-400"></i>
Logout
</a>
</div>
</li>
</ul>
</nav>
<!-- End of Topbar -->
<!-- Begin Page Content -->
<!-- Page Heading -->
<div class="container-fluid">
<div class="shadow rounded p-4 bg-body h-100">
<div class="row justify-content-center">
<div class="col-lg-12">
<div class="d-sm-flex align-items-center justify-content-between mb-2">
<h1 class="pb">คูปองที่หมดอายุแล้ว</h1>
</div>
<span class="text-right" >หมดอายุทั้งหมด <?php echo mysqli_num_rows($result)?> รายการ </span>
</div>
<div class="col-lg-12">
<div class="table-responsive" >
<?php if (mysqli_num_rows($result) > 0): ?>
<table class="table table-bordered">
<thead>
<tr class="text-center text-light bg-dark">
<th>ชื่อคูปอง</th>
<th>รายละเอียด</th>
<th>คงเหลือ</th>
<th>วันหมดอายุ</th>
<th>BarCode</th>
<th>จัดการ</th>
</tr>
</thead>
<tbody>
<?php while ($row = mysqli_fetch_assoc($result)):?>
<tr class="text-center">
<td> <?php echo $row['name'] ?> </td>
<td style="column-width:250px;white-space: normal; "><div id="hidden-text"><?php echo $row['detail'] ?></div></td>
<td> <?php echo $row['amountnow'] ?></td>
<td> <?php echo dateThai($row['exp']) ?></td>
<td> <img alt="barcode" src="php/barcode.php?codetype=Code128&size=15&text=<?php echo $row['barcode']?>&
print=true" /></td>
<td>
<div class="btn-group">
<button name="info"
class="btn btn-primary"
data-bs-toggle="modal"
data-bs-target="#useagain-modal<?php echo $row['id'] ?>"
style="width: 105px;"> ใช้อีกครั้ง </button>
<a href="/Couponweb/php/deletecouponprocessout.php?id=<?php echo $row['id'] ?>" class="btn btn-danger"> ลบ </a>
</div>
</td>
</tr>
<!-- Modal Read-->
<form class="row gy-4" action="php/updateuseagain.php?id=<?php echo $row['id']?>" method="POST">
<div class="modal fade" id="useagain-modal<?php echo $row['id'] ?>" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true" >
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="exampleModalLabel">การนำกลับมาใช้</h4>
<img alt="barcode" class="rounded float-start" src="php/barcode.php?codetype=Code128&size=15&text=<?php echo $row['barcode']?>&
print=true" />
</div>
<div class="modal-body">
<?php $id=$row['id'];?>
<p>ชื่อคูปอง: <?php echo $row['name'] ?></p>
<p>รายละเอียด: <?php echo $row['detail'] ?></p>
<p style="display: inline;line-height: 30%;">คูปองทั้งหมด: <?php echo number_format($row['amount'], 0) ?> คูปอง</p>
<p style="display: inline;line-height: 180%;">คงเหลือ: <h5 style="display: inline;color:yellowgreen;font-weight: thin;">
<?php echo number_format($row['amountnow'], 0) ?></h5> คูปอง</p>
<p>วันเวลาหมดอายุ: <?php echo dateThai($row['exp']) ?></p>
<div class="container-right" >
<div class="row">
<p> เลือกวันหมดอายุใหม่: </p>
<div class="col-md-6">
<input type="datetime-local" name="exp" class="form-control" value="<?php echo $row['exp'] ?>" style="color:red;">
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="submit" name="submit" class="btn btn-primary">ยืนยันนำไปใช้</button>
</div>
</div>
</div>
</div>
</form>
<?php endwhile; ?>
</tbody>
</table>
<?php
else:
echo "<p class='mt-5'>ไม่มีข้อมูลในฐานข้อมูล</p>";
endif;
?>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End of Page Wrapper -->
<!-- Modal Profile-->
<div class="modal fade" id="id-modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<?php while ($row = mysqli_fetch_assoc($resultimguser)):?>
<div class="modal-dialog modal-sm">
<div class="modal-body-id" style="background-image: url('img/<?php echo $row["imageuser"];?>')">
</div>
</div>
<?php endwhile?>
</div>
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<style>
#hidden-text{
width:100%;
width:inherit !important; /* hack firefox , chrome ,safari*/
overflow:hidden
}
.modal-body{
word-break: break-all;
}
.modal-body-id{
background-repeat: no-repeat;
background-size: cover;
height: 400px;
}
.dropdown-item{
cursor: pointer;
}
.breadcrumb{
margin-bottom: 0px;
background-color: white;
}
</style>
<!-- Bootstrap core JavaScript-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Core plugin JavaScript-->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for all pages-->
<script src="js/sb-admin-2.min.js"></script>
<?php mysqli_close($connect) ?>
</body>
</html>