diff --git a/app/Views/admin/dashboard.php b/app/Views/admin/dashboard.php index 324bf4a..bacc466 100644 --- a/app/Views/admin/dashboard.php +++ b/app/Views/admin/dashboard.php @@ -189,7 +189,17 @@ function index() { datafilter = "data-filterrow='8'"; stattext = 'Cancelled'; } - let datarow = "" + "" + colldate + '
'+ colltime +' ' + patnumber + ' ' + patname.trim() + " " + accessnumber +"
" +" " + testing_test + hon +"
"+reffid+" " + tests + '' + ""+stattext+"" + "

" +''; + let datarow = "" + + "" + colldate + '
'+ colltime +''+ + "" + patnumber + "
" + + "" + patname.trim() + "
" + + "" + accessnumber +"
" + + "" + testing_test + hon +"
"+ + ""+reffid+"
"+ + "" + tests + '' + + ""+stattext+"" + + "

" + + ''; $("#table-body").append(datarow); } $('#myTable').DataTable({ diff --git a/app/Views/fo/dashboard.php b/app/Views/fo/dashboard.php index 8890f20..f18668a 100644 --- a/app/Views/fo/dashboard.php +++ b/app/Views/fo/dashboard.php @@ -183,7 +183,17 @@ function index() { datafilter = "data-filterrow='8'"; stattext = 'Cancelled'; } - let datarow = "" + "" + colldate + '
'+ colltime +' ' + patnumber + ' ' + patname.trim() + " " + accessnumber +"
" +" " + testing_test + hon +"
"+reffid+" " + tests + '' + ""+stattext+"" + "

" +''; + let datarow = "" + + "" + colldate + '
'+ colltime +''+ + "" + patnumber + "
" + + "" + patname.trim() + "
" + + "" + accessnumber +"
" + + "" + testing_test + hon +"
"+ + ""+reffid+"
"+ + "" + tests + '' + + ""+stattext+"" + + "

" + + ''; $("#table-body").append(datarow); } $('#myTable').DataTable({ diff --git a/app/Views/sampling/dashboard.php b/app/Views/sampling/dashboard.php index f946495..b9b267a 100644 --- a/app/Views/sampling/dashboard.php +++ b/app/Views/sampling/dashboard.php @@ -182,7 +182,17 @@ function index() { datafilter = "data-filterrow='8'"; stattext = 'Cancelled'; } - let datarow = "" + "" + colldate + '
'+ colltime +' ' + patnumber + ' ' + patname.trim() + " " + accessnumber +"
" +" " + testing_test + hon +"
"+reffid+" " + tests + '' + ""+stattext+"" + "

" +''; + let datarow = "" + + "" + colldate + '
'+ colltime +''+ + "" + patnumber + "
" + + "" + patname.trim() + "
" + + "" + accessnumber +"
" + + "" + testing_test + hon +"
"+ + ""+reffid+"
"+ + "" + tests + '' + + ""+stattext+"" + + "

" + + ''; $("#table-body").append(datarow); } $('#myTable').DataTable({ diff --git a/app/Views/user/dashboard.php b/app/Views/user/dashboard.php index 7a7a5b7..bc73d41 100644 --- a/app/Views/user/dashboard.php +++ b/app/Views/user/dashboard.php @@ -182,7 +182,17 @@ function index() { datafilter = "data-filterrow='8'"; stattext = 'Cancelled'; } - let datarow = "" + "" + colldate + '
'+ colltime +' ' + patnumber + ' ' + patname.trim() + " " + accessnumber +"
" +" " + testing_test + hon +"
"+reffid+" " + tests + '' + ""+stattext+"" + "

" +''; + let datarow = "" + + "" + colldate + '
'+ colltime +''+ + "" + patnumber + "
" + + "" + patname.trim() + "
" + + "" + accessnumber +"
" + + "" + testing_test + hon +"
"+ + ""+reffid+"
"+ + "" + tests + '' + + ""+stattext+"" + + "

" + + ''; $("#table-body").append(datarow); } $('#myTable').DataTable({