IO-1077 Missing Reports
This commit is contained in:
@@ -453,6 +453,38 @@ export const TemplateList = (type, context) => {
|
||||
field: i18n.t("bills.fields.date"),
|
||||
},
|
||||
},
|
||||
purchases_grouped_by_vendor_detailed: {
|
||||
title: i18n.t(
|
||||
"reportcenter.templates.purchases_grouped_by_vendor_detailed"
|
||||
),
|
||||
description: "",
|
||||
subject: i18n.t(
|
||||
"reportcenter.templates.purchases_grouped_by_vendor_detailed"
|
||||
),
|
||||
key: "purchases_grouped_by_vendor_detailed",
|
||||
//idtype: "vendor",
|
||||
disabled: false,
|
||||
rangeFilter: {
|
||||
object: i18n.t("reportcenter.labels.objects.jobs"),
|
||||
field: i18n.t("bills.fields.date"),
|
||||
},
|
||||
},
|
||||
purchases_grouped_by_vendor_summary: {
|
||||
title: i18n.t(
|
||||
"reportcenter.templates.purchases_grouped_by_vendor_summary"
|
||||
),
|
||||
description: "",
|
||||
subject: i18n.t(
|
||||
"reportcenter.templates.purchases_grouped_by_vendor_summary"
|
||||
),
|
||||
key: "purchases_grouped_by_vendor_summary",
|
||||
//idtype: "vendor",
|
||||
disabled: false,
|
||||
rangeFilter: {
|
||||
object: i18n.t("reportcenter.labels.objects.jobs"),
|
||||
field: i18n.t("bills.fields.date"),
|
||||
},
|
||||
},
|
||||
schedule: {
|
||||
title: i18n.t("reportcenter.templates.schedule"),
|
||||
subject: i18n.t("reportcenter.templates.schedule"),
|
||||
|
||||
Reference in New Issue
Block a user