IO-233 WIP CDK.

This commit is contained in:
Patrick Fic
2021-06-23 10:57:57 -07:00
parent 4f6bb02ab7
commit 5be2d7bd39
9 changed files with 177 additions and 7 deletions

View File

@@ -1061,6 +1061,56 @@ export const TemplateList = (type, context) => {
field: i18n.t("jobs.fields.date_open"),
},
},
production_by_last_name: {
title: i18n.t("reportcenter.templates.production_by_last_name"),
description: "",
subject: i18n.t("reportcenter.templates.production_by_last_name"),
key: "production_by_last_name",
//idtype: "vendor",
disabled: false,
rangeFilter: {
object: i18n.t("reportcenter.labels.objects.jobs"),
field: i18n.t("jobs.fields.date_open"),
},
},
production_by_repair_status: {
title: i18n.t("reportcenter.templates.production_by_repair_status"),
description: "",
subject: i18n.t(
"reportcenter.templates.production_by_repair_status"
),
key: "production_by_repair_status",
//idtype: "vendor",
disabled: false,
rangeFilter: {
object: i18n.t("reportcenter.labels.objects.jobs"),
field: i18n.t("jobs.fields.date_open"),
},
},
production_by_target_date: {
title: i18n.t("reportcenter.templates.production_by_target_date"),
description: "",
subject: i18n.t("reportcenter.templates.production_by_target_date"),
key: "production_by_target_date",
//idtype: "vendor",
disabled: false,
rangeFilter: {
object: i18n.t("reportcenter.labels.objects.jobs"),
field: i18n.t("jobs.fields.date_open"),
},
},
production_by_ro: {
title: i18n.t("reportcenter.templates.production_by_ro"),
description: "",
subject: i18n.t("reportcenter.templates.production_by_ro"),
key: "production_by_ro",
//idtype: "vendor",
disabled: false,
rangeFilter: {
object: i18n.t("reportcenter.labels.objects.jobs"),
field: i18n.t("jobs.fields.date_open"),
},
},
}
: {}),
...(!type || type === "courtesycarcontract"