Validation and confirmation messages.
This commit is contained in:
@@ -2746,6 +2746,7 @@
|
||||
"deleting": "Error deleting time ticket. {{message}}",
|
||||
"noemployeeforuser": "Unable to use Shift Clock",
|
||||
"noemployeeforuser_sub": "An employee record has not been created for this user. Please create one before using the shift clock. ",
|
||||
"payall": "Error flagging hours. {{error}}",
|
||||
"shiftalreadyclockedon": "You are already clocked onto a shift. Unable to create shift entry."
|
||||
},
|
||||
"fields": {
|
||||
@@ -2796,7 +2797,8 @@
|
||||
"clockedout": "Clocked out successfully.",
|
||||
"committed": "Time Tickets Committed Successfully",
|
||||
"created": "Time ticket entered successfully.",
|
||||
"deleted": "Time ticket deleted successfully."
|
||||
"deleted": "Time ticket deleted successfully.",
|
||||
"payall": "All hours paid out successfully."
|
||||
},
|
||||
"validation": {
|
||||
"clockoffmustbeafterclockon": "Clock off time must be the same or after clock in time.",
|
||||
|
||||
@@ -2746,6 +2746,7 @@
|
||||
"deleting": "",
|
||||
"noemployeeforuser": "",
|
||||
"noemployeeforuser_sub": "",
|
||||
"payall": "",
|
||||
"shiftalreadyclockedon": ""
|
||||
},
|
||||
"fields": {
|
||||
@@ -2796,7 +2797,8 @@
|
||||
"clockedout": "",
|
||||
"committed": "",
|
||||
"created": "",
|
||||
"deleted": ""
|
||||
"deleted": "",
|
||||
"payall": ""
|
||||
},
|
||||
"validation": {
|
||||
"clockoffmustbeafterclockon": "",
|
||||
|
||||
@@ -2746,6 +2746,7 @@
|
||||
"deleting": "",
|
||||
"noemployeeforuser": "",
|
||||
"noemployeeforuser_sub": "",
|
||||
"payall": "",
|
||||
"shiftalreadyclockedon": ""
|
||||
},
|
||||
"fields": {
|
||||
@@ -2796,7 +2797,8 @@
|
||||
"clockedout": "",
|
||||
"committed": "",
|
||||
"created": "",
|
||||
"deleted": ""
|
||||
"deleted": "",
|
||||
"payall": ""
|
||||
},
|
||||
"validation": {
|
||||
"clockoffmustbeafterclockon": "",
|
||||
|
||||
Reference in New Issue
Block a user