IO-1853 Add Attendance Table excel creation.

This commit is contained in:
Patrick Fic
2022-05-06 10:19:49 -07:00
parent 467841bea2
commit d78955a8fd
7 changed files with 86 additions and 0 deletions

View File

@@ -1668,6 +1668,13 @@ export const TemplateList = (type, context) => {
key: "exported_payroll",
disabled: false,
},
attendance_detail_csv: {
title: i18n.t("printcenter.special.attendance_detail_csv"),
description: "Est Detail",
subject: i18n.t("printcenter.special.attendance_detail_csv"),
key: "attendance_detail_csv",
disabled: false,
},
production_by_technician_one: {
title: i18n.t(
"reportcenter.templates.production_by_technician_one"