From 5ba2beafacef22d0149d03ff0f1cec36d9713356 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 21 Jan 2022 14:25:41 -0500 Subject: [PATCH] Added asset Type buttons under client assets and client asset type basge counts along with only display the nessessary fields based off the asset type chosen --- client_assets.php | 90 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 87 insertions(+), 3 deletions(-) diff --git a/client_assets.php b/client_assets.php index ef0fef63..7cfda0c1 100644 --- a/client_assets.php +++ b/client_assets.php @@ -1,5 +1,34 @@ $sb, 'o' => $o))); $sql = mysqli_query($mysqli,"SELECT SQL_CALC_FOUND_ROWS * FROM assets LEFT JOIN contacts ON asset_contact_id = contact_id LEFT JOIN locations ON asset_location_id = location_id LEFT JOIN logins ON login_asset_id = asset_id WHERE asset_client_id = $client_id - AND (asset_name LIKE '%$q%' OR asset_type LIKE '%$q%' OR asset_ip LIKE '%$q%' OR asset_make LIKE '%$q%' OR asset_model LIKE '%$q%' OR asset_serial LIKE '%$q%' OR asset_os LIKE '%$q%' OR contact_name LIKE '%$q%' OR location_name LIKE '%$q%') + AND (asset_name LIKE '%$q%' OR asset_type LIKE '%$q%' OR asset_ip LIKE '%$q%' OR asset_make LIKE '%$q%' OR asset_model LIKE '%$q%' OR asset_serial LIKE '%$q%' OR asset_os LIKE '%$q%' OR contact_name LIKE '%$q%' OR location_name LIKE '%$q%') + AND ($type_query) ORDER BY $sb $o LIMIT $record_from, $record_to"); $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); @@ -59,6 +104,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
+
@@ -69,8 +115,38 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
- -
+
+
+ All Assets + 0){ ?> + Workstations + + 0){ ?> + Servers + + 0){ ?> + Virtual + + 0){ ?> + Network + + 0){ ?> + Other + +
+
+ +
Export @@ -88,9 +164,13 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); Type Make/Model Serial Number + Operating System + Install Date + Contact + Location Action @@ -229,9 +309,13 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); + + + +