IO-594 Autohouse Fixes.
This commit is contained in:
@@ -1697,6 +1697,8 @@
|
||||
"vendor": "Vendor"
|
||||
},
|
||||
"templates": {
|
||||
"estimator_detail": "Jobs by Estimator (Detail)",
|
||||
"estimator_summary": "Jobs by Estimator (Summary)",
|
||||
"hours_sold_detail_closed": "Hours Sold Detail - Closed",
|
||||
"hours_sold_detail_closed_source": "Hours Sold Detail - Closed by Source",
|
||||
"hours_sold_detail_open": "Hours Sold Detail - Open",
|
||||
|
||||
@@ -1697,6 +1697,8 @@
|
||||
"vendor": ""
|
||||
},
|
||||
"templates": {
|
||||
"estimator_detail": "",
|
||||
"estimator_summary": "",
|
||||
"hours_sold_detail_closed": "",
|
||||
"hours_sold_detail_closed_source": "",
|
||||
"hours_sold_detail_open": "",
|
||||
|
||||
@@ -1697,6 +1697,8 @@
|
||||
"vendor": ""
|
||||
},
|
||||
"templates": {
|
||||
"estimator_detail": "",
|
||||
"estimator_summary": "",
|
||||
"hours_sold_detail_closed": "",
|
||||
"hours_sold_detail_closed_source": "",
|
||||
"hours_sold_detail_open": "",
|
||||
|
||||
@@ -495,6 +495,22 @@ export const TemplateList = (type, context) => {
|
||||
//idtype: "vendor",
|
||||
disabled: false,
|
||||
},
|
||||
estimator_detail: {
|
||||
title: i18n.t("reportcenter.templates.estimator_detail"),
|
||||
description: "",
|
||||
subject: i18n.t("reportcenter.templates.estimator_detail"),
|
||||
key: "estimator_detail",
|
||||
//idtype: "vendor",
|
||||
disabled: false,
|
||||
},
|
||||
estimator_summary: {
|
||||
title: i18n.t("reportcenter.templates.estimator_summary"),
|
||||
description: "",
|
||||
subject: i18n.t("reportcenter.templates.estimator_summary"),
|
||||
key: "estimator_summary",
|
||||
//idtype: "vendor",
|
||||
disabled: false,
|
||||
},
|
||||
}
|
||||
: {}),
|
||||
...(!type || type === "courtesycarcontract"
|
||||
|
||||
Reference in New Issue
Block a user