Merged in feature/IO-2522-Load-Level-Report (pull request #1132)

IO-2522 Load Level Report App Side

Approved-by: Patrick Fic
This commit is contained in:
Allan Carr
2024-01-05 20:21:41 +00:00
committed by Patrick Fic
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"