BOD-17 Basic creation of a contract functioning.
This commit is contained in:
@@ -140,6 +140,9 @@
|
||||
}
|
||||
},
|
||||
"contracts": {
|
||||
"errors": {
|
||||
"selectjobandcar": "Please ensure both a car and job are selected."
|
||||
},
|
||||
"fields": {
|
||||
"actualreturn": "Actual Return Date",
|
||||
"cc_cardholder": "Cardholder Name",
|
||||
@@ -162,6 +165,14 @@
|
||||
"scheduledreturn": "Scheduled Return",
|
||||
"start": "Contract Start",
|
||||
"status": "Status"
|
||||
},
|
||||
"status": {
|
||||
"new": "New Contract",
|
||||
"out": "Current",
|
||||
"returned": "Returned"
|
||||
},
|
||||
"successess": {
|
||||
"saved": "Contract saved successfully. "
|
||||
}
|
||||
},
|
||||
"courtesycars": {
|
||||
@@ -190,6 +201,11 @@
|
||||
"vin": "VIN",
|
||||
"year": "Year"
|
||||
},
|
||||
"statuses": {
|
||||
"in": "Available",
|
||||
"inservice": "In Service",
|
||||
"out": "Rented"
|
||||
},
|
||||
"successes": {
|
||||
"saved": "Courtesy Car saved successfully."
|
||||
}
|
||||
|
||||
@@ -140,6 +140,9 @@
|
||||
}
|
||||
},
|
||||
"contracts": {
|
||||
"errors": {
|
||||
"selectjobandcar": ""
|
||||
},
|
||||
"fields": {
|
||||
"actualreturn": "",
|
||||
"cc_cardholder": "",
|
||||
@@ -162,6 +165,14 @@
|
||||
"scheduledreturn": "",
|
||||
"start": " ",
|
||||
"status": ""
|
||||
},
|
||||
"status": {
|
||||
"new": "",
|
||||
"out": "",
|
||||
"returned": ""
|
||||
},
|
||||
"successess": {
|
||||
"saved": ""
|
||||
}
|
||||
},
|
||||
"courtesycars": {
|
||||
@@ -190,6 +201,11 @@
|
||||
"vin": "",
|
||||
"year": ""
|
||||
},
|
||||
"statuses": {
|
||||
"in": "",
|
||||
"inservice": "",
|
||||
"out": ""
|
||||
},
|
||||
"successes": {
|
||||
"saved": ""
|
||||
}
|
||||
|
||||
@@ -140,6 +140,9 @@
|
||||
}
|
||||
},
|
||||
"contracts": {
|
||||
"errors": {
|
||||
"selectjobandcar": ""
|
||||
},
|
||||
"fields": {
|
||||
"actualreturn": "",
|
||||
"cc_cardholder": "",
|
||||
@@ -162,6 +165,14 @@
|
||||
"scheduledreturn": "",
|
||||
"start": "",
|
||||
"status": ""
|
||||
},
|
||||
"status": {
|
||||
"new": "",
|
||||
"out": "",
|
||||
"returned": ""
|
||||
},
|
||||
"successess": {
|
||||
"saved": ""
|
||||
}
|
||||
},
|
||||
"courtesycars": {
|
||||
@@ -190,6 +201,11 @@
|
||||
"vin": "",
|
||||
"year": ""
|
||||
},
|
||||
"statuses": {
|
||||
"in": "",
|
||||
"inservice": "",
|
||||
"out": ""
|
||||
},
|
||||
"successes": {
|
||||
"saved": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user