IO-1191 Add CSI to reports.

This commit is contained in:
Patrick Fic
2021-09-20 11:34:05 -07:00
parent 61ac520192
commit 92920f69d4
5 changed files with 87 additions and 3 deletions

View File

@@ -1250,6 +1250,18 @@ export const TemplateList = (type, context) => {
field: i18n.t("jobs.fields.scheduled_completion"), // Also date invoice.
},
},
csi: {
title: i18n.t("reportcenter.templates.csi"),
description: "",
subject: i18n.t("reportcenter.templates.csi"),
key: "csi",
//idtype: "vendor",
disabled: false,
rangeFilter: {
object: i18n.t("reportcenter.labels.objects.csi"),
field: i18n.t("csi.fields.created_at"), // Also date invoice.
},
},
}
: {}),
...(!type || type === "courtesycarcontract"