From 309a20148af95d39d5e42c9417f2014fa070d3ce Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Mon, 11 Mar 2024 17:41:37 -0700 Subject: [PATCH] IO-2650 Lifecycle Report for Print Center Signed-off-by: Allan Carr --- client/src/translations/en_us/common.json | 1 + client/src/translations/es/common.json | 1 + client/src/translations/fr/common.json | 1 + client/src/utils/TemplateConstants.js | 8 ++++++++ 4 files changed, 11 insertions(+) diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index 87bf0c22e..8945969bc 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -2417,6 +2417,7 @@ "invoice_total_payable": "Invoice (Total Payable)", "iou_form": "IOU Form", "job_costing_ro": "Job Costing", + "job_lifecycle_ro": "Job Lifecycle", "job_notes": "Job Notes", "key_tag": "Key Tag", "labels": { diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index c8dd488ab..ff6ed5f5a 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -2417,6 +2417,7 @@ "invoice_total_payable": "", "iou_form": "", "job_costing_ro": "", + "job_lifecycle_ro": "", "job_notes": "", "key_tag": "", "labels": { diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index d64b315ef..90d020127 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -2417,6 +2417,7 @@ "invoice_total_payable": "", "iou_form": "", "job_costing_ro": "", + "job_lifecycle_ro": "", "job_notes": "", "key_tag": "", "labels": { diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js index bb6c23731..a17565178 100644 --- a/client/src/utils/TemplateConstants.js +++ b/client/src/utils/TemplateConstants.js @@ -514,6 +514,14 @@ export const TemplateList = (type, context) => { group: "financial", dms: true, }, + job_lifecycle_ro: { + title: i18n.t("printcenter.jobs.job_lifecycle_ro"), + description: "", + subject: i18n.t("printcenter.jobs.job_lifecycle_ro"), + key: "job_lifecycle_ro", + disabled: false, + group: "post", + }, } : {}), ...(!type || type === "job_special"