prepare(" SELECT j.*, c.name as client_name, s.name as status_name FROM jobs j JOIN clients c ON j.client_id = c.id JOIN job_statuses s ON j.status_id = s.id WHERE j.company_id = ? ORDER BY j.created_at DESC "); $stmt->execute([$companyId]); $jobs = $stmt->fetchAll(); require_once __DIR__ . '/includes/header.php'; ?>

Jobs Overview

Create New Job

No jobs found

Get started by creating your first repair job.

Create First Job
Job ID Client Address Status UPRN Created Actions
# View Details