IO-2667 Tasks Reports

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2024-04-18 10:46:43 -07:00
parent e9096632a4
commit cf82a8013f
4 changed files with 26 additions and 0 deletions

View File

@@ -587,6 +587,14 @@ export const TemplateList = (type, context) => {
key: "job_lifecycle_ro",
disabled: false,
group: "post"
},
job_tasks: {
title: i18n.t("printcenter.jobs.job_tasks"),
description: "",
subject: i18n.t("printcenter.jobs.job_tasks"),
key: "job_tasks",
disabled: false,
group: "ro"
}
}
: {}),
@@ -2089,6 +2097,18 @@ export const TemplateList = (type, context) => {
field: i18n.t("jobs.fields.date_invoiced")
},
group: "jobs"
},
tasks_date: {
title: i18n.t("reportcenter.templates.tasks_date"),
subject: i18n.t("reportcenter.templates.tasks_date"),
key: "tasks_date",
//idtype: "vendor",
disabled: false,
rangeFilter: {
object: i18n.t("reportcenter.labels.objects.jobs"),
field: i18n.t("tasks.fields.created_at")
},
group: "jobs"
}
}
: {}),