IO-233 WIP CDK.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user