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": "Add Vacation",
"new": "New Employee",
"newrate": "New Rate"
},
@@ -854,10 +855,16 @@
"pin": "Tech Console PIN",
"rate": "Rate",
"termination_date": "Termination Date",
"user_email": "User Email"
"user_email": "User Email",
"vacation": {
"end": "Vacation End",
"length": "Vacation Length",
"start": "Vacation Start"
}
},
"labels": {
"actions": "Actions",
"endmustbeafterstart": "End date must be after start date.Ï",
"flat_rate": "Flat Rate",
"name": "Name",
"rate_type": "Rate Type",

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": "",

View File

@@ -833,6 +833,7 @@
},
"employees": {
"actions": {
"addvacation": "",
"new": "Nouvel employé",
"newrate": ""
},
@@ -854,10 +855,16 @@
"pin": "",
"rate": "",
"termination_date": "Date de résiliation",
"user_email": ""
"user_email": "",
"vacation": {
"end": "",
"length": "",
"start": ""
}
},
"labels": {
"actions": "",
"endmustbeafterstart": "",
"flat_rate": "",
"name": "",
"rate_type": "",