Rename all reports from source to ins_co
This commit is contained in:
@@ -31265,7 +31265,7 @@
|
|||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
<concept_node>
|
<concept_node>
|
||||||
<name>gsr_by_source</name>
|
<name>gsr_by_ins_co</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
<description></description>
|
<description></description>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
@@ -31328,7 +31328,7 @@
|
|||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
<concept_node>
|
<concept_node>
|
||||||
<name>hours_sold_detail_closed_source</name>
|
<name>hours_sold_detail_closed_ins_co</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
<description></description>
|
<description></description>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
@@ -31370,7 +31370,7 @@
|
|||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
<concept_node>
|
<concept_node>
|
||||||
<name>hours_sold_detail_open_source</name>
|
<name>hours_sold_detail_open_ins_co</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
<description></description>
|
<description></description>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
@@ -31412,7 +31412,7 @@
|
|||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
<concept_node>
|
<concept_node>
|
||||||
<name>hours_sold_summary_closed_source</name>
|
<name>hours_sold_summary_closed_ins_co</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
<description></description>
|
<description></description>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
@@ -31454,7 +31454,7 @@
|
|||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
<concept_node>
|
<concept_node>
|
||||||
<name>hours_sold_summary_open_source</name>
|
<name>hours_sold_summary_open_ins_co</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
<description></description>
|
<description></description>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
@@ -31538,7 +31538,7 @@
|
|||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
<concept_node>
|
<concept_node>
|
||||||
<name>job_costing_ro_source</name>
|
<name>job_costing_ro_ins_co</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
<description></description>
|
<description></description>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
@@ -31601,7 +31601,7 @@
|
|||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
<concept_node>
|
<concept_node>
|
||||||
<name>open_orders_source</name>
|
<name>open_orders_ins_co</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
<description></description>
|
<description></description>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
@@ -31874,7 +31874,7 @@
|
|||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
<concept_node>
|
<concept_node>
|
||||||
<name>supplement_ratio_source</name>
|
<name>supplement_ratio_ins_co</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
<description></description>
|
<description></description>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -614,15 +614,15 @@ export const TemplateList = (type, context) => {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
hours_sold_detail_closed_source: {
|
hours_sold_detail_closed_ins_co: {
|
||||||
title: i18n.t(
|
title: i18n.t(
|
||||||
"reportcenter.templates.hours_sold_detail_closed_source"
|
"reportcenter.templates.hours_sold_detail_closed_ins_co"
|
||||||
),
|
),
|
||||||
description: "",
|
description: "",
|
||||||
subject: i18n.t(
|
subject: i18n.t(
|
||||||
"reportcenter.templates.hours_sold_detail_closed_source"
|
"reportcenter.templates.hours_sold_detail_closed_ins_co"
|
||||||
),
|
),
|
||||||
key: "hours_sold_detail_closed_source",
|
key: "hours_sold_detail_closed_ins_co",
|
||||||
//idtype: "vendor",
|
//idtype: "vendor",
|
||||||
disabled: false,
|
disabled: false,
|
||||||
rangeFilter: {
|
rangeFilter: {
|
||||||
@@ -644,15 +644,15 @@ export const TemplateList = (type, context) => {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
hours_sold_summary_closed_source: {
|
hours_sold_summary_closed_ins_co: {
|
||||||
title: i18n.t(
|
title: i18n.t(
|
||||||
"reportcenter.templates.hours_sold_summary_closed_source"
|
"reportcenter.templates.hours_sold_summary_closed_ins_co"
|
||||||
),
|
),
|
||||||
description: "",
|
description: "",
|
||||||
subject: i18n.t(
|
subject: i18n.t(
|
||||||
"reportcenter.templates.hours_sold_summary_closed_source"
|
"reportcenter.templates.hours_sold_summary_closed_ins_co"
|
||||||
),
|
),
|
||||||
key: "hours_sold_summary_closed_source",
|
key: "hours_sold_summary_closed_ins_co",
|
||||||
//idtype: "vendor",
|
//idtype: "vendor",
|
||||||
disabled: false,
|
disabled: false,
|
||||||
rangeFilter: {
|
rangeFilter: {
|
||||||
@@ -674,15 +674,15 @@ export const TemplateList = (type, context) => {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
hours_sold_detail_open_source: {
|
hours_sold_detail_open_ins_co: {
|
||||||
title: i18n.t(
|
title: i18n.t(
|
||||||
"reportcenter.templates.hours_sold_detail_open_source"
|
"reportcenter.templates.hours_sold_detail_open_ins_co"
|
||||||
),
|
),
|
||||||
description: "",
|
description: "",
|
||||||
subject: i18n.t(
|
subject: i18n.t(
|
||||||
"reportcenter.templates.hours_sold_detail_open_source"
|
"reportcenter.templates.hours_sold_detail_open_ins_co"
|
||||||
),
|
),
|
||||||
key: "hours_sold_detail_open_source",
|
key: "hours_sold_detail_open_ins_co",
|
||||||
//idtype: "vendor",
|
//idtype: "vendor",
|
||||||
disabled: false,
|
disabled: false,
|
||||||
rangeFilter: {
|
rangeFilter: {
|
||||||
@@ -704,15 +704,15 @@ export const TemplateList = (type, context) => {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
hours_sold_summary_open_source: {
|
hours_sold_summary_open_ins_co: {
|
||||||
title: i18n.t(
|
title: i18n.t(
|
||||||
"reportcenter.templates.hours_sold_summary_open_source"
|
"reportcenter.templates.hours_sold_summary_open_ins_co"
|
||||||
),
|
),
|
||||||
description: "",
|
description: "",
|
||||||
subject: i18n.t(
|
subject: i18n.t(
|
||||||
"reportcenter.templates.hours_sold_summary_open_source"
|
"reportcenter.templates.hours_sold_summary_open_ins_cƒo"
|
||||||
),
|
),
|
||||||
key: "hours_sold_summary_open_source",
|
key: "hours_sold_summary_open_ins_co",
|
||||||
//idtype: "vendor",
|
//idtype: "vendor",
|
||||||
disabled: false,
|
disabled: false,
|
||||||
rangeFilter: {
|
rangeFilter: {
|
||||||
@@ -744,11 +744,11 @@ export const TemplateList = (type, context) => {
|
|||||||
field: i18n.t("jobs.fields.date_invoiced"),
|
field: i18n.t("jobs.fields.date_invoiced"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
supplement_ratio_source: {
|
supplement_ratio_ins_co: {
|
||||||
title: i18n.t("reportcenter.templates.supplement_ratio_source"),
|
title: i18n.t("reportcenter.templates.supplement_ratio_ins_co"),
|
||||||
description: "",
|
description: "",
|
||||||
subject: i18n.t("reportcenter.templates.supplement_ratio_source"),
|
subject: i18n.t("reportcenter.templates.supplement_ratio_ins_co"),
|
||||||
key: "supplement_ratio_source",
|
key: "supplement_ratio_ins_co",
|
||||||
//idtype: "vendor",
|
//idtype: "vendor",
|
||||||
disabled: false,
|
disabled: false,
|
||||||
rangeFilter: {
|
rangeFilter: {
|
||||||
@@ -782,11 +782,11 @@ export const TemplateList = (type, context) => {
|
|||||||
field: i18n.t("jobs.fields.date_invoiced"),
|
field: i18n.t("jobs.fields.date_invoiced"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
job_costing_ro_source: {
|
job_costing_ro_ins_co: {
|
||||||
title: i18n.t("reportcenter.templates.job_costing_ro_source"),
|
title: i18n.t("reportcenter.templates.job_costing_ro_ins_co"),
|
||||||
description: "",
|
description: "",
|
||||||
subject: i18n.t("reportcenter.templates.job_costing_ro_source"),
|
subject: i18n.t("reportcenter.templates.job_costing_ro_ins_co"),
|
||||||
key: "job_costing_ro_source",
|
key: "job_costing_ro_ins_co",
|
||||||
//idtype: "vendor",
|
//idtype: "vendor",
|
||||||
disabled: false,
|
disabled: false,
|
||||||
rangeFilter: {
|
rangeFilter: {
|
||||||
@@ -880,11 +880,11 @@ export const TemplateList = (type, context) => {
|
|||||||
field: i18n.t("jobs.fields.date_invoiced"),
|
field: i18n.t("jobs.fields.date_invoiced"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
gsr_by_source: {
|
gsr_by_ins_co: {
|
||||||
title: i18n.t("reportcenter.templates.gsr_by_source"),
|
title: i18n.t("reportcenter.templates.gsr_by_ins_co"),
|
||||||
description: "",
|
description: "",
|
||||||
subject: i18n.t("reportcenter.templates.gsr_by_source"),
|
subject: i18n.t("reportcenter.templates.gsr_by_ins_co"),
|
||||||
key: "gsr_by_source",
|
key: "gsr_by_ins_co",
|
||||||
//idtype: "vendor",
|
//idtype: "vendor",
|
||||||
disabled: false,
|
disabled: false,
|
||||||
rangeFilter: {
|
rangeFilter: {
|
||||||
@@ -953,11 +953,11 @@ export const TemplateList = (type, context) => {
|
|||||||
field: i18n.t("jobs.fields.date_open"),
|
field: i18n.t("jobs.fields.date_open"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
open_orders_source: {
|
open_orders_ins_co: {
|
||||||
title: i18n.t("reportcenter.templates.open_orders_source"),
|
title: i18n.t("reportcenter.templates.open_orders_ins_co"),
|
||||||
description: "",
|
description: "",
|
||||||
subject: i18n.t("reportcenter.templates.open_orders_source"),
|
subject: i18n.t("reportcenter.templates.open_orders_ins_co"),
|
||||||
key: "open_orders_source",
|
key: "open_orders_ins_co",
|
||||||
//idtype: "vendor",
|
//idtype: "vendor",
|
||||||
disabled: false,
|
disabled: false,
|
||||||
rangeFilter: {
|
rangeFilter: {
|
||||||
|
|||||||
Reference in New Issue
Block a user