IO-1392 Add IOU Form to Print Center

This commit is contained in:
Patrick Fic
2021-10-01 09:24:37 -07:00
parent 63163c6459
commit aa2ac2b296
5 changed files with 32 additions and 0 deletions

View File

@@ -1967,6 +1967,7 @@
"guarantee": "Repair Guarantee",
"invoice_customer_payable": "Invoice (Customer Payable)",
"invoice_total_payable": "Invoice (Total Payable)",
"iou_form": "IOU Form",
"job_costing_ro": "Job Costing",
"job_notes": "Job Notes",
"key_tag": "Key Tag",

View File

@@ -1967,6 +1967,7 @@
"guarantee": "",
"invoice_customer_payable": "",
"invoice_total_payable": "",
"iou_form": "",
"job_costing_ro": "",
"job_notes": "",
"key_tag": "",

View File

@@ -1967,6 +1967,7 @@
"guarantee": "",
"invoice_customer_payable": "",
"invoice_total_payable": "",
"iou_form": "",
"job_costing_ro": "",
"job_notes": "",
"key_tag": "",

View File

@@ -382,6 +382,14 @@ export const TemplateList = (type, context) => {
// disabled: false,
// 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"