Merged in feature/IO-3592-WIP-Summary-Reports (pull request #3112)
IO-3592 WIP Summary Reports Approved-by: Dave Richer
This commit is contained in:
@@ -3374,8 +3374,10 @@
|
|||||||
"void_ros": "Void ROs",
|
"void_ros": "Void ROs",
|
||||||
"work_in_progress_committed_labour": "Work in Progress - Committed Labor",
|
"work_in_progress_committed_labour": "Work in Progress - Committed Labor",
|
||||||
"work_in_progress_jobs": "Work in Progress - Jobs",
|
"work_in_progress_jobs": "Work in Progress - Jobs",
|
||||||
"work_in_progress_labour": "Work in Progress - Labor",
|
"work_in_progress_labour": "Work in Progress - Labor (Detail)",
|
||||||
"work_in_progress_payables": "Work in Progress - Payables"
|
"work_in_progress_labour_summary": "Work in Progress - Labor (Summary)",
|
||||||
|
"work_in_progress_payables": "Work in Progress - Payables (Detail)",
|
||||||
|
"work_in_progress_payables_summary": "Work in Progress - Payables (Summary)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"schedule": {
|
"schedule": {
|
||||||
|
|||||||
@@ -3375,7 +3375,9 @@
|
|||||||
"work_in_progress_committed_labour": "",
|
"work_in_progress_committed_labour": "",
|
||||||
"work_in_progress_jobs": "",
|
"work_in_progress_jobs": "",
|
||||||
"work_in_progress_labour": "",
|
"work_in_progress_labour": "",
|
||||||
"work_in_progress_payables": ""
|
"work_in_progress_labour_summary": "",
|
||||||
|
"work_in_progress_payables": "",
|
||||||
|
"work_in_progress_payables_summary": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"schedule": {
|
"schedule": {
|
||||||
|
|||||||
@@ -3375,7 +3375,9 @@
|
|||||||
"work_in_progress_committed_labour": "",
|
"work_in_progress_committed_labour": "",
|
||||||
"work_in_progress_jobs": "",
|
"work_in_progress_jobs": "",
|
||||||
"work_in_progress_labour": "",
|
"work_in_progress_labour": "",
|
||||||
"work_in_progress_payables": ""
|
"work_in_progress_labour_summary": "",
|
||||||
|
"work_in_progress_payables": "",
|
||||||
|
"work_in_progress_payables_summary": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"schedule": {
|
"schedule": {
|
||||||
|
|||||||
@@ -1717,6 +1717,20 @@ export const TemplateList = (type, context) => {
|
|||||||
group: "jobs",
|
group: "jobs",
|
||||||
featureNameRestricted: "timetickets"
|
featureNameRestricted: "timetickets"
|
||||||
},
|
},
|
||||||
|
work_in_progress_labour_summary: {
|
||||||
|
title: i18n.t("reportcenter.templates.work_in_progress_labour_summary"),
|
||||||
|
description: "",
|
||||||
|
subject: i18n.t("reportcenter.templates.work_in_progress_labour_summary"),
|
||||||
|
key: "work_in_progress_labour_summary",
|
||||||
|
//idtype: "vendor",
|
||||||
|
disabled: false,
|
||||||
|
rangeFilter: {
|
||||||
|
object: i18n.t("reportcenter.labels.objects.jobs"),
|
||||||
|
field: i18n.t("jobs.fields.date_open")
|
||||||
|
},
|
||||||
|
group: "jobs",
|
||||||
|
featureNameRestricted: "timetickets"
|
||||||
|
},
|
||||||
work_in_progress_committed_labour: {
|
work_in_progress_committed_labour: {
|
||||||
title: i18n.t("reportcenter.templates.work_in_progress_committed_labour"),
|
title: i18n.t("reportcenter.templates.work_in_progress_committed_labour"),
|
||||||
description: "",
|
description: "",
|
||||||
@@ -1746,6 +1760,20 @@ export const TemplateList = (type, context) => {
|
|||||||
group: "jobs",
|
group: "jobs",
|
||||||
featureNameRestricted: "bills"
|
featureNameRestricted: "bills"
|
||||||
},
|
},
|
||||||
|
work_in_progress_payables_summary: {
|
||||||
|
title: i18n.t("reportcenter.templates.work_in_progress_payables_summary"),
|
||||||
|
description: "",
|
||||||
|
subject: i18n.t("reportcenter.templates.work_in_progress_payables_summary"),
|
||||||
|
key: "work_in_progress_payables_summary",
|
||||||
|
//idtype: "vendor",
|
||||||
|
disabled: false,
|
||||||
|
rangeFilter: {
|
||||||
|
object: i18n.t("reportcenter.labels.objects.jobs"),
|
||||||
|
field: i18n.t("jobs.fields.date_open")
|
||||||
|
},
|
||||||
|
group: "jobs",
|
||||||
|
featureNameRestricted: "bills"
|
||||||
|
},
|
||||||
lag_time: {
|
lag_time: {
|
||||||
title: i18n.t("reportcenter.templates.lag_time"),
|
title: i18n.t("reportcenter.templates.lag_time"),
|
||||||
description: "",
|
description: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user