IO-777 Added employee select to report center.
This commit is contained in:
@@ -326,13 +326,7 @@ export const TemplateList = (type, context) => {
|
||||
key: "schedule",
|
||||
disabled: false,
|
||||
},
|
||||
timetickets: {
|
||||
title: i18n.t("reportcenter.templates.timetickets"),
|
||||
description: "Est Detail",
|
||||
subject: i18n.t("reportcenter.templates.timetickets"),
|
||||
key: "timetickets",
|
||||
disabled: false,
|
||||
},
|
||||
|
||||
purchases_by_vendor_detailed_date_range: {
|
||||
title: i18n.t(
|
||||
"reportcenter.templates.purchases_by_vendor_detailed_date_range"
|
||||
@@ -357,12 +351,19 @@ export const TemplateList = (type, context) => {
|
||||
idtype: "vendor",
|
||||
disabled: false,
|
||||
},
|
||||
timetickets: {
|
||||
title: i18n.t("reportcenter.templates.timetickets"),
|
||||
description: "Est Detail",
|
||||
subject: i18n.t("reportcenter.templates.timetickets"),
|
||||
key: "timetickets",
|
||||
disabled: false,
|
||||
},
|
||||
timetickets_employee: {
|
||||
title: i18n.t("reportcenter.templates.timetickets_employee"),
|
||||
description: "Est Detail",
|
||||
subject: i18n.t("reportcenter.templates.timetickets_employee"),
|
||||
key: "timetickets_employee",
|
||||
idtype: "vendor",
|
||||
idtype: "employee",
|
||||
disabled: false,
|
||||
},
|
||||
timetickets_summary: {
|
||||
@@ -370,7 +371,7 @@ export const TemplateList = (type, context) => {
|
||||
description: "Est Detail",
|
||||
subject: i18n.t("reportcenter.templates.timetickets_summary"),
|
||||
key: "timetickets_summary",
|
||||
idtype: "vendor",
|
||||
//idtype: "vendor",
|
||||
disabled: false,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user