diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index d53033c69..a354ac876 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -38688,6 +38688,27 @@ + + credits_not_received_date_vendorid + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + csi false diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index a6967cad6..8f56b78de 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -2303,6 +2303,7 @@ "attendance_employee": "Employee Attendance", "attendance_summary": "Attendance Summary (All Employees)", "credits_not_received_date": "Credits not Received by Date", + "credits_not_received_date_vendorid": "Credits not Received by Vendor", "csi": "CSI Responses", "estimates_written_converted": "Estimates Written/Converted", "estimator_detail": "Jobs by Estimator (Detail)", diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 508e55bd9..0a909f644 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -2303,6 +2303,7 @@ "attendance_employee": "", "attendance_summary": "", "credits_not_received_date": "", + "credits_not_received_date_vendorid": "", "csi": "", "estimates_written_converted": "", "estimator_detail": "", diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index caceee330..33398f6fa 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -2303,6 +2303,7 @@ "attendance_employee": "", "attendance_summary": "", "credits_not_received_date": "", + "credits_not_received_date_vendorid": "", "csi": "", "estimates_written_converted": "", "estimator_detail": "", diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js index 71dacacce..861a752ea 100644 --- a/client/src/utils/TemplateConstants.js +++ b/client/src/utils/TemplateConstants.js @@ -1510,6 +1510,22 @@ export const TemplateList = (type, context) => { }, group: "sales", }, + credits_not_received_date_vendorid: { + title: i18n.t( + "reportcenter.templates.credits_not_received_date_vendorid" + ), + subject: i18n.t( + "reportcenter.templates.credits_not_received_date_vendorid" + ), + key: "credits_not_received_date_vendorid", + idtype: "vendor", + disabled: false, + rangeFilter: { + object: i18n.t("reportcenter.labels.objects.jobs"), + field: i18n.t("jobs.fields.date_open"), + }, + group: "purchases", + }, } : {}), ...(!type || type === "courtesycarcontract"