-
Notifications
You must be signed in to change notification settings - Fork 1
/
accreceipt.php
495 lines (422 loc) · 21.6 KB
/
accreceipt.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
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
<?php
include('session.php');
include('db.php');
$sql = "SELECT *";
$sql.=" FROM property_accountability_receipt_record";
$query=mysqli_query($con,$sql);
if ($login_level != '0' )
{
if ($login_level == '4') {
# code...
}
else
{
header("location: index.php");
}
}
else
{
}
$page = "Record";
?>
<!DOCTYPE html>
<html lang="en">
<head>
<?php include ('head.php');?>
<title>Property Account Receipt</title>
</head>
<body>
<!-- container section start -->
<section id="container" class="">
<!--header start-->
<header class="header dark-bg">
<div class="toggle-nav">
<div class="icon-reorder tooltips" data-original-title="Toggle Navigation" data-placement="bottom"><i class="icon_menu"></i></div>
</div>
<!--logo start-->
<a href="index.php" class="logo">GSO <span class="lite">Admin</span></a>
<!--logo end-->
<div class="top-nav notification-row">
<!-- notificatoin dropdown start-->
<ul class="nav pull-right top-menu">
<!-- user login dropdown start-->
<li class="dropdown">
<a data-toggle="dropdown" class="dropdown-toggle" href="#">
<span class="profile-ava">
<img alt="" src="<?php echo $login_img; ?>">
</span>
<span class="username"><?php echo $login_session; ?></span>
<b class="caret"></b>
</a>
<ul class="dropdown-menu extended logout">
<div class="log-arrow-up"></div>
<li class="eborder-top">
<a href="profile.php"><i class="icon_profile"></i> My Profile</a>
</li>
<li>
<a href="logout.php"><i class="icon_key_alt"></i> Log Out</a>
</li>
</ul>
</li>
<!-- user login dropdown end -->
</ul>
<!-- notificatoin dropdown end-->
</div>
</header>
<!--header end-->
<!--sidebar start-->
<aside>
<div id="sidebar" class="nav-collapse ">
<!-- sidebar menu start-->
<ul class="sidebar-menu">
<?php
if ($login_level == '0')
{
include('sidebar-menu_admin.php');
}
if ($login_level == '1')
{
include('sidebar-menu_emp.php');
}
elseif ($login_level == '2')
{
include('sidebar-menu_bin.php');
}
else if ($login_level == '3')
{
include('sidebar-menu_accountability.php');
}
else if ($login_level == '4')
{
include('sidebar-menu_icsprspar.php');
}
else
{
}
?>
</ul>
<!-- sidebar menu end-->
</div>
</aside>
<!--sidebar end-->
<!--main content start-->
<section id="main-content">
<section class="wrapper">
<div class="row">
<div class="col-lg-12">
<h3 class="page-header"><i class="fa fa-clipboard"></i>Property Accountability Receipt</h3>
<ol class="breadcrumb">
<li><i class="fa fa-home"></i><a href="index.php">Dashboard</a></li>
<li><i class="fa fa-clipboard"></i>Property Accountability Receipt</li>
</ol>
</div>
</div>
<div class="panel">
<header class="panel-heading tab-bg-primary " style="padding:15px; height: 70px;">
<a class="btn btn-success pull-left" href="" data-toggle="modal" data-target="#AddAccReceipt" ><span class="fa fa-plus-circle"></span> Add Account Receipt</a>
<a class="btn btn-info pull-right" href="assets/FPDF/accreceipt_general_print.php" target="_BLANK"><span class="icon_printer"></span> PRINT</a>
<!--
<a class="btn btn-info pull-right" href="" data-toggle="modal" data-target="#PrintMethod" ><span class="icon_printer"></span> PRINT</a>
-->
</header>
<div >
<table id="myData" class="table table-bordered table-advance table-hover dataTable">
<thead>
<tr>
<th>Description</th>
<th>Qty/Unit</th>
<th>Property No</th>
<th>ReceiveBy Name</th>
<th>ReceiveBy Date</th>
<th>ReceiveFrom Name</th>
<th>ReceiveFrom Date</th>
<th>PAR</th>
<th>Action</th>
</tr>
</thead>
<tfoot>
<tr>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</tfoot>
<tbody>
<?php
while( $row=mysqli_fetch_array($query) )
{
$ID = $row['ID'];
?>
<tr>
<td><?php echo $row['Descrp'];?></td>
<td><?php echo $row['Qty']." ".$row['Unit'];?></td>
<td><?php echo $row['PropNo'];?></td>
<td><?php echo $row['ReceivedBy_Name'];?></td>
<td><?php echo $row['ReceivedBy_Date'];?></td>
<td><?php echo $row['ReceivedFrom_Name'];?></td>
<td><?php echo $row['ReceivedFrom_Date'];?></td>
<td><?php echo $row['PAR'];?></td>
<td>
<div class="btn-group">
<button type="button" class="btn btn-primary">Action</button>
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="caret"></span>
<span class="sr-only">Toggle Dropdown</span>
</button>
<ul class="dropdown-menu">
<li><a href="accreceipt_view.php?ID=<?php echo $ID; ?>">View</a></li>
<li><a href="assets/FPDF/accreceipt_print.php?ID=<?php echo $ID;?>" target="_BLANK">Print</a></li>
<li><a href="accreceipt_edit.php?ID=<?php echo $ID; ?>">Edit</a></li>
<li role="separator" class="divider"></li>
<li><a data-toggle="modal" data-target="#delete<?php echo $ID; ?>">Delete</a></li>
</ul>
</div>
</td>
</tr>
</tr>
<!-- Delete Modal -->
<div id="delete<?php echo $ID; ?>" class="modal fade" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Delete Account Receipt</h4>
</div>
<div class="modal-body">
<center>
<h1>Are you sure ?</h1>
<a class="btn btn-success" href="accreceipt_delete_action.php?ID=<?php echo $ID; ?>">DELETE</a>
<a class="btn btn-danger" data-dismiss="modal">CANCEL</a>
</center>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div><!-- End Delete Modal -->
<?php
}
?>
</tbody>
</table>
</div>
</div>
</section>
</section>
<!--main content end-->
<div class="text-center">
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version form: https://bootstrapmade.com/buy/?theme=NiceAdmin
-->
Rhalp Darren Cabrera & Omar Raouf Daud<br>
Copyright 2017
</div>
</div>
</section>
<!-- container section end -->
<!-- PRINT METHOD MODAL -->
<div id="PrintMethod" class="modal fade " role="dialog">
<div class="modal-dialog" style="width: 800px; height: 900px;">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Print Method</h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-lg-12">
<header class="panel-heading">
<H1><center>PGC EMPLOYEE ACCOUNTABILITY CARD<br><h2 style="font-size: 30px; ">PROVINCE OF CAVITE</h2></center></H1>
</header>
<section class="panel">
<header class="panel-heading">
Method Type:
</header>
<div class="panel-body">
<form action="acccard_printMethod_action.php" method="post" name="form1">
<div class="form-group">
<label class="col-sm-3 control-label"><b>DATE</b></label>
<div class="col-sm-5">
<input class="form-control" type="month" name="PrintMonth_val" value="Print">
</div>
<input class="btn btn-info col-sm-4" type="submit" name="PrintMonth" value="Print">
</div>
<br><br>
<div class="form-group">
<label class="col-sm-3 control-label"><b>DESIGNATION</b></label>
<div class="col-sm-5">
<input class="form-control" type="text" name="PrintDesignation_val">
</div>
<input class="btn btn-info col-sm-4" type="submit" name="PrintDesignation" value="Print">
</div>
<br><br>
<div class="form-group">
<label class="col-sm-3 control-label"><b>OFFICE</b></label>
<div class="col-sm-5">
<select class="form-control" type="text" name="PrintOffice_val" value="Print">
<option>Agency Employee</option>
<option>Emergency Employee</option>
</select>
</div>
<input class="btn btn-info col-sm-4" type="submit" name="PrintOffice" value="Print">
</div>
<br><br>
<div class="form-group">
<label class="col-sm-3 control-label"><b>NOTE</b></label>
<div class="col-sm-5">
<select class="form-control" type="text" name="PrintNote_val" value="Print">
<option>RETIRE</option>
<option>OTHER</option>
</select>
</div>
<input class="btn btn-info col-sm-4" type="submit" name="PrintNote" value="Print">
</div><br><br><br>
</form>
</div>
</section>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div id="AddAccReceipt" class="modal fade" role="dialog">
<div class="modal-dialog" style="width: 1200px; height: 900px;">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">Add Account Receipt </h4>
</div>
<div class="modal-body">
<div class="row">
<div class="col-lg-12">
<section class="panel">
<header class="panel-heading">
<H1><center>PROPERTY ACCOUNTABILITY RECEIPT<br><h2 style="font-size: 30px; ">PROVINCE OF CAVITE</h2></center></H1>
</header>
<form class="form-horizontal " method="post" action="accreceipt_add_action.php"> <!--Form for the receipt -->
<div class="form-group pull-right">
<div class="col-sm-10">
<input type="text" class="form-control" placeholder="PAR No." name="prop_acc_receipt_ics_propno" required="">
</div>
</div>
<table class="table table-striped table-advance table-hover">
<tbody>
<tr>
<th><i class="icon_clipboard"></i> Quantity</th>
<th><i class="icon_datareport_alt"></i> Unit</th>
<th><i class="icon_documents_alt"></i> Description</th>
<th><i class="icon_drawer_alt"></i> Property No.</th>
<th></th>
</tr>
<tr>
<td><input type="text" name="prop_acc_receipt_qty" class="form-control" required="" placeholder="Quantity" onkeyup="numberInputOnly(this);"></td>
<td> <input type="text" name="prop_acc_receipt_unit" class="form-control" required="" placeholder="Unit" onkeyup="letterInputOnly(this);"></td>
<td> <input type="" name="prop_acc_receipt_desc" class="form-control" required="" placeholder="Description"></td>
<td> <input type="text" name="prop_acc_receipt_propno" class="form-control" placeholder="Property No"></td>
</tr>
<tr>
</tr>
</tbody>
</table>
<hr>
<div class="row">
<div class="col-lg-12">
<section class="panel">
<header class="panel-heading">
Receive By:
</header>
<div class="panel-body">
<div class="form-group">
<label class="col-sm-2 control-label">Name</label>
<div class="col-sm-7">
<input type="text" class="form-control" placeholder="Name" name="prop_acc_receipt_receivebyname" required="">
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Position</label>
<div class="col-sm-7">
<input type="text" class="form-control" placeholder="Position" name="prop_acc_receipt_receivebyposition" required="">
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Date</label>
<div class="col-sm-2">
<input type="date" class="form-control" placeholder="date" name="prop_acc_receipt_receivebydate" required="">
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label"></label>
<div class="col-sm-2">
</div>
</div>
</div>
</section>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<section class="panel">
<header class="panel-heading">
Receive From:
</header>
<div class="panel-body">
<div class="form-group">
<label class="col-sm-2 control-label">Name</label>
<div class="col-sm-7">
<input type="text" class="form-control" placeholder="Name" name="prop_acc_receipt_receivefromname" required="">
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Position</label>
<div class="col-sm-7">
<input type="text" class="form-control" placeholder="Position" name="prop_acc_receipt_receivefromposition" required="">
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Date</label>
<div class="col-sm-2">
<input type="date" class="form-control" placeholder="date" name="prop_acc_receipt_receivefromdate" required="">
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label"></label>
<div class="col-sm-2">
<input class="btn btn-success " type="submit" name="Submit" value="Submit">
<input class="btn btn-danger " type="submit" name="Cancel" value="Cancel" data-dismiss="modal">
</div>
</div>
</div>
</section>
</div>
</div>
</form><!--End of Form for the receipt -->
</section>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<?php include ('footer.php');?>