-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpembayaran.php
More file actions
246 lines (234 loc) · 15.5 KB
/
pembayaran.php
File metadata and controls
246 lines (234 loc) · 15.5 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
<?php
include('autentication.php');
include('include/header.php');
include('include/navbar.php');
?>
<!-- Content Wrapper -->
<div id="content-wrapper" class="d-flex flex-column">
<!-- Main Content -->
<div id="content">
<!-- Topbar -->
<nav class="navbar navbar-expand navbar-light bg-white topbar mb-4 static-top shadow">
<!-- Sidebar Toggle (Topbar) -->
<form class="form-inline">
<button id="sidebarToggleTop" class="btn btn-link d-md-none rounded-circle mr-3">
<i class="fa fa-bars"></i>
</button>
</form>
<!-- Topbar Navbar -->
<ul class="navbar-nav ml-auto">
<!-- Nav Item - Search Dropdown (Visible Only XS) -->
<li class="nav-item dropdown no-arrow d-sm-none">
<a class="nav-link dropdown-toggle" href="#" id="searchDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i class="fas fa-search fa-fw"></i>
</a>
<!-- Dropdown - Messages -->
<div class="dropdown-menu dropdown-menu-right p-3 shadow animated--grow-in" aria-labelledby="searchDropdown">
<form class="form-inline mr-auto w-100 navbar-search">
<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">
<button class="btn btn-primary" type="button">
<i class="fas fa-search fa-sm"></i>
</button>
</div>
</div>
</form>
</div>
</li>
<div class="topbar-divider d-none d-sm-block"></div>
<!-- Nav Item - User Information -->
<?php
if (isset($_SESSION['verified_user_id'])) {
$uid = $_SESSION['verified_user_id'];
$user = $auth->getUser($uid);
$email = $user->email;
$replace = ["@", "."];
$email_replaced = str_replace($replace, "", $email);
$ref_table = 'daycare/' . $email_replaced . '/profile/';
$getdata = $database->getReference($ref_table)->getValue();
}
?>
<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"><?= $getdata['daycareName'] ?></span>
<img class="img-profile rounded-circle" src="<?= $getdata['profilePic'] ?>">
</a>
<!-- Dropdown - User Information -->
<div class="dropdown-menu dropdown-menu-right shadow animated--grow-in" aria-labelledby="userDropdown">
<a class="dropdown-item" href="profile.php">
<i class="fas fa-user fa-sm fa-fw mr-2 text-gray-400"></i>
Profile
</a>
<a class="dropdown-item" href="uploadDaycarePhoto.php">
<i class="fas fa-user fa-sm fa-fw mr-2 text-gray-400"></i>
Upload Foto Daycare
</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="logout.php" data-toggle="modal" data-target="#logoutModal">
<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 -->
<!-- End of Topbar -->
<!-- Begin Page Content -->
<div class="container-fluid">
<div class="alert alert-primary alert-dismissible fade show" role="alert">
<strong><?php echo $_SESSION['status'] ?></strong>
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!-- DataTales Example -->
<div class="card shadow mb-4">
<div class="card-header py-3" style="overflow: auto;">
<h6 class="m-0 font-weight-bold text-primary">Data Pembayaran
<!-- <a href="#" onclick="history.back()" role="button" class="btn btn-danger" style="float: end;">Kembali</a> -->
</h6>
<br>
<!-- <form class="form-inline mr-auto w-100 navbar-search" action="pembayaran.php" method="post">
<div class="input-group">
<input type="text" class="form-control bg-white border-2 small" placeholder="Cari Tanggal Pembayaran" onfocus="(this.type='date')" name="searchDate">
<div class="input-group-append">
<button class="btn btn-primary" type="submit" name="searchDate-btn">
<i class="fas fa-search fa-sm"></i>
</button>
</div>
</div>
</form> -->
</div>
<div class="card-body">
<div class="table-responsive">
<table class="table table-bordered" id="dataTable" width="100%" cellspacing="0">
<thead>
<tr>
<th>No</th>
<th>Tanggal Pembayaran</th>
<th>Nama Anak</th>
<th>Nama Orang Tua</th>
<th>Nomor Handphone</th>
<th>Status</th>
<th>Lihat Bukti Pembayaran</th>
</tr>
</thead>
<tbody>
<tbody>
<?php
// if (isset($_SESSION['verified_user_id'])) {
// $uid = $_SESSION['verified_user_id'];
// $user = $auth->getUser($uid);
// $email = $user->email;
// }
// $replace = ["@", "."];
// $email_replaced = str_replace($replace, "", $email);
// $ref_table = 'daycare/' . $email_replaced . '/booking/';
// $search_result = null;
// $fetchdata = null;
// if (isset($_POST['search-btn'])) {
// $search_key = $_POST['search-key'];
// $search_result = $database->getReference($ref_table)->orderByChild(strtolower('nama'))->startAt(strtolower($search_key))
// ->endAt(strtolower($search_key .= "\uf8ff"))->getValue();
// } else {
// $fetchdata = $database->getReference($ref_table)->getValue();
// }
// if ($search_result > 0 && $search_result != null) {
// $i = 1;
// foreach ($search_result as $key => $row) {
//
?>
<!-- // <tr style='text-align:center; vertical-align:middle;'>
// <td><?= $i++; ?></td>
// <td><?= $row['date'] ?></td>
// <td><?= $row['UID'] ?></td>
// <td><?= $row['childID'] ?></td>
// <td><?= $row['status'] ?></td>
// <td>
// <a href="editDataPengasuh.php?id=<?= $key; ?>" class="btn btn-primary btn-sm">Sunting</a>
// </td>
// <td>
// <form action="code.php" method="POST">
// <input type="hidden" class="form-control form-control-user" name="email" value="<?= $email; ?>">
// <a href="deletelink" onclick="return confirm('Apakah Anda Yakin Ingin Menghapus Data Ini?')">
// <button type="submit" name="hapus_pengasuh" value="<?= $key ?>" class="btn btn-danger btn-sm">Hapus</button></a>
// </form>
// </td>
// </tr>-->
<!-- // }
// } else -->
<?php
if (isset($_SESSION['pembayaran'])) {
$fetchdata = json_decode($_SESSION['pembayaran'], true);
if ($fetchdata > 0) {
$i = 1;
foreach ($fetchdata as $key => $row) {
$userKey = $row['UID'];
$childKey = $row['childID'];
$userRef = 'user/' . $userKey;
$fetchdataUser = $database->getReference($userRef)->getValue();
$fetchdataChild = $database->getReference($userRef . '/child/' . $childKey)->getValue();
if ($row['status'] == 'accepted' or $row['status'] == 'uploaded') {
?>
<tr style='text-align:center; vertical-align:middle;'>
<td><?= $i++; ?></td>
<td><?= $row['date'] ?></td>
<td><?= $row['firstName'] . " " . $row['lastName'] ?></td>
<td><?= $fetchdataUser['firstName'] . " " . $fetchdataUser['lastName'] ?></td>
<td><?= $fetchdataUser['phoneNumber'] ?></td>
<td><?= $row['status'] ?></td>
<td>
<form action="listPembayaran.php" method="post">
<input type="hidden" class="form-control form-control-user" name="email" value="<?= $email; ?>">
<input type="hidden" class="form-control form-control-user" name="UID" value="<?= $row['UID']; ?>">
<input type="hidden" class="form-control form-control-user" name="childID" value="<?= $row['childID']; ?>">
<input type="hidden" class="form-control form-control-user" name="date" value="<?= $row['date']; ?>">
<input type="hidden" class="form-control form-control-user" name="childName" value="<?= $row['firstName'] . " " . $row['lastName'] ?>">
<button type="submit" name="paymentList" value="<?= $key ?>" class="btn btn-primary btn-sm">Bukti Pembayaran</button>
</form>
</td>
<!-- <td>
<form action="invoiceList.php" method="POST">
<input type="hidden" class="form-control form-control-user" name="email" value="<?= $email; ?>">
<input type="hidden" class="form-control form-control-user" name="UID" value="<?= $row['UID']; ?>">
<input type="hidden" class="form-control form-control-user" name="childID" value="<?= $row['childID']; ?>">
<input type="hidden" class="form-control form-control-user" name="date" value="<?= $row['date']; ?>">
<input type="hidden" class="form-control form-control-user" name="childName" value="<?= $row['firstName'] . " " . $row['lastName'] ?>">
<button type="submit" name="invoice" value="<?= $key ?>" <?php if ($row['status'] != "finished" or $row['status'] == "request cancel" or $row['status'] == "cancelled") { ?> disabled <?php } ?> class="btn btn-info btn-sm">Lihat Invoice</button></a>
</form>
</td> -->
</tr>
<?php
}
// print_r($key);
// print_r($row['UID']);
// print_r($row['childID']);
}
?>
<?php
} else { ?>
<tr>
<td colspan="10" style='text-align:center'>Tidak Ada Data</td>
</tr>
<?php
}
}
?>
</tbody>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- /.container-fluid -->
</div>
<!-- End of Main Content -->
<?php
include('include/script.php');
include('include/footer.php');
?>
<!-- <?php
if ($row['status'] == "request cancel" or $row['status'] == "cancelled" or $row['status'] == "accepted") { ?> disabled <?php } ?> -->