IO-1627 Add production category report.

This commit is contained in:
Patrick Fic
2022-01-13 09:19:41 -08:00
parent 5ec1e84671
commit 3bc1785351
5 changed files with 32 additions and 0 deletions

View File

@@ -1598,6 +1598,14 @@ export const TemplateList = (type, context) => {
//idtype: "vendor",
disabled: false,
},
production_by_category: {
title: i18n.t("reportcenter.templates.production_by_category"),
description: "",
subject: i18n.t("reportcenter.templates.production_by_category"),
key: "production_by_category",
//idtype: "vendor",
disabled: false,
},
}
: {}),
...(!type || type === "special"