IO-1612 Add employee vacation tracking.
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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": "",
|
||||
|
||||
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user