add scripts for doctype changes

This commit is contained in:
Casey 2025-11-10 09:51:01 -06:00
parent 80aae6f09b
commit a67e86af44
7 changed files with 115 additions and 76 deletions

View file

@ -122,18 +122,23 @@ const columns = [
},
{
label: "Appt. Scheduled",
fieldName: "appointmentScheduledStatus",
fieldName: "customOnsiteMeetingScheduled",
type: "status",
sortable: true,
},
{
label: "Estimate Sent",
fieldName: "customEstimateSentStatus",
type: "status",
sortable: true,
},
{ label: "Estimate Sent", fieldName: "estimateSentStatus", type: "status", sortable: true },
{
label: "Payment Received",
fieldName: "paymentReceivedStatus",
fieldName: "customPaymentReceivedStatus",
type: "status",
sortable: true,
},
{ label: "Job Status", fieldName: "jobStatus", type: "status", sortable: true },
{ label: "Job Status", fieldName: "customJobStatus", type: "status", sortable: true },
];
// Handle lazy loading events from DataTable
const handleLazyLoad = async (event) => {