Complete refactor of jobs detail screen.

This commit is contained in:
Patrick Fic
2020-01-27 16:20:33 -08:00
parent 9553062045
commit b5e9c65aee
38 changed files with 3409 additions and 401 deletions

View File

@@ -55,6 +55,7 @@
"claim_total": "Claim Total",
"clm_no": "Claim #",
"clm_total": "Claim Total",
"customerowing": "Customer Owing",
"date_closed": "Closed",
"date_estimated": "Date Estimated",
"date_exported": "Exported",
@@ -68,10 +69,13 @@
"ownr_ea": "Email",
"phone1": "Phone 1",
"phoneshort": "PH",
"repairtotal": "Repair Total",
"ro_number": "RO #",
"scheduled_completion": "Scheduled Completion",
"scheduled_delivery": "Scheduled Delivery",
"scheduled_in": "Scheduled In",
"servicecar": "Service Car",
"specialcoveragepolicy": "Special Coverage Policy",
"status": "Job Status",
"vehicle": "Vehicle"
},
@@ -108,6 +112,21 @@
"languageselector": "Language",
"profile": "Profile"
},
"header": {
"activejobs": "Active Jobs",
"availablejobs": "Available Jobs",
"home": "Home",
"jobs": "Jobs"
},
"jobsdetail": {
"claimdetail": "Claim Details",
"dates": "Dates",
"financials": "Financials",
"insurance": "Insurance",
"labor": "Labor",
"partssublet": "Parts/Sublet",
"repairdata": "Repair Data"
},
"profilesidebar": {
"profile": "My Profile",
"shops": "My Shops"
@@ -131,7 +150,7 @@
"newnoteplaceholder": "Add a note..."
},
"successes": {
"created": "Note created successfully.",
"create": "Note created successfully.",
"deleted": "Note deleted successfully.",
"updated": "Note updated successfully."
}

View File

@@ -55,6 +55,7 @@
"claim_total": "Reclamar total",
"clm_no": "Reclamación #",
"clm_total": "Reclamar total",
"customerowing": "Cliente debido",
"date_closed": "Cerrado",
"date_estimated": "Fecha estimada",
"date_exported": "Exportado",
@@ -68,10 +69,13 @@
"ownr_ea": "Email",
"phone1": "Teléfono 1",
"phoneshort": "PH",
"repairtotal": "Reparación total",
"ro_number": "RO #",
"scheduled_completion": "Finalización programada",
"scheduled_delivery": "Entrega programada",
"scheduled_in": "Programado en",
"servicecar": "Auto de servicio",
"specialcoveragepolicy": "Política de cobertura especial",
"status": "Estado del trabajo",
"vehicle": "Vehículo"
},
@@ -108,6 +112,21 @@
"languageselector": "idioma",
"profile": "Perfil"
},
"header": {
"activejobs": "Empleos activos",
"availablejobs": "Trabajos disponibles",
"home": "Casa",
"jobs": "Trabajos"
},
"jobsdetail": {
"claimdetail": "Detalles de la reclamación",
"dates": "fechas",
"financials": "finanzas",
"insurance": "Seguro",
"labor": "Labor",
"partssublet": "Piezas / Subarrendamiento",
"repairdata": "Datos de reparación"
},
"profilesidebar": {
"profile": "Mi perfil",
"shops": "Mis tiendas"
@@ -131,7 +150,7 @@
"newnoteplaceholder": "Agrega una nota..."
},
"successes": {
"created": "Nota creada con éxito.",
"create": "Nota creada con éxito.",
"deleted": "Nota eliminada con éxito.",
"updated": "Nota actualizada con éxito."
}

View File

@@ -55,6 +55,7 @@
"claim_total": "Total réclamation",
"clm_no": "Prétendre #",
"clm_total": "Total réclamation",
"customerowing": "Client propriétaire",
"date_closed": "Fermé",
"date_estimated": "Date estimée",
"date_exported": "Exportés",
@@ -68,10 +69,13 @@
"ownr_ea": "Email",
"phone1": "Téléphone 1",
"phoneshort": "PH",
"repairtotal": "Réparation totale",
"ro_number": "RO #",
"scheduled_completion": "Achèvement planifié",
"scheduled_delivery": "Livraison programmée",
"scheduled_in": "Planifié dans",
"servicecar": "Voiture de service",
"specialcoveragepolicy": "Politique de couverture spéciale",
"status": "Statut de l'emploi",
"vehicle": "Véhicule"
},
@@ -108,6 +112,21 @@
"languageselector": "La langue",
"profile": "Profil"
},
"header": {
"activejobs": "Emplois actifs",
"availablejobs": "Emplois disponibles",
"home": "Accueil",
"jobs": "Emplois"
},
"jobsdetail": {
"claimdetail": "Détails de la réclamation",
"dates": "Rendez-vous",
"financials": "Financiers",
"insurance": "Assurance",
"labor": "La main d'oeuvre",
"partssublet": "Pièces / Sous-location",
"repairdata": "Données de réparation"
},
"profilesidebar": {
"profile": "Mon profil",
"shops": "Mes boutiques"
@@ -131,7 +150,7 @@
"newnoteplaceholder": "Ajouter une note..."
},
"successes": {
"created": "Remarque créée avec succès.",
"create": "Remarque créée avec succès.",
"deleted": "Remarque supprimée avec succès.",
"updated": "Remarque mise à jour avec succès."
}