Merged in feature/2021-07-16 (pull request #141)

IO-1189 IO-1190 IO-1259 Added gen doc keys.
This commit is contained in:
Patrick Fic
2021-07-16 17:15:46 +00:00
5 changed files with 96 additions and 0 deletions

View File

@@ -30462,6 +30462,48 @@
</translation> </translation>
</translations> </translations>
</concept_node> </concept_node>
<concept_node>
<name>key_tag</name>
<definition_loaded>false</definition_loaded>
<description></description>
<comment></comment>
<default_text></default_text>
<translations>
<translation>
<language>en-US</language>
<approved>false</approved>
</translation>
<translation>
<language>es-MX</language>
<approved>false</approved>
</translation>
<translation>
<language>fr-CA</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<concept_node>
<name>paint_grid</name>
<definition_loaded>false</definition_loaded>
<description></description>
<comment></comment>
<default_text></default_text>
<translations>
<translation>
<language>en-US</language>
<approved>false</approved>
</translation>
<translation>
<language>es-MX</language>
<approved>false</approved>
</translation>
<translation>
<language>fr-CA</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<concept_node> <concept_node>
<name>parts_label_single</name> <name>parts_label_single</name>
<definition_loaded>false</definition_loaded> <definition_loaded>false</definition_loaded>
@@ -30756,6 +30798,27 @@
</translation> </translation>
</translations> </translations>
</concept_node> </concept_node>
<concept_node>
<name>stolen_recovery_checklist</name>
<definition_loaded>false</definition_loaded>
<description></description>
<comment></comment>
<default_text></default_text>
<translations>
<translation>
<language>en-US</language>
<approved>false</approved>
</translation>
<translation>
<language>es-MX</language>
<approved>false</approved>
</translation>
<translation>
<language>fr-CA</language>
<approved>false</approved>
</translation>
</translations>
</concept_node>
<concept_node> <concept_node>
<name>supplement_request</name> <name>supplement_request</name>
<definition_loaded>false</definition_loaded> <definition_loaded>false</definition_loaded>

View File

@@ -1832,6 +1832,8 @@
"invoice_total_payable": "Invoice (Total Payable)", "invoice_total_payable": "Invoice (Total Payable)",
"job_costing_ro": "Job Costing", "job_costing_ro": "Job Costing",
"job_notes": "Job Notes", "job_notes": "Job Notes",
"key_tag": "Key Tag",
"paint_grid": "Paint Grid",
"parts_label_single": "Parts Label - Single", "parts_label_single": "Parts Label - Single",
"parts_list": "Parts List", "parts_list": "Parts List",
"parts_order": "Parts Order Confirmation", "parts_order": "Parts Order Confirmation",
@@ -1846,6 +1848,7 @@
"qc_sheet": "Quality Control Sheet", "qc_sheet": "Quality Control Sheet",
"ro_totals": "RO Totals", "ro_totals": "RO Totals",
"ro_with_description": "RO Summary with Descriptions", "ro_with_description": "RO Summary with Descriptions",
"stolen_recovery_checklist": "Stolen Recovery Checklist",
"supplement_request": "Supplement Request", "supplement_request": "Supplement Request",
"thank_you_ro": "Thank You Letter", "thank_you_ro": "Thank You Letter",
"thirdpartypayer": "Third Party Payer", "thirdpartypayer": "Third Party Payer",

View File

@@ -1832,6 +1832,8 @@
"invoice_total_payable": "", "invoice_total_payable": "",
"job_costing_ro": "", "job_costing_ro": "",
"job_notes": "", "job_notes": "",
"key_tag": "",
"paint_grid": "",
"parts_label_single": "", "parts_label_single": "",
"parts_list": "", "parts_list": "",
"parts_order": "", "parts_order": "",
@@ -1846,6 +1848,7 @@
"qc_sheet": "", "qc_sheet": "",
"ro_totals": "", "ro_totals": "",
"ro_with_description": "", "ro_with_description": "",
"stolen_recovery_checklist": "",
"supplement_request": "", "supplement_request": "",
"thank_you_ro": "", "thank_you_ro": "",
"thirdpartypayer": "", "thirdpartypayer": "",

View File

@@ -1832,6 +1832,8 @@
"invoice_total_payable": "", "invoice_total_payable": "",
"job_costing_ro": "", "job_costing_ro": "",
"job_notes": "", "job_notes": "",
"key_tag": "",
"paint_grid": "",
"parts_label_single": "", "parts_label_single": "",
"parts_list": "", "parts_list": "",
"parts_order": "", "parts_order": "",
@@ -1846,6 +1848,7 @@
"qc_sheet": "", "qc_sheet": "",
"ro_totals": "", "ro_totals": "",
"ro_with_description": "", "ro_with_description": "",
"stolen_recovery_checklist": "",
"supplement_request": "", "supplement_request": "",
"thank_you_ro": "", "thank_you_ro": "",
"thirdpartypayer": "", "thirdpartypayer": "",

View File

@@ -69,6 +69,14 @@ export const TemplateList = (type, context) => {
disabled: false, disabled: false,
group: "pre", group: "pre",
}, },
stolen_recovery_checklist: {
title: i18n.t("printcenter.jobs.stolen_recovery_checklist"),
description: "All Jobs Notes",
subject: i18n.t("printcenter.jobs.stolen_recovery_checklist"),
key: "stolen_recovery_checklist",
disabled: false,
group: "pre",
},
vehicle_check_in: { vehicle_check_in: {
title: i18n.t("printcenter.jobs.vehicle_check_in"), title: i18n.t("printcenter.jobs.vehicle_check_in"),
description: "All Jobs Notes", description: "All Jobs Notes",
@@ -150,6 +158,22 @@ export const TemplateList = (type, context) => {
disabled: false, disabled: false,
group: "ro", group: "ro",
}, },
key_tag: {
title: i18n.t("printcenter.jobs.key_tag"),
description: "All Jobs Notes",
subject: i18n.t("printcenter.jobs.key_tag"),
key: "key_tag",
disabled: false,
group: "ro",
},
paint_grid: {
title: i18n.t("printcenter.jobs.paint_grid"),
description: "All Jobs Notes",
subject: i18n.t("printcenter.jobs.paint_grid"),
key: "paint_grid",
disabled: false,
group: "ro",
},
worksheet_by_line_number: { worksheet_by_line_number: {
title: i18n.t("printcenter.jobs.worksheet_by_line_number"), title: i18n.t("printcenter.jobs.worksheet_by_line_number"),
description: "All Jobs Notes", description: "All Jobs Notes",