Added validating claiming hours using shop setting

This commit is contained in:
jfrye122
2023-06-06 17:23:02 -04:00
parent 0889453998
commit ae8a0fb943
7 changed files with 85 additions and 34 deletions

View File

@@ -473,7 +473,8 @@
},
"errors": {
"nan": "Please make sure all fields have valid values.",
"missingvalues": "Please make sure all fields have a value."
"missingvalues": "Please make sure all fields have a value.",
"hoursenteredmorethanavailable": "The number of hours entered is more than what is available for this cost center."
},
"titles": {
"clockoff": "Clock Off"

View File

@@ -473,7 +473,8 @@
},
"errors": {
"nan": "",
"missingvalues": ""
"missingvalues": "",
"hoursenteredmorethanavailable": ""
},
"titles": {
"clockoff": ""

View File

@@ -473,7 +473,8 @@
},
"errors": {
"nan": "",
"missingvalues": ""
"missingvalues": "",
"hoursenteredmorethanavailable": ""
},
"titles": {
"clockoff": ""