IO-3020 IO-3036 Initial removal of ProManager

This commit is contained in:
Patrick Fic
2024-11-21 13:37:36 -08:00
parent 289a666b6d
commit 9ccbca2678
124 changed files with 3199 additions and 1140 deletions

View File

@@ -12,8 +12,7 @@ const statisticsItems = [
name: "totalHrsOnBoard",
label: InstanceRenderManager({
imex: "total_hours_in_view",
rome: "total_hours_on_board",
promanager: "total_hours_on_board"
rome: "total_hours_on_board"
})
},
{
@@ -21,8 +20,7 @@ const statisticsItems = [
name: "totalAmountOnBoard",
label: InstanceRenderManager({
imex: "total_amount_in_view",
rome: "total_amount_on_board",
promanager: "total_amount_on_board"
rome: "total_amount_on_board"
})
},
{
@@ -30,8 +28,7 @@ const statisticsItems = [
name: "totalLABOnBoard",
label: InstanceRenderManager({
imex: "total_lab_in_view",
rome: "total_lab_on_board",
promanager: "total_lab_on_board"
rome: "total_lab_on_board"
})
},
{
@@ -39,8 +36,7 @@ const statisticsItems = [
name: "totalLAROnBoard",
label: InstanceRenderManager({
imex: "total_lar_in_view",
rome: "total_lar_on_board",
promanager: "total_lar_on_board"
rome: "total_lar_on_board"
})
},
{
@@ -48,8 +44,7 @@ const statisticsItems = [
name: "jobsOnBoard",
label: InstanceRenderManager({
imex: "total_jobs_in_view",
rome: "total_jobs_on_board",
promanager: "total_jobs_on_board"
rome: "total_jobs_on_board"
})
},
{
@@ -57,8 +52,7 @@ const statisticsItems = [
name: "tasksOnBoard",
label: InstanceRenderManager({
imex: "tasks_in_view",
rome: "tasks_on_board",
promanager: "tasks_on_board"
rome: "tasks_on_board"
})
},
{ id: 11, name: "tasksInProduction", label: "tasks_in_production" }