Merged in release/2022-04-22 (pull request #451)

release/2022-04-22

Approved-by: Patrick Fic
This commit is contained in:
Patrick Fic
2022-04-21 19:39:36 +00:00
5 changed files with 60 additions and 4 deletions

View File

@@ -32536,6 +32536,27 @@
</translation> </translation>
</translations> </translations>
</concept_node> </concept_node>
<concept_node>
<name>updating</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>
</children> </children>
</folder_node> </folder_node>
<folder_node> <folder_node>
@@ -35161,6 +35182,27 @@
</translation> </translation>
</translations> </translations>
</concept_node> </concept_node>
<concept_node>
<name>filing_coversheet_landscape</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>filing_coversheet_portrait</name> <name>filing_coversheet_portrait</name>
<definition_loaded>false</definition_loaded> <definition_loaded>false</definition_loaded>

View File

@@ -1928,7 +1928,8 @@
"backordering": "Error backordering part {{message}}.", "backordering": "Error backordering part {{message}}.",
"creating": "Error encountered when creating parts order. ", "creating": "Error encountered when creating parts order. ",
"oec": "Error creating EMS files for OEC. {{error}}", "oec": "Error creating EMS files for OEC. {{error}}",
"saving": "Error saving parts order. {{error}}." "saving": "Error saving parts order. {{error}}.",
"updating": "Error updating parts order/parts order line. {{error}}."
}, },
"fields": { "fields": {
"act_price": "Price", "act_price": "Price",
@@ -2091,6 +2092,7 @@
"estimate_detail": "Estimate Details", "estimate_detail": "Estimate Details",
"estimate_followup": "Estimate Followup", "estimate_followup": "Estimate Followup",
"express_repair_checklist": "Express Repair Checklist", "express_repair_checklist": "Express Repair Checklist",
"filing_coversheet_landscape": "Filing Coversheet (Landscape)",
"filing_coversheet_portrait": "Filing Coversheet (Portrait)", "filing_coversheet_portrait": "Filing Coversheet (Portrait)",
"final_invoice": "Final Invoice", "final_invoice": "Final Invoice",
"fippa_authorization": "FIPPA Authorization", "fippa_authorization": "FIPPA Authorization",

View File

@@ -1928,7 +1928,8 @@
"backordering": "", "backordering": "",
"creating": "Se encontró un error al crear el pedido de piezas.", "creating": "Se encontró un error al crear el pedido de piezas.",
"oec": "", "oec": "",
"saving": "" "saving": "",
"updating": ""
}, },
"fields": { "fields": {
"act_price": "", "act_price": "",
@@ -2091,6 +2092,7 @@
"estimate_detail": "", "estimate_detail": "",
"estimate_followup": "", "estimate_followup": "",
"express_repair_checklist": "", "express_repair_checklist": "",
"filing_coversheet_landscape": "",
"filing_coversheet_portrait": "", "filing_coversheet_portrait": "",
"final_invoice": "", "final_invoice": "",
"fippa_authorization": "", "fippa_authorization": "",

View File

@@ -1928,7 +1928,8 @@
"backordering": "", "backordering": "",
"creating": "Erreur rencontrée lors de la création de la commande de pièces.", "creating": "Erreur rencontrée lors de la création de la commande de pièces.",
"oec": "", "oec": "",
"saving": "" "saving": "",
"updating": ""
}, },
"fields": { "fields": {
"act_price": "", "act_price": "",
@@ -2091,6 +2092,7 @@
"estimate_detail": "", "estimate_detail": "",
"estimate_followup": "", "estimate_followup": "",
"express_repair_checklist": "", "express_repair_checklist": "",
"filing_coversheet_landscape": "",
"filing_coversheet_portrait": "", "filing_coversheet_portrait": "",
"final_invoice": "", "final_invoice": "",
"fippa_authorization": "", "fippa_authorization": "",

View File

@@ -314,6 +314,14 @@ export const TemplateList = (type, context) => {
disabled: false, disabled: false,
group: "post", group: "post",
}, },
filing_coversheet_landscape: {
title: i18n.t("printcenter.jobs.filing_coversheet_landscape"),
description: "CASL Authorization",
subject: i18n.t("printcenter.jobs.filing_coversheet_landscape"),
key: "filing_coversheet_landscape",
disabled: false,
group: "post",
},
qc_sheet: { qc_sheet: {
title: i18n.t("printcenter.jobs.qc_sheet"), title: i18n.t("printcenter.jobs.qc_sheet"),
description: "All Jobs Notes", description: "All Jobs Notes",
@@ -476,7 +484,7 @@ export const TemplateList = (type, context) => {
: {}), : {}),
...(!type || type === "job_special" ...(!type || type === "job_special"
? { ? {
special_thirdpartypayer: { special_thirdpartypayer: {
title: i18n.t("printcenter.jobs.thirdpartypayer"), title: i18n.t("printcenter.jobs.thirdpartypayer"),
description: "CSI invite", description: "CSI invite",
key: "special_thirdpartypayer", key: "special_thirdpartypayer",