-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReports.html
565 lines (520 loc) · 25.8 KB
/
Reports.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
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
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
<div class="row col-md-12"style="margin: 8px 0px 0px 0px;">
<div class="card">
<div class="card-body">
<h1 class="card-title">
<span class="typeName text-uppercase"></span>
</h1>
</div>
</div>
</div>
<div class="row glassTable" style="margin: 8px 0px 0px 0px;">
<div class="col-md-12">
<table id="tbl" class=" fs-6 display table table-striped table-hover table-sm table-light rounded" style="margin: 0px 0px 0px 0px;">
<thead id="headerNames"></thead>
</table>
</div>
</div>
<div class="modal fade" id="myModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Record Details</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="card">
<div class="card-body" style="position: relative; z-index: 1;">
<div class="row">
<div class="col-3">
<span id="modal-type">
<label for="type" class="form-label fw-bold text-uppercase">Transaction Type</label>
<select name="type" id="type" class="form-control">
<option selected>Select Transaction Type</option>
<option value="Travel">Travel</option>
<option value="M&O">M & O</option>
<option value="Child Care">Child Care</option>
</select>
</span>
</div>
<div class="col">
<h2 class="text-center text-uppercase text-black d-block align-content-center">transactions<br><small class="title text-muted fst-italic fs-4 mt-0"></small></h2>
</div>
<div class="col">
<span id="modal-credit">
<label for="credit" class="form-label fw-bold text-uppercase">Credit</label>
<input name="credit" id="credit" type="text" class="form-control" disabled>
</span>
</div>
</div>
<hr>
<div class="row mb-2">
<div class="col">
<span id="modal-cfs">
<label for="cfs" class="form-label fw-bold text-uppercase">Chart Field String</label>
<input name="cfs" id="cfs" type="text" class="form-control" disabled>
</span>
</div>
</div>
<div class="row">
<div class="col">
<span id="modal-emplid">
<div id="addCalUsers" style="width:100%">
<label for="emplid" class="form-label fw-bold text-uppercase">EMPL<span id="searching">O</span>YEE SEARCH</span></label>
<input name="emplid" id="emplid" type="text" class="form-control" placeholder="Employee ID" disabled>
</div>
<div id="results" style="color:#000;margin-top:5px;max-height: 350px; z-index: 10; position: relative;"></div>
</span>
</div>
<div class="col">
<span id="modal-vendorID">
<label for="vendorID" class="form-label fw-bold text-uppercase">Vendor ID</label>
<input name="vendorID" id="vendorID" type="text" class="form-control" placeholder="Vendor ID" disabled>
</span>
</div>
<div class="col">
<span id="modal-vendorname">
<label for="vendorname" class="form-label fw-bold text-uppercase">Vendor Name</label>
<input name="vendorname" id="vendorname" type="text" class="form-control" placeholder="Vendor name" disabled>
</span>
</div>
</div>
<div class="row mt-2">
<div class="col">
<span id="modal-expensed_date">
<label for="expense_date" class="form-label fw-bold text-uppercase">Expense Date</label>
<input name="expense_date" id="expense_date" type="date" class="form-control" disabled/>
</span>
</div>
<div class="col">
<span id="modal-requisition_date">
<label for="requisition_date" class="reqDate form-label fw-bold text-uppercase">Requisition Date</label>
<input name="requisition_date" id="requisition_date" type="date" class="form-control" disabled/>
</span>
</div>
</div>
<div class="row mt-2">
<div class="col">
<span id="modal-notes">
<label for="notes" class="form-label fw-bold text-uppercase">Description</label>
<textarea name="notes" id="notes" type="text" class="form-control" placeholder="Description" disabled></textarea>
</span>
</div>
</div>
<div class="row mt-2">
<div class="col">
<span id="modal-debit">
<label for="expense_date" class="form-label fw-bold text-uppercase">Debit / Cost</label>
<input name="debit" id="debit" type="text" class="form-control" disabled />
</span>
</div>
<div class="col"> </div>
</div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<script>
$(document).ready(function() {
var type = $("#LoadContent").data("type");
console.log(type);
if(type=='T32'){
$(".typeName").text(type+'-Checkbook');
loadT32(type)
}else if(type=='PRS_FUND'){
$(".typeName").text(type.split("_")[0] +' '+ type.split("_")[1]);
loadPRS(type)
}else{
loadData(type)
}
});
function loadT32(type){
$.ajax({
url: 'assets/CFCs/functions.cfc',
type: 'GET',
dataType: 'json',
data: { method: "get" + type },
success: function(data) {
console.log(data.items);
var x = data.items;
var tbl ='';
tbl += '<tr>';
tbl += '<th>ID</th>';
tbl += '<th>CFS</th>';
tbl += '<th>Vendor Name</th>';
tbl += '<th>Vendor ID</th>';
tbl += '<th>Employee ID</th>';
tbl += '<th>Expensed Date</th>';
tbl += '<th>Requisition Date</th>';
tbl += '<th>Transaction Description</th>';
tbl += '<th>Transaction Type</th>';
tbl += '<th>Debit</th>';
tbl += '<th>Credit</th>';
tbl += '</tr>';
$('#headerNames').append(tbl);
var table = $('#tbl').DataTable({
data: x,
dom: "Bfrtip",
buttons: [
{ text: 'Add New',
action: function ( e, dt, node, config ) {
// Logic for adding a new record
// This can involve opening a form/modal where the user can input the new record's details
// After successful addition, you can add the new record to the DataTable
// clear contents of modal
$('#modal-id').text('');
$('#modal-cfs').text('');
$('#modal-vendorname').text('');
$('#modal-vendorid').text('');
$('#modal-emplid').text('');
$('#modal-expensed_date').text('');
$('#modal-requisition_date').text('');
$('#modal-notes').text('');
$('#modal-debit').text('');
$('#modal-credit').text('');
// open a modal
$('#myModal').modal('show');
// reload data
table.ajax.reload();
},
className: 'btn btn-primary'
},
{ text: 'Edit',
action: function ( e, dt, node, config ) {
// Logic for editing an existing record
// This can involve opening a form/modal where the user can edit the record's details
},
className: 'btn btn-primary'
},
{ text: 'Delete',
action: function ( e, dt, node, config ) {
// Logic for deleting an existing record
// This can involve opening a form/modal where the user can confirm the deletion
// After successful deletion, you can remove the row from the DataTable
// table.row($(this).parents('tr')).remove().draw();
},
className: 'btn btn-primary'
},
{ text: 'Update Credit Line',
action: function ( e, dt, node, config ) {
// Logic for editing an existing record
// This can involve opening a form/modal where the user can edit the record's details
},
className: 'btn btn-primary'
},
{ text: 'Export',
action: function ( e, dt, node, config ) {
var data = table.rows().data();
var csv = '';
for (var i = 0; i < data.length; i++) {
csv += data[i].id + ',' + data[i].name + ',' + data[i].email + '\n';
}
var hiddenElement = document.createElement('a');
hiddenElement.href = 'data:text/csv;charset=utf-8,' + encodeURI(csv);
hiddenElement.target = '_blank';
hiddenElement.download = 'users.csv';
hiddenElement.click();
},
className: 'btn btn-primary'
},
{ text: 'Print',
action: function ( e, dt, node, config ) {
// Logic for printing the DataTable
// This can involve opening a new window with the data in a printable format
},
className: 'btn btn-primary'
}
],
columns: [
{ data: 'ID' },
{ data: 'CFS'},
{ data: 'VENDORNAME' },
{ data: 'VENDORID' },
{ data: 'EMPLID' },
{ data: 'EXPENSED_DATE' },
{ data: 'REQUISITION_DATE' },
{ data: 'NOTES' },
{ data: 'TYPE' },
{ data: 'DEBIT' },
{ data: 'CREDIT' }
],
"order": [[0, "asc"]],
"paging": true,
"ordering": true,
"info": true,
"searching": true,
"scrollY": "600px",
"scrollCollapse": true,
"paging": true,
"fixedColumns": {
"leftColumns": 2,
"rightColumns": 1
}
});
var searchableColumns = ["ID","CFS","Vendor Name", "Vendor ID", "Employee ID","Expensed Date","Requisition Date","Transaction Description","Transaction Type","Debit","Credit"];
$('#tbl thead th').each(function () {
var title = $(this).text();
if (searchableColumns.includes(title)) {
$(this).html('<input type="text" class="form-control" />');
}
});
table.columns().every(function () {
var that = this;
$('input', this.footer()).on('keyup change clear', function () {
if (that.search() !== this.value) {
that.search(this.value).draw();
}
});
});
$('#tbl tbody').on('click', 'tr', function() {
var data = table.row(this).data();
console.log(data);
$('#modal-id').text(data.ID);
$('#modal-cfs').text(data.CFS);
$('#modal-vendorname').text(data.VENDORNAME);
$('#modal-vendorid').text(data.VENDORID);
$('#modal-emplid').text(data.EMPLID);
$('#modal-expensed_date').text(data.EXPENSED_DATE);
$('#modal-requisition_date').text(data.REQUISITION_DATE);
$('#modal-notes').text(data.NOTES);
$('#modal-debit').text(data.DEBIT);
$('#modal-credit').text(data.CREDIT);
// Open the modal
$('#myModal').modal('show');
});
$('#tbl tbody').on('click', 'tr', function() {
var data = table.row(this).data();
// Populate the modal with the data
$('#modal-id').text(data.id);
$('#modal-vendorname').text(data.VENDORNAME);
// ... populate other fields as needed
// Open the modal
$('#myModal').modal('show');
});
$('#tbl tbody').on('click', '.btn-edit', function() {
var data = table.row($(this).parents('tr')).data();
// Here you can open a form to edit the data
// Populate the form with the 'data' object
// ...
});
$('#tbl tbody').on('click', '.btn-delete', function() {
var data = table.row($(this).parents('tr')).data();
// Confirm if the user really wants to delete
var confirmDelete = confirm("Do you really want to delete record with ID: " + data.id + "?");
if (confirmDelete) {
// Execute deletion logic
// This can involve sending a DELETE request to your backend, for example
// After successful deletion, you can remove the row from the DataTable
table.row($(this).parents('tr')).remove().draw();
}
});
}
});
}
function loadPRS(type){
$.ajax({
url: 'assets/CFCs/functions.cfc',
type: 'GET',
dataType: 'json',
data: { method: "get" + type },
success: function(data) {
console.log(data.items);
var x = data.items;
var tbl ='';
tbl += '<tr>';
tbl += '<th>ID</th>';
tbl += '<th>Employee ID</th>';
tbl += '<th>Fellow</th>';
tbl += '<th>Description</th>';
tbl += '<th>Department ID</th>';
tbl += '<th>Fund Group</th>';
tbl += '<th>Fund Type</th>';
tbl += '<th>Start Date</th>';
tbl += '<th>End Date</th>';
tbl += '<th>Submitted</th>';
tbl += '</tr>';
$('#headerNames').append(tbl);
var table = $('#tbl').DataTable({
data: x,
dom: "Bfrtip",
buttons: [
{ text: 'Add New',
action: function ( e, dt, node, config ) {
// Logic for adding a new record
// This can involve opening a form/modal where the user can input the new record's details
// After successful addition, you can add the new record to the DataTable
// clear contents of modal
$('#modal-id').text('');
$('#modal-cfs').text('');
$('#modal-vendorname').text('');
$('#modal-vendorid').text('');
$('#modal-emplid').text('');
$('#modal-expensed_date').text('');
$('#modal-requisition_date').text('');
$('#modal-notes').text('');
$('#modal-debit').text('');
$('#modal-credit').text('');
// open a modal
$('#myModal').modal('show');
// reload data
table.ajax.reload();
},
className: 'btn btn-primary'
},
{ text: 'Edit',
action: function ( e, dt, node, config ) {
// Logic for editing an existing record
// This can involve opening a form/modal where the user can edit the record's details
},
className: 'btn btn-primary'
},
{ text: 'Delete',
action: function ( e, dt, node, config ) {
// Logic for deleting an existing record
// This can involve opening a form/modal where the user can confirm the deletion
// After successful deletion, you can remove the row from the DataTable
// table.row($(this).parents('tr')).remove().draw();
},
className: 'btn btn-primary'
},
{ text: 'Update Credit Line',
action: function ( e, dt, node, config ) {
// Logic for editing an existing record
// This can involve opening a form/modal where the user can edit the record's details
},
className: 'btn btn-primary'
},
{ text: 'Export',
action: function ( e, dt, node, config ) {
var data = table.rows().data();
var csv = '';
for (var i = 0; i < data.length; i++) {
csv += data[i].id + ',' + data[i].name + ',' + data[i].email + '\n';
}
var hiddenElement = document.createElement('a');
hiddenElement.href = 'data:text/csv;charset=utf-8,' + encodeURI(csv);
hiddenElement.target = '_blank';
hiddenElement.download = 'users.csv';
hiddenElement.click();
},
className: 'btn btn-primary'
},
{ text: 'Print',
action: function ( e, dt, node, config ) {
// Logic for printing the DataTable
// This can involve opening a new window with the data in a printable format
},
className: 'btn btn-primary'
}
],
columns: [
{ data: 'ID' },
{ data: 'EMPLID'},
{ data: 'FELLOW' },
{ data: 'DESCRIPTION' },
{ data: 'DEPTID' },
{ data: 'FUND_GROUP' },
{ data: 'FUND_TYPE' },
{ data: 'START_DATE' },
{ data: 'END_DATE' },
{ data: 'SUBMISSION_STATUS' },
{ data: 'CREDIT' }
],
"order": [[0, "asc"]],
"paging": true,
"ordering": true,
"info": true,
"searching": false,
"scrollY": "600px",
"scrollCollapse": true,
"paging": true,
"fixedColumns": {
"leftColumns": 2,
"rightColumns": 1
}
});
var searchableColumns = ["Employee ID","Fellow", "", "Start Date"];
$('#tbl thead th').each(function () {
var title = $(this).text();
if (searchableColumns.includes(title)) {
$(this).html('<input type="text" class="form-control" />');
}
});
table.columns().every(function () {
var that = this;
$('input', this.footer()).on('keyup change clear', function () {
if (that.search() !== this.value) {
that.search(this.value).draw();
}
});
});
$('#tbl tbody').on('click', 'tr', function() {
var data = table.row(this).data();
console.log(data);
$('#modal-id').text(data.ID);
$('#modal-cfs').text(data.CFS);
$('#modal-vendorname').text(data.VENDORNAME);
$('#modal-vendorid').text(data.VENDORID);
$('#modal-emplid').text(data.EMPLID);
$('#modal-expensed_date').text(data.EXPENSED_DATE);
$('#modal-requisition_date').text(data.REQUISITION_DATE);
$('#modal-notes').text(data.NOTES);
$('#modal-debit').text(data.DEBIT);
$('#modal-credit').text(data.CREDIT);
// Open the modal
$('#myModal').modal('show');
});
$('#tbl tbody').on('click', 'tr', function() {
var data = table.row(this).data();
// Populate the modal with the data
$('#modal-id').text(data.id);
$('#modal-vendorname').text(data.VENDORNAME);
// ... populate other fields as needed
// Open the modal
$('#myModal').modal('show');
});
$('#tbl tbody').on('click', '.btn-edit', function() {
var data = table.row($(this).parents('tr')).data();
// Here you can open a form to edit the data
// Populate the form with the 'data' object
// ...
});
$('#tbl tbody').on('click', '.btn-delete', function() {
var data = table.row($(this).parents('tr')).data();
// Confirm if the user really wants to delete
var confirmDelete = confirm("Do you really want to delete record with ID: " + data.id + "?");
if (confirmDelete) {
// Execute deletion logic
// This can involve sending a DELETE request to your backend, for example
// After successful deletion, you can remove the row from the DataTable
table.row($(this).parents('tr')).remove().draw();
}
});
}
});
}
function loadData(type) {
$.ajax({
url: "assets/CFCs/functions.cfc",
type: "GET",
dataType: "json",
data: { method: "get" + type },
success: function (data) {
console.log(data);
var items = data.items;
var form_names = "<tr>";
for (var i = 0; i < items.length; i++) {
//get column names
form_names += '<th scope="col" class="text-uppercase">'+Object.keys(items[i])+'</th>';
}
form_names += "</tr>";
$('#headerNames').html(form_names);
},
});
}
</script>