IO-2220 Customer List Report

Customer List report for Loewen Body Shop
This commit is contained in:
Allan Carr
2023-03-16 11:04:12 -07:00
parent 31092c20a9
commit 10a354e479
4 changed files with 17 additions and 0 deletions

View File

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