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

@@ -2708,6 +2708,7 @@
"job_costing_ro": "Job Costing",
"job_lifecycle_ro": "Job Lifecycle",
"job_notes": "Job Notes",
"job_tasks": "Job Tasks",
"key_tag": "Key Tag",
"labels": {
"count": "Count",
@@ -3023,6 +3024,7 @@
"scoreboard_detail": "Scoreboard Detail",
"scoreboard_summary": "Scoreboard Summary",
"supplement_ratio_ins_co": "Supplement Ratio by Source",
"tasks_date": "Tasks by Date",
"thank_you_date": "Thank You Letters",
"timetickets": "Time Tickets",
"timetickets_employee": "Employee Time Tickets",

View File

@@ -2706,6 +2706,7 @@
"job_costing_ro": "",
"job_lifecycle_ro": "",
"job_notes": "",
"job_tasks": "",
"key_tag": "",
"labels": {
"count": "",
@@ -3021,6 +3022,7 @@
"scoreboard_detail": "",
"scoreboard_summary": "",
"supplement_ratio_ins_co": "",
"tasks_date": "",
"thank_you_date": "",
"timetickets": "",
"timetickets_employee": "",

View File

@@ -2706,6 +2706,7 @@
"job_costing_ro": "",
"job_lifecycle_ro": "",
"job_notes": "",
"job_tasks": "",
"key_tag": "",
"labels": {
"count": "",
@@ -3021,6 +3022,7 @@
"scoreboard_detail": "",
"scoreboard_summary": "",
"supplement_ratio_ins_co": "",
"tasks_date": "",
"thank_you_date": "",
"timetickets": "",
"timetickets_employee": "",

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"
}
}
: {}),