BOD-11 BOD-12 BOD-10 WIP Guided manual estimate creation.

This commit is contained in:
Patrick Fic
2020-03-23 09:24:09 -07:00
parent 7889ee61ae
commit c55f5ebafc
17 changed files with 769 additions and 133 deletions

View File

@@ -303,6 +303,7 @@
"addNote": "Add Note",
"changestatus": "Change Status",
"convert": "Convert",
"manualnew": "Create New Job Manually",
"postInvoices": "Post Invoices",
"printCenter": "Print Center",
"schedule": "Schedule"
@@ -416,7 +417,6 @@
"labels": {
"appointmentconfirmation": "Send confirmation to customer?",
"audit": "Audit Trail",
"available_new_jobs": "",
"availablenew": "Available New Jobs",
"availablesupplements": "Available Supplements",
"cards": {
@@ -435,6 +435,7 @@
},
"create": {
"jobinfo": "Job Info",
"newowner": "Create a new Owner instead. ",
"newvehicle": "Create a new Vehicle Instead",
"ownerinfo": "Owner Info",
"vehicleinfo": "Vehicle Info"
@@ -522,7 +523,8 @@
},
"owners": {
"errors": {
"noaccess": "The record does not exist or you do not have access to it. "
"noaccess": "The record does not exist or you do not have access to it. ",
"selectexistingornew": "Select an existing owner record or create a new one. "
},
"fields": {
"address": "Address",
@@ -605,6 +607,7 @@
"vehicles": {
"errors": {
"noaccess": "The vehicle does not exist or you do not have access to it.",
"selectexistingornew": "Select an existing vehicle record or create a new one. ",
"validation": "Please ensure all fields are entered correctly.",
"validationtitle": "Validation Error"
},

View File

@@ -303,6 +303,7 @@
"addNote": "Añadir la nota",
"changestatus": "Cambiar Estado",
"convert": "Convertir",
"manualnew": "",
"postInvoices": "Contabilizar facturas",
"printCenter": "Centro de impresión",
"schedule": "Programar"
@@ -416,7 +417,6 @@
"labels": {
"appointmentconfirmation": "¿Enviar confirmación al cliente?",
"audit": "",
"available_new_jobs": "",
"availablenew": "",
"availablesupplements": "",
"cards": {
@@ -435,6 +435,7 @@
},
"create": {
"jobinfo": "",
"newowner": "",
"newvehicle": "",
"ownerinfo": "",
"vehicleinfo": ""
@@ -522,7 +523,8 @@
},
"owners": {
"errors": {
"noaccess": "El registro no existe o no tiene acceso a él."
"noaccess": "El registro no existe o no tiene acceso a él.",
"selectexistingornew": ""
},
"fields": {
"address": "Dirección",
@@ -605,6 +607,7 @@
"vehicles": {
"errors": {
"noaccess": "El vehículo no existe o usted no tiene acceso a él.",
"selectexistingornew": "",
"validation": "Asegúrese de que todos los campos se ingresen correctamente.",
"validationtitle": "Error de validacion"
},

View File

@@ -303,6 +303,7 @@
"addNote": "Ajouter une note",
"changestatus": "Changer le statut",
"convert": "Convertir",
"manualnew": "",
"postInvoices": "Poster des factures",
"printCenter": "Centre d'impression",
"schedule": "Programme"
@@ -416,7 +417,6 @@
"labels": {
"appointmentconfirmation": "Envoyer une confirmation au client?",
"audit": "",
"available_new_jobs": "",
"availablenew": "",
"availablesupplements": "",
"cards": {
@@ -435,6 +435,7 @@
},
"create": {
"jobinfo": "",
"newowner": "",
"newvehicle": "",
"ownerinfo": "",
"vehicleinfo": ""
@@ -522,7 +523,8 @@
},
"owners": {
"errors": {
"noaccess": "L'enregistrement n'existe pas ou vous n'y avez pas accès."
"noaccess": "L'enregistrement n'existe pas ou vous n'y avez pas accès.",
"selectexistingornew": ""
},
"fields": {
"address": "Adresse",
@@ -605,6 +607,7 @@
"vehicles": {
"errors": {
"noaccess": "Le véhicule n'existe pas ou vous n'y avez pas accès.",
"selectexistingornew": "",
"validation": "Veuillez vous assurer que tous les champs sont correctement entrés.",
"validationtitle": "Erreur de validation"
},