Added job login and log off functionality. BOD-183

This commit is contained in:
Patrick Fic
2020-07-03 16:35:18 -07:00
parent 1ff3cd0f55
commit 88c29490ca
24 changed files with 740 additions and 125 deletions

View File

@@ -829,9 +829,9 @@
"shops": "My Shops"
},
"tech": {
"clockin": "Clock In",
"clockout": "Clock Out",
"home": "Home",
"jobclockin": "Job Clock In",
"jobclockout": "Job Clock Out",
"joblookup": "Job Lookup",
"login": "Login",
"logout": "Logout",
@@ -1068,11 +1068,19 @@
},
"timetickets": {
"actions": {
"clockin": "Clock In",
"clockout": "Clock Out",
"enter": "Enter New Time Ticket"
},
"errors": {
"clockingin": "Error while clocking in. {{message}}",
"clockingout": "Error while clocking out. {{message}}"
},
"fields": {
"actualhrs": "Actual Hours",
"ciecacode": "CIECA Code",
"clockoff": "Clock Off",
"clockon": "Clocked In",
"cost_center": "Cost Center",
"date": "Ticket Date",
"employee": "Employee",
@@ -1080,10 +1088,16 @@
"ro_number": "Job to Post Against"
},
"labels": {
"alreadyclockedon": "You are already clocked in to the following job(s):",
"clockintojob": "Clock In to Job",
"edit": "Edit Time Ticket",
"flat_rate": "Flat Rate",
"new": "New Time Ticket",
"straight_time": "Straight Time"
},
"successes": {
"clockedin": "Clocked in successfully.",
"clockedout": "Clocked out successfully."
}
},
"titles": {