IO-2032 Add psr by make template.

This commit is contained in:
Patrick Fic
2022-08-29 16:21:46 -07:00
parent 5adfef6ce0
commit 1f9abac599
5 changed files with 37 additions and 1 deletions

View File

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