IO-2522 Load Level Report App Side

This commit is contained in:
Allan Carr
2024-01-05 10:56:30 -08:00
parent 3919efaa77
commit 4fdc241b9c
6 changed files with 50 additions and 14 deletions

View File

@@ -2179,6 +2179,19 @@ export const TemplateList = (type, context) => {
},
group: "customers",
},
load_level: {
title: i18n.t("reportcenter.templates.load_level"),
subject: i18n.t("reportcenter.templates.load_level"),
key: "load_level",
//idtype: "vendor",
disabled: false,
rangeFilter: {
object: i18n.t("reportcenter.labels.objects.jobs"),
field: i18n.t("jobs.fields.date_open"),
},
group: "jobs",
enhanced_payroll: true,
},
}
: {}),
...(!type || type === "courtesycarcontract"