This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtransactions.php
268 lines (248 loc) · 15.7 KB
/
transactions.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
<?php
include_once "functions/authentications.php";
include_once "functions/views.php";
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Transactions - Car Rental System</title>
<meta name="description" content="CRS - Car Rental System">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap">
<link rel="stylesheet" href="assets/fonts/fontawesome-all.min.css">
<link rel="stylesheet" href="assets/css/dataTables.bootstrap4-1.css">
<link rel="stylesheet" href="assets/css/dataTables.bootstrap4.css">
<link rel="stylesheet" href="assets/css/dataTables.bootstrap4.min.css">
<link rel="stylesheet" href="assets/css/#-Form-Basic-icons.css">
<link rel="stylesheet" href="assets/css/sb-admin-2.css">
<link rel="stylesheet" href="assets/css/sb-admin-2.min.css">
<link rel="stylesheet" href="assets/css/sweetalert.css">
</head>
<body id="page-top">
<div id="wrapper">
<nav class="navbar navbar-dark align-items-start sidebar sidebar-dark accordion bg-gradient-primary p-0" style="background: linear-gradient(150deg, #d44545 24%, #000000);">
<div class="container-fluid d-flex flex-column p-0"><a class="navbar-brand d-flex justify-content-center align-items-center sidebar-brand m-0" href="#">
<div class="sidebar-brand-icon rotate-n-15"><i class="fas fa-car fa-fw"></i></div>
<div class="sidebar-brand-text mx-3"><span class="text-center">Car Rental<br> System</span></div>
</a>
<hr class="sidebar-divider my-0"><ul id="accordionSidebar" class="navbar-nav text-light">
<hr class="sidebar-divider my-0">
<li class="nav-item active">
<a class="nav-link" href="dashboard.php">
<i class="fas fa-fw fa-home"></i>
<span>Dashboard</span></a>
</li>
<hr class="sidebar-divider">
<div class="sidebar-heading">Transaction</div>
<li class="nav-item">
<a class="nav-link" href="transactions.php">
<i class="fas fa-fw fa-cog"></i>
<span>Rentals</span>
</a>
</li>
<hr class="sidebar-divider">
<div class="sidebar-heading">Data Master</div>
<li class="nav-item">
<a class="nav-link" href="cars.php">
<i class="fas fa-fw fa-car"></i>
<span> Car Section</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="customers.php">
<i class="fas fa-fw fa-users"></i>
<span>Customer Section</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="functions/user-logout.php">
<i class="fas fa-fw fa-users"></i>
<span>Logout</span></a>
</li>
<hr class="sidebar-divider d-none d-md-block">
</ul>
<div class="text-center d-none d-md-inline"><button class="btn rounded-circle border-0" id="sidebarToggle" type="button"></button></div>
</div>
</nav>
<div class="d-flex flex-column" id="content-wrapper">
<div id="content">
<nav class="navbar navbar-light navbar-expand bg-white shadow mb-4 topbar static-top">
<div class="container-fluid"><button class="btn btn-link d-md-none rounded-circle me-3" id="sidebarToggleTop" type="button"><i class="fas fa-bars"></i></button>
<ul class="navbar-nav flex-nowrap ms-auto">
<li class="nav-item dropdown d-sm-none no-arrow"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown" href="#"><i class="fas fa-search"></i></a>
<div class="dropdown-menu dropdown-menu-end p-3 animated--grow-in" aria-labelledby="searchDropdown">
<form class="me-auto navbar-search w-100">
<div class="input-group"><input class="bg-light form-control border-0 small" type="text" placeholder="Search for ...">
<div class="input-group-append"><button class="btn btn-primary py-0" type="button"><i class="fas fa-search"></i></button></div>
</div>
</form>
</div>
</li>
<li class="nav-item dropdown no-arrow">
<div class="nav-item dropdown no-arrow"><a class="dropdown-toggle nav-link" aria-expanded="false" data-bs-toggle="dropdown" href="#"><span class="d-none d-lg-inline me-2 text-gray-600 small">Administrator</span><i class="fas fa-user-tie fa-fw" style="font-size: 26px;color: var(--bs-red);"></i></a>
<div class="dropdown-menu shadow dropdown-menu-end animated--grow-in"><a class="dropdown-item" href="#"><i class="fas fa-user fa-sm fa-fw me-2 text-gray-400"></i> Profile</a><a class="dropdown-item" href="#"><i class="fas fa-cogs fa-sm fa-fw me-2 text-gray-400"></i> Settings</a><a class="dropdown-item" href="#"><i class="fas fa-list fa-sm fa-fw me-2 text-gray-400"></i> Activity log</a>
<div class="dropdown-divider"></div><a class="dropdown-item" href="#">
<i class="fas fa-sign-out-alt fa-sm fa-fw me-2 text-gray-400"></i> Logout</a>
</div>
</div>
</li>
</ul>
</div>
</nav>
<div class="container-fluid">
<div class="d-sm-flex justify-content-between align-items-center mb-4">
<h1 class="h3 mb-0 text-gray-800">Transaction Data</h1><button class="btn btn-danger btn-sm shadow-sm d-none d-sm-inline-block" type="button" data-bs-target="#add" data-bs-toggle="modal"><i class="fas fa-plus text-white-50 fa-sm"></i> New Transaction</button>
</div>
<div class="card shadow mb-4">
<div class="card-body">
<div class="table-responsive">
<div id="dataTable_wrapper" class="dataTables_wrapper dt-bootstrap4 no-footer">
<div class="row">
<div class="col-sm-12">
<div>
<table class="table table-hover table-bordered dataTable no-footer" id="dataTable" width="100%" cellspacing="0" role="grid" aria-describedby="dataTable_info" style="width: 100%;">
<thead>
<tr role="row">
<th class="sorting_asc" tabindex="0" aria-controls="dataTable" rowspan="1" colspan="1" aria-sort="ascending" aria-label="#: activate to sort column descending" style="width: 42.1875px;">#</th>
<th class="sorting" tabindex="0" aria-controls="dataTable" rowspan="1" colspan="1" aria-label="Date: activate to sort column ascending" style="width: 136.5px;">Date</th>
<th class="sorting" tabindex="0" aria-controls="dataTable" rowspan="1" colspan="1" aria-label="Customer/Car_Rented: activate to sort column ascending" style="width: 290.438px;">Customer/Car_Rented</th>
<th class="sorting" tabindex="0" aria-controls="dataTable" rowspan="1" colspan="1" aria-label="Color: activate to sort column ascending" style="width: 91.5px;">Color</th>
<th class="sorting" tabindex="0" aria-controls="dataTable" rowspan="1" colspan="1" aria-label="Borrow/Return: activate to sort column ascending" style="width: 205.406px;">Borrow/Return</th>
<th class="sorting" tabindex="0" aria-controls="dataTable" rowspan="1" colspan="1" aria-label="Price: activate to sort column ascending" style="width: 86.0625px;">Price</th>
<th class="sorting" tabindex="0" aria-controls="dataTable" rowspan="1" colspan="1" aria-label="Returned: activate to sort column ascending" style="width: 137.922px;">Returned</th>
<th class="sorting" tabindex="0" aria-controls="dataTable" rowspan="1" colspan="1" aria-label="Penalty: activate to sort column ascending" style="width: 117.969px;">Penalty</th>
<th class="sorting" tabindex="0" aria-controls="dataTable" rowspan="1" colspan="1" aria-label="Status: activate to sort column ascending" style="width: 104.016px;">Status</th>
</tr>
</thead>
<tbody>
<?php
view_transactions();
?>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="bg-white sticky-footer">
<div class="container my-auto">
<div class="text-center my-auto copyright"><span>Copyright © Car Rental System 2023</span></div>
</div>
</footer>
</div><a class="border rounded d-inline scroll-to-top" href="#page-top"><i class="fas fa-angle-up"></i></a>
</div>
<div class="modal fade" role="dialog" tabindex="-1" id="add">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">New Transaction</h4><button class="btn-close" type="button" aria-label="Close" data-bs-dismiss="modal"></button>
</div>
<div class="modal-body">
<form action="functions/create-transactions.php" method="post">
<div><label class="form-label">Customer</label><select class="form-select" name="customer_id">
<optgroup label="Choose Customer">
<?php
get_customers();
?>
</optgroup>
</select></div>
<div><label class="form-label">Car</label><select class="form-select" name="car_id">
<optgroup label="Choose Car">
<?php
get_cars();
?>
</optgroup>
</select></div>
<div><label class="form-label">Borrow</label><input class="form-control" type="date" name="borrow"></div>
<div><label class="form-label">Return</label><input class="form-control" type="date" name="return"></div>
</div>
<div class="modal-footer"><button class="btn btn-light" type="button" data-bs-dismiss="modal">Close</button><button class="btn btn-danger" type="submit">Save</button></div>
</form>
</div>
</div>
</div>
<div class="modal fade" role="dialog" tabindex="-1" id="return">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Car Returned</h4><button class="btn-close" type="button" aria-label="Close" data-bs-dismiss="modal"></button>
</div>
<div class="modal-body">
<p>Are you sure this car is already return?</p>
</div>
<form action="functions/return-car.php" method="post">
<input type="hidden" name="data_id">
<input type="hidden" name="car_id">
<div class="modal-footer"><button class="btn btn-light" type="button" data-bs-dismiss="modal">Close</button><button class="btn btn-danger" type="submit">Save</button></div>
</form>
</div>
</div>
</div>
<div class="modal fade" role="dialog" tabindex="-1" id="remove">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Remove Transaction</h4><button class="btn-close" type="button" aria-label="Close" data-bs-dismiss="modal"></button>
</div>
<div class="modal-body">
<p>Are you sure you want to remove this transaction?</p>
</div>
<form action="functions/remove-transaction.php" method="post">
<input type="hidden" name="data_id">
<input type="hidden" name="car_id">
<div class="modal-footer"><button class="btn btn-light" type="button" data-bs-dismiss="modal">Close</button><button class="btn btn-danger" type="submit">Save</button></div>
</form>
</div>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/sweetalert.min.js"></script>
<script>
const url = window.location.href;
if (url.indexOf("#success") > -1) {
swal("Success", "CRS - Car Rental System", "success");
}
if (url.indexOf("#error") > -1) {
swal("Error", "CRS - Car Rental System", "error");
}
$('button[data-bs-target="#remove"]').on('click', function() {
var id = $(this).data('id');
var car = $(this).data('car');
console.log(id, car);
$('input[name="data_id"]').each(function() {
$(this).val(id);
});
$('input[name="car_id"]').each(function() {
$(this).val(car);
});
});
$('button[data-bs-target="#return"]').on('click', function() {
var id = $(this).data('id');
var car = $(this).data('car');
console.log(id, car);
$('input[name="data_id"]').each(function() {
$(this).val(id);
});
$('input[name="car_id"]').each(function() {
$(this).val(car);
});
});
</script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/datatables-demo.js"></script>
<script src="assets/js/dataTables.bootstrap4.js"></script>
<script src="assets/js/dataTables.bootstrap4.min.js"></script>
<script src="assets/js/jquery.dataTables.min-1.js"></script>
<script src="assets/js/jquery.dataTables.min.js"></script>
<script src="assets/js/jquery.easing.compatibility.js"></script>
<script src="assets/js/jquery.easing.js"></script>
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>