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."
}