IO-1612 Add employee vacation tracking.

This commit is contained in:
Patrick Fic
2022-01-05 11:45:37 -08:00
parent 6457acc61e
commit 50926547b3
17 changed files with 678 additions and 199 deletions

View File

@@ -833,6 +833,7 @@
},
"employees": {
"actions": {
"addvacation": "",
"new": "Nuevo empleado",
"newrate": ""
},
@@ -854,10 +855,16 @@
"pin": "",
"rate": "",
"termination_date": "Fecha de conclusión",
"user_email": ""
"user_email": "",
"vacation": {
"end": "",
"length": "",
"start": ""
}
},
"labels": {
"actions": "",
"endmustbeafterstart": "",
"flat_rate": "",
"name": "",
"rate_type": "",