query($sql); $bookings = $stmt->fetchAll(PDO::FETCH_ASSOC); } catch (PDOException $e) { echo '
Error: ' . $e->getMessage() . '
'; } function get_status_chip_class($status) { switch ($status) { case 'Paid': return 'status-paid'; case 'Billed': return 'status-billed'; case 'Pending': default: return 'status-pending'; } } ?>

Bookings

Log New Booking
Service Date Client Care Staff Duration (mins) NDIS Line Item Billing Status
No bookings found.