export default function IsJobReadOnly(job) { if (!job) return false; return job.date_exported || job.date_invoiced || job.voided; }