IO-2164 IO-2163 Additional GSR reports.

This commit is contained in:
Patrick Fic
2023-02-02 10:08:55 -08:00
parent 07c307e17b
commit 2e40583d31
5 changed files with 75 additions and 1 deletions

View File

@@ -1343,6 +1343,32 @@ export const TemplateList = (type, context) => {
},
group: "sales",
},
gsr_by_category: {
title: i18n.t("reportcenter.templates.gsr_by_category"),
description: "",
subject: i18n.t("reportcenter.templates.gsr_by_category"),
key: "gsr_by_category",
//idtype: "vendor",
disabled: false,
rangeFilter: {
object: i18n.t("reportcenter.labels.objects.jobs"),
field: i18n.t("jobs.fields.date_invoiced"),
},
group: "sales",
},
gsr_by_atp: {
title: i18n.t("reportcenter.templates.gsr_by_atp"),
description: "",
subject: i18n.t("reportcenter.templates.gsr_by_atp"),
key: "gsr_by_atp",
//idtype: "vendor",
disabled: false,
rangeFilter: {
object: i18n.t("reportcenter.labels.objects.jobs"),
field: i18n.t("jobs.fields.date_invoiced"),
},
group: "sales",
},
gsr_labor_only: {
title: i18n.t("reportcenter.templates.gsr_labor_only"),
description: "",