query("SELECT $select_fields FROM assets ORDER BY created_at DESC"); return $stmt->fetchAll(PDO::FETCH_ASSOC); } catch (PDOException $e) { return ['error' => 'Database error: ' . $e->getMessage()]; } } $assets = get_assets($allowed_fields); function getStatusClass($status) { switch (strtolower($status)) { case 'in service': return 'status-in-service'; case 'under repair': return 'status-under-repair'; case 'retired': return 'status-retired'; default: return ''; } } ?> IC-Inventory

Asset Dashboard

Add New Asset
Asset successfully added!
Asset successfully updated!
Asset successfully deleted!
You do not have permission to access that page.

No assets found.

Get started by adding your first company asset.

Add Asset
Actions
Edit Delete