Merged in feature/IO-3094-Purchases-by-Date-Excel (pull request #2056)

IO-3094 Purchases by Date - Excel Report

Approved-by: Dave Richer
This commit is contained in:
Allan Carr
2025-01-15 15:39:12 +00:00
committed by Dave Richer
4 changed files with 16 additions and 1 deletions

View File

@@ -2229,7 +2229,19 @@ export const TemplateList = (type, context) => {
field: i18n.t("jobs.fields.date_open")
},
group: "jobs"
}
},
purchases_by_date_excel: {
title: i18n.t("reportcenter.templates.purchases_by_date_excel"),
subject: i18n.t("reportcenter.templates.purchases_by_date_excel"),
key: "purchases_by_date_excel",
reporttype: "excel",
disabled: false,
rangeFilter: {
object: i18n.t("reportcenter.labels.objects.bills"),
field: i18n.t("bills.fields.date")
},
group: "purchases"
},
}
: {}),
...(!type || type === "courtesycarcontract"