From 3bc1785351c277acff19cd23f3f442c3121493b5 Mon Sep 17 00:00:00 2001
From: Patrick Fic <>
Date: Thu, 13 Jan 2022 09:19:41 -0800
Subject: [PATCH] IO-1627 Add production category report.
---
bodyshop_translations.babel | 21 +++++++++++++++++++++
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 ++++++++
5 files changed, 32 insertions(+)
diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel
index 9365969a2..f292acf4f 100644
--- a/bodyshop_translations.babel
+++ b/bodyshop_translations.babel
@@ -38007,6 +38007,27 @@
+
+ production_by_category
+ false
+
+
+
+
+
+ en-US
+ false
+
+
+ es-MX
+ false
+
+
+ fr-CA
+ false
+
+
+
production_by_csr
false
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index 5ee6705a1..8e08327d7 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -2260,6 +2260,7 @@
"parts_not_recieved": "Parts Not Received",
"payments_by_date": "Payments by Date",
"payments_by_date_type": "Payments by Date and Type",
+ "production_by_category": "Production by Category",
"production_by_csr": "Production by CSR",
"production_by_last_name": "Production by Last Name",
"production_by_repair_status": "Production by Status",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index 75e2ab87d..e89b26bd5 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -2260,6 +2260,7 @@
"parts_not_recieved": "",
"payments_by_date": "",
"payments_by_date_type": "",
+ "production_by_category": "",
"production_by_csr": "",
"production_by_last_name": "",
"production_by_repair_status": "",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index c92da10b0..0f1c0c51c 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -2260,6 +2260,7 @@
"parts_not_recieved": "",
"payments_by_date": "",
"payments_by_date_type": "",
+ "production_by_category": "",
"production_by_csr": "",
"production_by_last_name": "",
"production_by_repair_status": "",
diff --git a/client/src/utils/TemplateConstants.js b/client/src/utils/TemplateConstants.js
index d43395e19..e486000ce 100644
--- a/client/src/utils/TemplateConstants.js
+++ b/client/src/utils/TemplateConstants.js
@@ -1598,6 +1598,14 @@ export const TemplateList = (type, context) => {
//idtype: "vendor",
disabled: false,
},
+ production_by_category: {
+ title: i18n.t("reportcenter.templates.production_by_category"),
+ description: "",
+ subject: i18n.t("reportcenter.templates.production_by_category"),
+ key: "production_by_category",
+ //idtype: "vendor",
+ disabled: false,
+ },
}
: {}),
...(!type || type === "special"