Merged in release/2021-10-08 (pull request #233)
IO-1392 Add IOU Form to Print Center Approved-by: Patrick Fic
This commit is contained in:
@@ -32890,6 +32890,27 @@
|
|||||||
</translation>
|
</translation>
|
||||||
</translations>
|
</translations>
|
||||||
</concept_node>
|
</concept_node>
|
||||||
|
<concept_node>
|
||||||
|
<name>iou_form</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>job_costing_ro</name>
|
<name>job_costing_ro</name>
|
||||||
<definition_loaded>false</definition_loaded>
|
<definition_loaded>false</definition_loaded>
|
||||||
|
|||||||
@@ -1967,6 +1967,7 @@
|
|||||||
"guarantee": "Repair Guarantee",
|
"guarantee": "Repair Guarantee",
|
||||||
"invoice_customer_payable": "Invoice (Customer Payable)",
|
"invoice_customer_payable": "Invoice (Customer Payable)",
|
||||||
"invoice_total_payable": "Invoice (Total Payable)",
|
"invoice_total_payable": "Invoice (Total Payable)",
|
||||||
|
"iou_form": "IOU Form",
|
||||||
"job_costing_ro": "Job Costing",
|
"job_costing_ro": "Job Costing",
|
||||||
"job_notes": "Job Notes",
|
"job_notes": "Job Notes",
|
||||||
"key_tag": "Key Tag",
|
"key_tag": "Key Tag",
|
||||||
|
|||||||
@@ -1967,6 +1967,7 @@
|
|||||||
"guarantee": "",
|
"guarantee": "",
|
||||||
"invoice_customer_payable": "",
|
"invoice_customer_payable": "",
|
||||||
"invoice_total_payable": "",
|
"invoice_total_payable": "",
|
||||||
|
"iou_form": "",
|
||||||
"job_costing_ro": "",
|
"job_costing_ro": "",
|
||||||
"job_notes": "",
|
"job_notes": "",
|
||||||
"key_tag": "",
|
"key_tag": "",
|
||||||
|
|||||||
@@ -1967,6 +1967,7 @@
|
|||||||
"guarantee": "",
|
"guarantee": "",
|
||||||
"invoice_customer_payable": "",
|
"invoice_customer_payable": "",
|
||||||
"invoice_total_payable": "",
|
"invoice_total_payable": "",
|
||||||
|
"iou_form": "",
|
||||||
"job_costing_ro": "",
|
"job_costing_ro": "",
|
||||||
"job_notes": "",
|
"job_notes": "",
|
||||||
"key_tag": "",
|
"key_tag": "",
|
||||||
|
|||||||
@@ -382,6 +382,14 @@ export const TemplateList = (type, context) => {
|
|||||||
// disabled: false,
|
// disabled: false,
|
||||||
// group: "ro",
|
// group: "ro",
|
||||||
// },
|
// },
|
||||||
|
iou_form: {
|
||||||
|
title: i18n.t("printcenter.jobs.iou_form"),
|
||||||
|
description: "CASL Authorization",
|
||||||
|
subject: i18n.t("printcenter.jobs.iou_form"),
|
||||||
|
key: "iou_form",
|
||||||
|
disabled: false,
|
||||||
|
group: "post",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
: {}),
|
: {}),
|
||||||
...(!type || type === "job_special"
|
...(!type || type === "job_special"
|
||||||
|
|||||||
Reference in New Issue
Block a user