Added a delete in-progress time ticket button. BOD-183
This commit is contained in:
@@ -1074,7 +1074,8 @@
|
||||
},
|
||||
"errors": {
|
||||
"clockingin": "Error while clocking in. {{message}}",
|
||||
"clockingout": "Error while clocking out. {{message}}"
|
||||
"clockingout": "Error while clocking out. {{message}}",
|
||||
"deleting": "Error deleting time ticket. {{message}}"
|
||||
},
|
||||
"fields": {
|
||||
"actualhrs": "Actual Hours",
|
||||
@@ -1090,6 +1091,7 @@
|
||||
"labels": {
|
||||
"alreadyclockedon": "You are already clocked in to the following job(s):",
|
||||
"clockintojob": "Clock In to Job",
|
||||
"deleteconfirm": "Are you sure you want to delete this time ticket? This cannot be undone.",
|
||||
"edit": "Edit Time Ticket",
|
||||
"flat_rate": "Flat Rate",
|
||||
"new": "New Time Ticket",
|
||||
@@ -1097,7 +1099,8 @@
|
||||
},
|
||||
"successes": {
|
||||
"clockedin": "Clocked in successfully.",
|
||||
"clockedout": "Clocked out successfully."
|
||||
"clockedout": "Clocked out successfully.",
|
||||
"deleted": "Time ticket deleted successfully."
|
||||
}
|
||||
},
|
||||
"titles": {
|
||||
|
||||
@@ -1074,7 +1074,8 @@
|
||||
},
|
||||
"errors": {
|
||||
"clockingin": "",
|
||||
"clockingout": ""
|
||||
"clockingout": "",
|
||||
"deleting": ""
|
||||
},
|
||||
"fields": {
|
||||
"actualhrs": "",
|
||||
@@ -1090,6 +1091,7 @@
|
||||
"labels": {
|
||||
"alreadyclockedon": "",
|
||||
"clockintojob": "",
|
||||
"deleteconfirm": "",
|
||||
"edit": "",
|
||||
"flat_rate": "",
|
||||
"new": "",
|
||||
@@ -1097,7 +1099,8 @@
|
||||
},
|
||||
"successes": {
|
||||
"clockedin": "",
|
||||
"clockedout": ""
|
||||
"clockedout": "",
|
||||
"deleted": ""
|
||||
}
|
||||
},
|
||||
"titles": {
|
||||
|
||||
@@ -1074,7 +1074,8 @@
|
||||
},
|
||||
"errors": {
|
||||
"clockingin": "",
|
||||
"clockingout": ""
|
||||
"clockingout": "",
|
||||
"deleting": ""
|
||||
},
|
||||
"fields": {
|
||||
"actualhrs": "",
|
||||
@@ -1090,6 +1091,7 @@
|
||||
"labels": {
|
||||
"alreadyclockedon": "",
|
||||
"clockintojob": "",
|
||||
"deleteconfirm": "",
|
||||
"edit": "",
|
||||
"flat_rate": "",
|
||||
"new": "",
|
||||
@@ -1097,7 +1099,8 @@
|
||||
},
|
||||
"successes": {
|
||||
"clockedin": "",
|
||||
"clockedout": ""
|
||||
"clockedout": "",
|
||||
"deleted": ""
|
||||
}
|
||||
},
|
||||
"titles": {
|
||||
|
||||
Reference in New Issue
Block a user