IO-2667 Tasks Reports
Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
: {}),
|
||||
|
||||
Reference in New Issue
Block a user