IO-3042 Jobs Marked as Total Loss

Signed-off-by: Allan Carr <allan.carr@thinkimex.com>
This commit is contained in:
Allan Carr
2024-12-04 18:30:22 -08:00
parent 8d2bdb171b
commit 2effe5ef50
4 changed files with 15 additions and 1 deletions

View File

@@ -2184,7 +2184,18 @@ export const TemplateList = (type, context) => {
},
group: "payroll",
adp_payroll: true
}
},
total_loss_jobs: {
title: i18n.t("reportcenter.templates.total_loss_jobs"),
subject: i18n.t("reportcenter.templates.total_loss_jobs"),
key: "total_loss_jobs",
disabled: false,
rangeFilter: {
object: i18n.t("reportcenter.labels.objects.jobs"),
field: i18n.t("jobs.fields.date_open")
},
group: "jobs"
},
}
: {}),
...(!type || type === "courtesycarcontract"