generalized job checklist functionality & created deliver checklist. BOD-376

This commit is contained in:
Patrick Fic
2020-09-02 15:32:29 -07:00
parent ed788a4b5c
commit 51b6a560a6
39 changed files with 2646 additions and 378 deletions

View File

@@ -281,6 +281,24 @@
"save": "Bodyshop saved successfully. "
}
},
"checklist": {
"actions": {
"printall": "Print All Documents"
},
"errors": {
"complete": "Error during job checklist completion. {{error}}",
"nochecklist": "No checklist has been configured for your shop. "
},
"labels": {
"addtoproduction": "Add Job to Production?",
"checklist": "Checklist",
"printpack": "Job Intake Print Pack",
"removefromproduction": "Remove job from production?"
},
"successes": {
"completed": "Job checklist completed."
}
},
"contracts": {
"actions": {
"convertoro": "Convert to RO",
@@ -585,23 +603,6 @@
"rescuetitle": "Rescue Me!"
}
},
"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"
@@ -745,6 +746,7 @@
"changelaborrate": "Change Labor Rate",
"changestatus": "Change Status",
"convert": "Convert",
"deliver": "Deliver",
"export": "Export",
"exportselected": "Export Selected",
"filterpartsonly": "Filter Parts Only",
@@ -1421,6 +1423,7 @@
"jobs-active": "Active Jobs",
"jobs-all": "All Jobs",
"jobs-close": "Close Job",
"jobs-deliver": "Deliver Job",
"jobs-detail": "Job {{number}}",
"jobs-intake": "Intake",
"jobs-new": "Create a New Job",
@@ -1450,6 +1453,7 @@
"jobs-all": "All Jobs | $t(titles.app)",
"jobs-close": "Close Job {{number}} | $t(titles.app)",
"jobs-create": "Create a New Job | $t(titles.app)",
"jobs-deliver": "Deliver Job | $t(titles.app)",
"jobs-intake": "Intake | $t(titles.app)",
"jobsavailable": "Available Jobs | $t(titles.app)",
"jobsdetail": "Job {{ro_number}} | $t(titles.app)",