Added voiding of ROs IO-639

This commit is contained in:
Patrick Fic
2021-02-19 09:43:08 -08:00
parent 7eec9ef550
commit 450ce3dbc3
18 changed files with 1782 additions and 26 deletions

View File

@@ -909,9 +909,10 @@
"noowner": "No owner associated.",
"novehicle": "No vehicle associated.",
"saving": "Error encountered while saving record.",
"updating": "Error while updating job(s). {{error}}",
"updating": "Error while updating job(s). {{error}}",
"validation": "Please ensure all fields are entered correctly.",
"validationtitle": "Validation Error"
"validationtitle": "Validation Error",
"voiding": "Error voiding job. {{error}}"
},
"fields": {
"actual_completion": "Actual Completion",
@@ -1189,7 +1190,8 @@
"totals": "Totals",
"vehicle_info": "Vehicle",
"vehicleassociation": "Vehicle Association",
"viewallocations": "View Allocations"
"viewallocations": "View Allocations",
"voidjob": "Are you sure you want to void this job? This cannot be easily undone. "
},
"successes": {
"addedtoproduction": "Job added to production board.",
@@ -1207,7 +1209,8 @@
"save": "Job saved successfully.",
"savetitle": "Record saved successfully.",
"supplemented": "Job supplemented successfully. ",
"updated": "Job(s) updated successfully."
"updated": "Job(s) updated successfully.",
"voided": "Job voided successfully."
}
},
"menus": {
@@ -1267,7 +1270,8 @@
"deletejob": "Delete Job",
"duplicate": "Duplicate this Job",
"duplicatenolines": "Duplicate this Job without Repair Data",
"newcccontract": "Create Courtesy Car Contract"
"newcccontract": "Create Courtesy Car Contract",
"void": "Void Job"
},
"jobsdetail": {
"claimdetail": "Claim Details",

View File

@@ -911,7 +911,8 @@
"saving": "Se encontró un error al guardar el registro.",
"updating": "",
"validation": "Asegúrese de que todos los campos se ingresen correctamente.",
"validationtitle": "Error de validacion"
"validationtitle": "Error de validacion",
"voiding": ""
},
"fields": {
"actual_completion": "Realización real",
@@ -1189,7 +1190,8 @@
"totals": "",
"vehicle_info": "Vehículo",
"vehicleassociation": "",
"viewallocations": ""
"viewallocations": "",
"voidjob": ""
},
"successes": {
"addedtoproduction": "",
@@ -1207,7 +1209,8 @@
"save": "Trabajo guardado con éxito.",
"savetitle": "Registro guardado con éxito.",
"supplemented": "Trabajo complementado con éxito.",
"updated": ""
"updated": "",
"voided": ""
}
},
"menus": {
@@ -1267,7 +1270,8 @@
"deletejob": "",
"duplicate": "",
"duplicatenolines": "",
"newcccontract": ""
"newcccontract": "",
"void": ""
},
"jobsdetail": {
"claimdetail": "Detalles de la reclamación",

View File

@@ -911,7 +911,8 @@
"saving": "Erreur rencontrée lors de la sauvegarde de l'enregistrement.",
"updating": "",
"validation": "Veuillez vous assurer que tous les champs sont correctement entrés.",
"validationtitle": "Erreur de validation"
"validationtitle": "Erreur de validation",
"voiding": ""
},
"fields": {
"actual_completion": "Achèvement réel",
@@ -1189,7 +1190,8 @@
"totals": "",
"vehicle_info": "Véhicule",
"vehicleassociation": "",
"viewallocations": ""
"viewallocations": "",
"voidjob": ""
},
"successes": {
"addedtoproduction": "",
@@ -1207,7 +1209,8 @@
"save": "Le travail a été enregistré avec succès.",
"savetitle": "Enregistrement enregistré avec succès.",
"supplemented": "Travail complété avec succès.",
"updated": ""
"updated": "",
"voided": ""
}
},
"menus": {
@@ -1267,7 +1270,8 @@
"deletejob": "",
"duplicate": "",
"duplicatenolines": "",
"newcccontract": ""
"newcccontract": "",
"void": ""
},
"jobsdetail": {
"claimdetail": "Détails de la réclamation",