diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 9dfdef3fa..3bc1ff5f1 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -30462,6 +30462,48 @@ + + key_tag + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + + + paint_grid + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + parts_label_single false @@ -30756,6 +30798,27 @@ + + stolen_recovery_checklist + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + supplement_request false diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index e956deaa0..20653eb85 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -1832,6 +1832,8 @@ "invoice_total_payable": "Invoice (Total Payable)", "job_costing_ro": "Job Costing", "job_notes": "Job Notes", + "key_tag": "Key Tag", + "paint_grid": "Paint Grid", "parts_label_single": "Parts Label - Single", "parts_list": "Parts List", "parts_order": "Parts Order Confirmation", @@ -1846,6 +1848,7 @@ "qc_sheet": "Quality Control Sheet", "ro_totals": "RO Totals", "ro_with_description": "RO Summary with Descriptions", + "stolen_recovery_checklist": "Stolen Recovery Checklist", "supplement_request": "Supplement Request", "thank_you_ro": "Thank You Letter", "thirdpartypayer": "Third Party Payer", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 40aedd433..2b093063c 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -1832,6 +1832,8 @@ "invoice_total_payable": "", "job_costing_ro": "", "job_notes": "", + "key_tag": "", + "paint_grid": "", "parts_label_single": "", "parts_list": "", "parts_order": "", @@ -1846,6 +1848,7 @@ "qc_sheet": "", "ro_totals": "", "ro_with_description": "", + "stolen_recovery_checklist": "", "supplement_request": "", "thank_you_ro": "", "thirdpartypayer": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index ca5b196f8..a25172c23 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -1832,6 +1832,8 @@ "invoice_total_payable": "", "job_costing_ro": "", "job_notes": "", + "key_tag": "", + "paint_grid": "", "parts_label_single": "", "parts_list": "", "parts_order": "", @@ -1846,6 +1848,7 @@ "qc_sheet": "", "ro_totals": "", "ro_with_description": "", + "stolen_recovery_checklist": "", "supplement_request": "", "thank_you_ro": "", "thirdpartypayer": "", diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js index e35b48f47..b6627b452 100644 --- a/client/src/utils/TemplateConstants.js +++ b/client/src/utils/TemplateConstants.js @@ -69,6 +69,14 @@ export const TemplateList = (type, context) => { disabled: false, group: "pre", }, + stolen_recovery_checklist: { + title: i18n.t("printcenter.jobs.stolen_recovery_checklist"), + description: "All Jobs Notes", + subject: i18n.t("printcenter.jobs.stolen_recovery_checklist"), + key: "stolen_recovery_checklist", + disabled: false, + group: "pre", + }, vehicle_check_in: { title: i18n.t("printcenter.jobs.vehicle_check_in"), description: "All Jobs Notes", @@ -150,6 +158,22 @@ export const TemplateList = (type, context) => { disabled: false, group: "ro", }, + key_tag: { + title: i18n.t("printcenter.jobs.key_tag"), + description: "All Jobs Notes", + subject: i18n.t("printcenter.jobs.key_tag"), + key: "key_tag", + disabled: false, + group: "ro", + }, + paint_grid: { + title: i18n.t("printcenter.jobs.paint_grid"), + description: "All Jobs Notes", + subject: i18n.t("printcenter.jobs.paint_grid"), + key: "paint_grid", + disabled: false, + group: "ro", + }, worksheet_by_line_number: { title: i18n.t("printcenter.jobs.worksheet_by_line_number"), description: "All Jobs Notes",