IO-2186 Production Over Time

Add new report requested by Loewen Body Shop
This commit is contained in:
Allan Carr
2023-02-23 11:14:00 -08:00
parent fea69fe3a5
commit 59db305cb8
4 changed files with 17 additions and 0 deletions

View File

@@ -1841,6 +1841,20 @@ export const TemplateList = (type, context) => {
},
group: "purchases",
},
production_over_time: {
title: i18n.t("reportcenter.templates.production_over_time"),
subject: i18n.t(
"reportcenter.templates.production_over_time"
),
key: "production_over_time",
//idtype: "vendor",
disabled: false,
rangeFilter: {
object: i18n.t("reportcenter.labels.objects.jobs"),
field: i18n.t("jobs.fields.actual_in"),
},
group: "jobs",
},
}
: {}),
...(!type || type === "courtesycarcontract"