diff --git a/app/Controllers/Dashboard.php b/app/Controllers/Dashboard.php index 8dac413..0eb820a 100644 --- a/app/Controllers/Dashboard.php +++ b/app/Controllers/Dashboard.php @@ -15,7 +15,7 @@ class Dashboard extends BaseController { for xml path('')),1,1,'') from SP_REQUESTS sr left join PATIENTS p on p.PATID=sr.PATID - where sr.COLLECTIONDATE between '2024-10-02 00:00' and '2024-10-03 23:59'"; + where sr.COLLECTIONDATE between '2023-09-15 00:00' and '2023-09-16 23:59'"; $query = $db->query($sql); $results = $query->getResultArray(); $data['data'] = $results; diff --git a/app/Controllers/Tubes.php b/app/Controllers/Tubes.php new file mode 100644 index 0000000..4b9c29c --- /dev/null +++ b/app/Controllers/Tubes.php @@ -0,0 +1,11 @@ + diff --git a/app/Views/dashboard_viewAccess.php b/app/Views/dashboard_viewAccess.php index dffbbc2..e431e47 100644 --- a/app/Views/dashboard_viewAccess.php +++ b/app/Views/dashboard_viewAccess.php @@ -12,18 +12,24 @@ span.badge { cursor:pointer; }

Detail Request

-