From 85497eb8156cb59ff27140f57f8e96338eb325e7 Mon Sep 17 00:00:00 2001 From: Allan Carr Date: Wed, 2 Aug 2023 16:36:47 -0700 Subject: [PATCH] IO-2370 Work In Progress Jobs --- 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 | 13 +++++++++++++ 4 files changed, 16 insertions(+) diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json index f28b5c3c0..184fe9802 100644 --- a/client/src/translations/en_us/common.json +++ b/client/src/translations/en_us/common.json @@ -2625,6 +2625,7 @@ "timetickets_summary": "Time Tickets Summary", "unclaimed_hrs": "Unclaimed Hours", "void_ros": "Void ROs", + "work_in_progress_jobs": "Work in Progress - Jobs", "work_in_progress_labour": "Work in Progress - Labor", "work_in_progress_payables": "Work in Progress - Payables" } diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json index 1987de28a..746caa909 100644 --- a/client/src/translations/es/common.json +++ b/client/src/translations/es/common.json @@ -2625,6 +2625,7 @@ "timetickets_summary": "", "unclaimed_hrs": "", "void_ros": "", + "work_in_progress_jobs": "", "work_in_progress_labour": "", "work_in_progress_payables": "" } diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json index 0230fbbdd..b5b966b94 100644 --- a/client/src/translations/fr/common.json +++ b/client/src/translations/fr/common.json @@ -2625,6 +2625,7 @@ "timetickets_summary": "", "unclaimed_hrs": "", "void_ros": "", + "work_in_progress_jobs": "", "work_in_progress_labour": "", "work_in_progress_payables": "" } diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js index 558af08bc..1cdc24bd7 100644 --- a/client/src/utils/TemplateConstants.js +++ b/client/src/utils/TemplateConstants.js @@ -1547,6 +1547,19 @@ export const TemplateList = (type, context) => { }, group: "payroll", }, + work_in_progress_jobs_excel: { + title: i18n.t("reportcenter.templates.work_in_progress_jobs"), + subject: i18n.t("reportcenter.templates.work_in_progress_jobs"), + key: "work_in_progress_jobs_excel", + //idtype: "vendor", + reporttype: "excel", + disabled: false, + rangeFilter: { + object: i18n.t("reportcenter.labels.objects.jobs"), + field: i18n.t("jobs.fields.date_open"), + }, + group: "jobs", + }, work_in_progress_labour: { title: i18n.t("reportcenter.templates.work_in_progress_labour"), description: "",