Merged in feature/IO-3594-Kaizen-Datapump-Enhancement (pull request #3076)

Feature/IO-3594 Kaizen Datapump Enhancement

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2026-03-04 00:51:11 +00:00
committed by Dave Richer
2 changed files with 4 additions and 0 deletions

View File

@@ -250,6 +250,8 @@ const CreateRepairOrderTag = (job, errorCallback) => {
},
InsuranceCompany: job.ins_co_nm || "",
Claim: job.clm_no || "",
Deductible: job.ded_amt || 0,
PolicyNo: job.policy_no || "",
DMSAllocation: job.dms_allocation || "",
Contacts: {
CSR: job.employee_csr_rel

View File

@@ -1285,6 +1285,7 @@ exports.KAIZEN_QUERY = `query KAIZEN_EXPORT($start: timestamptz, $bodyshopid: uu
date_repairstarted
date_void
dms_allocation
ded_amt
employee_body_rel {
first_name
last_name
@@ -1380,6 +1381,7 @@ exports.KAIZEN_QUERY = `query KAIZEN_EXPORT($start: timestamptz, $bodyshopid: uu
}
parts_tax_rates
plate_no
policy_no
rate_la1
rate_la2
rate_la3