BOD-16 BOD-17 Added Contract detail pages + custom form components for courtesy cars.

This commit is contained in:
Patrick Fic
2020-03-31 16:32:18 -07:00
parent 72f4d31b05
commit 1c02c063b9
21 changed files with 626 additions and 34 deletions

View File

@@ -141,6 +141,7 @@
},
"contracts": {
"errors": {
"saving": "Error saving contract. {{error}}",
"selectjobandcar": "Please ensure both a car and job are selected."
},
"fields": {
@@ -168,7 +169,7 @@
},
"status": {
"new": "New Contract",
"out": "Current",
"out": "Out",
"returned": "Returned"
},
"successess": {
@@ -176,7 +177,7 @@
}
},
"courtesycars": {
"erorrs": {
"errors": {
"saving": "Error saving courtesy card. {{error}}"
},
"fields": {
@@ -201,7 +202,20 @@
"vin": "VIN",
"year": "Year"
},
"statuses": {
"labels": {
"fuel": {
"12": "1/2",
"14": "1/4",
"18": "1/8",
"34": "3/4",
"38": "3/8",
"58": "5/8",
"78": "7/8",
"empty": "Empty",
"full": "Full"
}
},
"status": {
"in": "Available",
"inservice": "In Service",
"out": "Rented"
@@ -264,6 +278,7 @@
},
"general": {
"actions": {
"create": "Create",
"delete": "Delete",
"edit": "Edit",
"reset": "Reset to original.",
@@ -672,6 +687,7 @@
"titles": {
"app": "Bodyshop by ImEX Systems",
"contracts-create": "New Contract | $t(titles.app)",
"contracts-detail": "Contract {{id}} | $t(titles.app)",
"courtesycars-create": "New Courtesy Car | $t(titles.app)",
"courtesycars-detail": "Courtesy Car {{id}} | $t(titles.app)",
"jobs": "All Jobs | $t(titles.app)",

View File

@@ -141,6 +141,7 @@
},
"contracts": {
"errors": {
"saving": "",
"selectjobandcar": ""
},
"fields": {
@@ -176,7 +177,7 @@
}
},
"courtesycars": {
"erorrs": {
"errors": {
"saving": ""
},
"fields": {
@@ -201,7 +202,20 @@
"vin": "",
"year": ""
},
"statuses": {
"labels": {
"fuel": {
"12": "",
"14": "",
"18": "",
"34": "",
"38": "",
"58": "",
"78": "",
"empty": "",
"full": ""
}
},
"status": {
"in": "",
"inservice": "",
"out": ""
@@ -264,6 +278,7 @@
},
"general": {
"actions": {
"create": "",
"delete": "Borrar",
"edit": "Editar",
"reset": "Restablecer a original.",
@@ -672,6 +687,7 @@
"titles": {
"app": "Carrocería de ImEX Systems",
"contracts-create": "",
"contracts-detail": "",
"courtesycars-create": "",
"courtesycars-detail": "",
"jobs": "Todos los trabajos | $t(titles.app)",

View File

@@ -141,6 +141,7 @@
},
"contracts": {
"errors": {
"saving": "",
"selectjobandcar": ""
},
"fields": {
@@ -176,7 +177,7 @@
}
},
"courtesycars": {
"erorrs": {
"errors": {
"saving": ""
},
"fields": {
@@ -201,7 +202,20 @@
"vin": "",
"year": ""
},
"statuses": {
"labels": {
"fuel": {
"12": "",
"14": "",
"18": "",
"34": "",
"38": "",
"58": "",
"78": "",
"empty": "",
"full": ""
}
},
"status": {
"in": "",
"inservice": "",
"out": ""
@@ -264,6 +278,7 @@
},
"general": {
"actions": {
"create": "",
"delete": "Effacer",
"edit": "modifier",
"reset": "Rétablir l'original.",
@@ -672,6 +687,7 @@
"titles": {
"app": "Carrosserie par ImEX Systems",
"contracts-create": "",
"contracts-detail": "",
"courtesycars-create": "",
"courtesycars-detail": "",
"jobs": "Tous les emplois | $t(titles.app)",