Added job intake process for BOD-114
This commit is contained in:
@@ -304,7 +304,8 @@
|
||||
"edit": "Edit",
|
||||
"reset": "Reset to original.",
|
||||
"save": "Save",
|
||||
"saveandnew": "Save and New"
|
||||
"saveandnew": "Save and New",
|
||||
"submit": "Submit"
|
||||
},
|
||||
"labels": {
|
||||
"actions": "Actions",
|
||||
@@ -335,6 +336,23 @@
|
||||
"required": "This field is required. "
|
||||
}
|
||||
},
|
||||
"intake": {
|
||||
"actions": {
|
||||
"printall": "Print All Documents"
|
||||
},
|
||||
"errors": {
|
||||
"intake": "Error during job intake. {{error}}",
|
||||
"nochecklist": "No checklist has been configured for your shop. "
|
||||
},
|
||||
"labels": {
|
||||
"addtoproduction": "Add Job to Production?",
|
||||
"checklist": "Job Intake Checklist",
|
||||
"printpack": "Job Intake Print Pack"
|
||||
},
|
||||
"successes": {
|
||||
"intake": "Job intake completed."
|
||||
}
|
||||
},
|
||||
"invoicelines": {
|
||||
"actions": {
|
||||
"newline": "New Line"
|
||||
@@ -857,6 +875,7 @@
|
||||
"jobs": "Jobs",
|
||||
"jobs-active": "Active Jobs",
|
||||
"jobs-detail": "Job {{number}}",
|
||||
"jobs-intake": "Intake",
|
||||
"jobs-new": "Create a New Job",
|
||||
"owner-detail": "{{name}}",
|
||||
"owners": "Owners",
|
||||
@@ -877,6 +896,7 @@
|
||||
"invoices-list": "Invoices | $t(titles.app)",
|
||||
"jobs": "Active Jobs | $t(titles.app)",
|
||||
"jobs-create": "Create a New Job | $t(titles.app)",
|
||||
"jobs-intake": "Intake | $t(titles.app)",
|
||||
"jobsavailable": "Available Jobs | $t(titles.app)",
|
||||
"jobsdetail": "Job {{ro_number}} | $t(titles.app)",
|
||||
"jobsdocuments": "Job Documents {{ro_number}} | $t(titles.app)",
|
||||
|
||||
Reference in New Issue
Block a user