UI fixes for manual job creation + owners pages + vehicles pages + all jobs BOD-155

This commit is contained in:
Patrick Fic
2020-06-12 17:54:20 -07:00
parent a88785fc43
commit 05bf94e808
37 changed files with 1339 additions and 972 deletions

View File

@@ -686,7 +686,6 @@
"availablenew": "Available New Jobs",
"availablesupplements": "Available Supplements",
"cards": {
"appraiser": "Appraiser",
"customer": "Customer Information",
"damage": "Area of Damage",
"dates": "Dates",
@@ -855,6 +854,7 @@
"ownr_addr1": "Address",
"ownr_addr2": "Address 2",
"ownr_city": "City",
"ownr_co_nm": "Owner Co. Name",
"ownr_ctry": "Country",
"ownr_ea": "Email",
"ownr_fn": "First Name",
@@ -865,6 +865,11 @@
"ownr_zip": "Zip/Postal Code",
"preferred_contact": "Preferred Contact Method"
},
"forms": {
"address": "Address",
"contact": "Contact Information",
"name": "Owner Details"
},
"labels": {
"create_new": "Create a new owner record.",
"existing_owners": "Existing Owners",
@@ -1093,6 +1098,11 @@
"v_type": "Type",
"v_vin": "Vehicle Identification Number"
},
"forms": {
"detail": "Vehicle Details",
"misc": "Miscellaneous",
"registration": "Registration"
},
"labels": {
"updatevehicle": "Update Vehicle Information"
},

View File

@@ -686,7 +686,6 @@
"availablenew": "",
"availablesupplements": "",
"cards": {
"appraiser": "Tasador",
"customer": "Información al cliente",
"damage": "Área de Daño",
"dates": "fechas",
@@ -855,6 +854,7 @@
"ownr_addr1": "Dirección",
"ownr_addr2": "Dirección 2",
"ownr_city": "ciudad",
"ownr_co_nm": "",
"ownr_ctry": "País",
"ownr_ea": "Email",
"ownr_fn": "Nombre de pila",
@@ -865,6 +865,11 @@
"ownr_zip": "código postal",
"preferred_contact": "Método de Contacto Preferido"
},
"forms": {
"address": "",
"contact": "",
"name": ""
},
"labels": {
"create_new": "Crea un nuevo registro de propietario.",
"existing_owners": "Propietarios existentes",
@@ -1093,6 +1098,11 @@
"v_type": "Tipo",
"v_vin": "Número de identificación del vehículo"
},
"forms": {
"detail": "",
"misc": "",
"registration": ""
},
"labels": {
"updatevehicle": ""
},

View File

@@ -686,7 +686,6 @@
"availablenew": "",
"availablesupplements": "",
"cards": {
"appraiser": "Expert",
"customer": "Informations client",
"damage": "Zone de dommages",
"dates": "Rendez-vous",
@@ -855,6 +854,7 @@
"ownr_addr1": "Adresse",
"ownr_addr2": "Adresse 2 ",
"ownr_city": "Ville",
"ownr_co_nm": "",
"ownr_ctry": "Pays",
"ownr_ea": "Email",
"ownr_fn": "Prénom",
@@ -865,6 +865,11 @@
"ownr_zip": "Zip / code postal",
"preferred_contact": "Méthode de contact préférée"
},
"forms": {
"address": "",
"contact": "",
"name": ""
},
"labels": {
"create_new": "Créez un nouvel enregistrement de propriétaire.",
"existing_owners": "Propriétaires existants",
@@ -1093,6 +1098,11 @@
"v_type": "Type",
"v_vin": "Plaque d'immatriculation"
},
"forms": {
"detail": "",
"misc": "",
"registration": ""
},
"labels": {
"updatevehicle": ""
},