fix reference package Chronos
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
[
|
||||
{
|
||||
"code": "_ABSTT",
|
||||
"label": "ABS type télétravail",
|
||||
"absences": [
|
||||
"TTP",
|
||||
"TTO"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "_ABSPRES",
|
||||
"label": "Abs travaillées. ex:formation",
|
||||
"absences": [
|
||||
"CIF",
|
||||
"VAE",
|
||||
"BIL",
|
||||
"FS",
|
||||
"FOR",
|
||||
"VMD",
|
||||
"CE",
|
||||
"CHS"
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "ABSDMS",
|
||||
"label": "Abs liées",
|
||||
"absences": [
|
||||
"AJ",
|
||||
"EMA",
|
||||
"MAL",
|
||||
"MAT",
|
||||
"MP",
|
||||
"PAT"
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,144 @@
|
||||
[
|
||||
{
|
||||
"code": "TTP",
|
||||
"label": "Télétravail planifié",
|
||||
"calculationMode": "PLANNING",
|
||||
"absenceGroupCode": "ATT",
|
||||
"linkedToARight": true
|
||||
},
|
||||
{
|
||||
"code": "TTO",
|
||||
"label": "Télétravail occasionnel",
|
||||
"calculationMode": "PLANNING",
|
||||
"absenceGroupCode": "ATT"
|
||||
},
|
||||
|
||||
{
|
||||
"code": "CP",
|
||||
"label": "Congés payés",
|
||||
"calculationMode": "PLANNING",
|
||||
"absenceGroupCode": "CO",
|
||||
"linkedToARight": true
|
||||
},
|
||||
{
|
||||
"code": "RTT",
|
||||
"label": "RTT",
|
||||
"calculationMode": "PLANNING",
|
||||
"absenceGroupCode": "CO",
|
||||
"linkedToARight": true
|
||||
},
|
||||
{
|
||||
"code": "MAT",
|
||||
"label": "Congé maternité",
|
||||
"calculationMode": "PLANNING",
|
||||
"absenceGroupCode": "CEF"
|
||||
},
|
||||
{
|
||||
"code": "PAT",
|
||||
"label": "Congé paternité",
|
||||
"calculationMode": "PLANNING",
|
||||
"absenceGroupCode": "CEF"
|
||||
},
|
||||
{
|
||||
"code": "MAL",
|
||||
"label": "Maladie",
|
||||
"calculationMode": "PLANNING",
|
||||
"absenceGroupCode": "MAL"
|
||||
},
|
||||
{
|
||||
"code": "MP",
|
||||
"label": "Maladie professionnelle",
|
||||
"calculationMode": "PLANNING",
|
||||
"absenceGroupCode": "MAL"
|
||||
},
|
||||
{
|
||||
"code": "FOR",
|
||||
"label": "Formations Diverses",
|
||||
"calculationMode": "PLANNING",
|
||||
"absenceGroupCode": "FOR"
|
||||
},
|
||||
{
|
||||
"code": "VAE",
|
||||
"label": "validations Acquis Expériences",
|
||||
"calculationMode": "PLANNING",
|
||||
"absenceGroupCode": "FOR"
|
||||
},
|
||||
|
||||
{
|
||||
"code": "FS",
|
||||
"label": "Formation syndicale",
|
||||
"calculationMode": "PLANNING",
|
||||
"absenceGroupCode": "ADP"
|
||||
},
|
||||
{
|
||||
"code": "CHS",
|
||||
"label": "CHSCT",
|
||||
"calculationMode": "PLANNING",
|
||||
"absenceGroupCode": "ADP",
|
||||
"linkedToARight": true
|
||||
},
|
||||
{
|
||||
"code": "CE",
|
||||
"label": "Comité d'entreprise",
|
||||
"calculationMode": "HOURS",
|
||||
"absenceGroupCode": "ADP",
|
||||
"linkedToARight": true
|
||||
},
|
||||
{
|
||||
"code": "VMD",
|
||||
"label": "Visite Médicale",
|
||||
"calculationMode": "PLANNING",
|
||||
"absenceGroupCode": "ABS"
|
||||
},
|
||||
{
|
||||
"code": "EMA",
|
||||
"label": "Enfant Malade",
|
||||
"calculationMode": "PLANNING",
|
||||
"absenceGroupCode": "ABS"
|
||||
},
|
||||
{
|
||||
"code": "REU",
|
||||
"label": "Réunion",
|
||||
"calculationMode": "HOURS",
|
||||
"absenceGroupCode": "ABS"
|
||||
},
|
||||
{
|
||||
"code": "RCU",
|
||||
"label": "Récupération",
|
||||
"calculationMode": "HOURS",
|
||||
"absenceGroupCode": "CO",
|
||||
"linkedToARight": true
|
||||
},
|
||||
{
|
||||
"code": "AJ",
|
||||
"label": "Absence à justifier",
|
||||
"calculationMode": "HOURS",
|
||||
"absenceGroupCode": "ABS"
|
||||
},
|
||||
{
|
||||
"code": "AFO",
|
||||
"label": "Formation occasionnelle",
|
||||
"calculationMode": "HOURS",
|
||||
"absenceGroupCode": "FOR"
|
||||
},
|
||||
{
|
||||
"code": "SYN",
|
||||
"label": "Temps syndical",
|
||||
"calculationMode": "HOURS",
|
||||
"absenceGroupCode": "ADP"
|
||||
},
|
||||
{
|
||||
"code": "JEI",
|
||||
"label": "Jeune entreprise innovante",
|
||||
"calculationMode": "OPEN_DAYS",
|
||||
"absenceGroupCode": "SPE",
|
||||
"linkedToARight": true
|
||||
},
|
||||
{
|
||||
"code": "ELU",
|
||||
"label": "Congés mairie",
|
||||
"calculationMode": "HOURS",
|
||||
"absenceGroupCode": "SPE",
|
||||
"linkedToARight": true
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,42 @@
|
||||
[
|
||||
{
|
||||
"code": "ATT",
|
||||
"name": "Absences Télétravail",
|
||||
"colorNumber": 11
|
||||
},
|
||||
{
|
||||
"code": "CO",
|
||||
"name": "Absences Congés",
|
||||
"colorNumber": 19
|
||||
},
|
||||
{
|
||||
"code": "CEF",
|
||||
"name": "Congés Evénements Familiaux",
|
||||
"colorNumber": 21
|
||||
},
|
||||
{
|
||||
"code": "MAL",
|
||||
"name": "Absences Maladie",
|
||||
"colorNumber": 5
|
||||
},
|
||||
{
|
||||
"code": "FOR",
|
||||
"name": "Absences Formations",
|
||||
"colorNumber": 10
|
||||
},
|
||||
{
|
||||
"code": "SPE",
|
||||
"name": "Congés Spécifiques",
|
||||
"colorNumber": 14
|
||||
},
|
||||
{
|
||||
"code": "ADP",
|
||||
"name": "Absence Délégués du Personnel",
|
||||
"colorNumber": 16
|
||||
},
|
||||
{
|
||||
"code": "ABS",
|
||||
"name": "Autres Absences ",
|
||||
"colorNumber": 31
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"userIdentifier": "ASYS",
|
||||
"populationCode": "TOUS",
|
||||
"closingDate": "2020-12-31",
|
||||
"lastTreatmentDate": "2021-12-31",
|
||||
"profile": "ADMIN_CHR",
|
||||
"startDateAbsence": "2025-01-01",
|
||||
"endDateAbsence": "2029-12-31",
|
||||
"absencesToValidate": [
|
||||
{
|
||||
"registrationNumber": "CHR0000001",
|
||||
"startDate": "2025-06-02",
|
||||
"endDate": "2025-06-06",
|
||||
"absenceCode": "MAL",
|
||||
"absenceLevel": 9
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000001",
|
||||
"startDate": "2025-06-09",
|
||||
"endDate": "2025-06-09",
|
||||
"absenceCode": "AJ",
|
||||
"absenceLevel": 9,
|
||||
"startHour": "08.00"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000011",
|
||||
"startDate": "2025-01-05",
|
||||
"endDate": "2025-01-05",
|
||||
"absenceCode": "MAL",
|
||||
"absenceLevel": 2
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000011",
|
||||
"startDate": "2025-06-15",
|
||||
"endDate": "2025-06-15",
|
||||
"absenceCode": "AJ",
|
||||
"absenceLevel": 9,
|
||||
"startHour": "13.00"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000011",
|
||||
"startDate": "2025-01-20",
|
||||
"endDate": "2025-01-20",
|
||||
"absenceCode": "MAL",
|
||||
"absenceLevel": 2
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000011",
|
||||
"startDate": "2025-01-25",
|
||||
"endDate": "2025-01-25",
|
||||
"absenceCode": "AJ",
|
||||
"absenceLevel": 2,
|
||||
"startHour": "15.00"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000012",
|
||||
"startDate": "2025-06-15",
|
||||
"endDate": "2025-01-15",
|
||||
"absenceCode": "MAL",
|
||||
"absenceLevel": 9
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000012",
|
||||
"startDate": "2025-01-10",
|
||||
"endDate": "2025-01-10",
|
||||
"absenceCode": "AJ",
|
||||
"absenceLevel": 2,
|
||||
"startHour": "09.00"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000012",
|
||||
"startDate": "2025-01-25",
|
||||
"endDate": "2025-01-25",
|
||||
"absenceCode": "MAL",
|
||||
"absenceLevel": 2
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000012",
|
||||
"startDate": "2025-01-20",
|
||||
"endDate": "2025-01-20",
|
||||
"absenceCode": "AJ",
|
||||
"absenceLevel": 2,
|
||||
"startHour": "10.00"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,75 @@
|
||||
[
|
||||
{
|
||||
"metadata": {
|
||||
"userIdentifier": "ASYS",
|
||||
"populationCode": "TOUS",
|
||||
"closingDate": "2020-12-31",
|
||||
"lastTreatmentDate": "2021-12-31",
|
||||
"profile": "ADMIN_CHR",
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2029-12-31"
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"itemType": "ABSENCEP",
|
||||
"registrationNumber": "CHR0000001",
|
||||
"itemCode": "MAL",
|
||||
"startingDate": "2025-06-02",
|
||||
"endingDate": "2025-06-06",
|
||||
"startingDayPart": "A",
|
||||
"endingDayPart": "P",
|
||||
"shiftType": 2,
|
||||
"updateOrder": 0,
|
||||
"comment": "Arrêt maladie"
|
||||
},
|
||||
{
|
||||
"itemType": "ABSENCEP",
|
||||
"registrationNumber": "CHR0000011",
|
||||
"itemCode": "MAL",
|
||||
"startingDate": "2025-01-05",
|
||||
"endingDate": "2025-01-05",
|
||||
"startingDayPart": "A",
|
||||
"endingDayPart": "P",
|
||||
"shiftType": 2,
|
||||
"updateOrder": 0,
|
||||
"comment": "Arrêt maladie 1J"
|
||||
},
|
||||
{
|
||||
"itemType": "ABSENCEP",
|
||||
"registrationNumber": "CHR0000011",
|
||||
"itemCode": "MAL",
|
||||
"startingDate": "2025-01-20",
|
||||
"endingDate": "2025-01-20",
|
||||
"startingDayPart": "A",
|
||||
"endingDayPart": "P",
|
||||
"shiftType": 2,
|
||||
"updateOrder": 0,
|
||||
"comment": "Arrêt maladie 1J"
|
||||
},
|
||||
{
|
||||
"itemType": "ABSENCEP",
|
||||
"registrationNumber": "CHR0000012",
|
||||
"itemCode": "MAL",
|
||||
"startingDate": "2025-01-15",
|
||||
"endingDate": "2025-01-15",
|
||||
"startingDayPart": "A",
|
||||
"endingDayPart": "P",
|
||||
"shiftType": 2,
|
||||
"updateOrder": 0,
|
||||
"comment": "Arrêt maladie 1J"
|
||||
},
|
||||
{
|
||||
"itemType": "ABSENCEP",
|
||||
"registrationNumber": "CHR0000012",
|
||||
"itemCode": "MAL",
|
||||
"startingDate": "2025-01-25",
|
||||
"endingDate": "2025-01-25",
|
||||
"startingDayPart": "A",
|
||||
"endingDayPart": "P",
|
||||
"shiftType": 2,
|
||||
"updateOrder": 0,
|
||||
"comment": "Arrêt maladie 1J"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,60 @@
|
||||
[
|
||||
{
|
||||
"metadata": {
|
||||
"userIdentifier": "ASYS",
|
||||
"populationCode": "TOUS",
|
||||
"closingDate": "2020-12-31",
|
||||
"lastTreatmentDate": "2021-12-31",
|
||||
"profile": "ADMIN_CHR",
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2029-12-31"
|
||||
},
|
||||
"data": [
|
||||
{
|
||||
"registrationNumber": "CHR0000001",
|
||||
"itemType": "ABSENCEH",
|
||||
"itemCode": "AJ",
|
||||
"registrationDate": "2025-06-09",
|
||||
"startTime": "08",
|
||||
"endTime": "09",
|
||||
"comment": "Absence examen médical"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000012",
|
||||
"itemType": "ABSENCEH",
|
||||
"itemCode": "AJ",
|
||||
"registrationDate": "2025-01-10",
|
||||
"startTime": "09",
|
||||
"endTime": "10",
|
||||
"comment": "Absence visite médicale"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000011",
|
||||
"itemType": "ABSENCEH",
|
||||
"itemCode": "AJ",
|
||||
"registrationDate": "2025-01-15",
|
||||
"startTime": "13",
|
||||
"endTime": "15",
|
||||
"comment": "Absence RDV médical"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000011",
|
||||
"itemType": "ABSENCEH",
|
||||
"itemCode": "AJ",
|
||||
"registrationDate": "2025-01-25",
|
||||
"startTime": "15",
|
||||
"endTime": "16",
|
||||
"comment": "Absence RDV médical"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000012",
|
||||
"itemType": "ABSENCEH",
|
||||
"itemCode": "AJ",
|
||||
"registrationDate": "2025-01-20",
|
||||
"startTime": "10",
|
||||
"endTime": "11",
|
||||
"comment": "Absence RDV médical"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,398 @@
|
||||
[
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00002",
|
||||
"timestamp": "2025/03/03 08:51:25"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00002",
|
||||
"timestamp": "2025/03/03 20:56:50"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00001",
|
||||
"timestamp": "2025/03/03 08:51:15"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00001",
|
||||
"timestamp": "2025/03/03 20:04:57"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0210",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00003",
|
||||
"timestamp": "2025/03/03 08:01:03"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0210",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00003",
|
||||
"timestamp": "2025/03/03 20:13:43"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00004",
|
||||
"timestamp": "2025/03/03 08:51:00"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00004",
|
||||
"timestamp": "2025/03/03 20:43:01"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00005",
|
||||
"timestamp": "2025/03/03 08:35:49"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00005",
|
||||
"timestamp": "2025/03/03 20:26:02"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00006",
|
||||
"timestamp": "2025/03/03 08:03:04"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00006",
|
||||
"timestamp": "2025/03/03 20:50:46"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00007",
|
||||
"timestamp": "2025/03/03 08:55:14"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00007",
|
||||
"timestamp": "2025/03/03 20:08:25"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00008",
|
||||
"timestamp": "2025/03/03 08:41:08"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00008",
|
||||
"timestamp": "2025/03/03 20:11:05"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00009",
|
||||
"timestamp": "2025/03/03 08:06:29"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00009",
|
||||
"timestamp": "2025/03/03 20:56:59"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00010",
|
||||
"timestamp": "2025/03/03 08:36:13"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00010",
|
||||
"timestamp": "2025/03/03 20:08:06"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00011",
|
||||
"timestamp": "2025/03/03 08:50:16"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00011",
|
||||
"timestamp": "2025/03/03 20:24:09"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00012",
|
||||
"timestamp": "2025/03/03 08:43:05"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00012",
|
||||
"timestamp": "2025/03/03 20:44:00"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00013",
|
||||
"timestamp": "2025/03/03 08:04:17"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00013",
|
||||
"timestamp": "2025/03/03 20:08:29"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00014",
|
||||
"timestamp": "2025/03/03 08:30:09"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00014",
|
||||
"timestamp": "2025/03/03 20:25:46"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00015",
|
||||
"timestamp": "2025/03/03 08:00:42"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00015",
|
||||
"timestamp": "2025/03/03 20:12:14"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00016",
|
||||
"timestamp": "2025/03/03 08:42:33"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00016",
|
||||
"timestamp": "2025/03/03 20:39:59"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00017",
|
||||
"timestamp": "2025/03/03 08:03:42"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00017",
|
||||
"timestamp": "2025/03/03 20:30:21"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00018",
|
||||
"timestamp": "2025/03/03 08:46:26"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00018",
|
||||
"timestamp": "2025/03/03 20:33:10"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00019",
|
||||
"timestamp": "2025/03/03 08:35:58"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00019",
|
||||
"timestamp": "2025/03/03 20:48:49"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00022",
|
||||
"timestamp": "2025/03/03 08:21:07"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00022",
|
||||
"timestamp": "2025/03/03 20:38:42"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00023",
|
||||
"timestamp": "2025/03/03 08:06:42"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00023",
|
||||
"timestamp": "2025/03/03 20:09:46"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00024",
|
||||
"timestamp": "2025/03/03 08:57:12"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00024",
|
||||
"timestamp": "2025/03/03 20:21:29"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00025",
|
||||
"timestamp": "2025/03/03 08:36:06"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00025",
|
||||
"timestamp": "2025/03/03 20:08:31"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00026",
|
||||
"timestamp": "2025/03/03 08:54:18"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00026",
|
||||
"timestamp": "2025/03/03 20:54:40"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00027",
|
||||
"timestamp": "2025/03/03 08:49:18"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00027",
|
||||
"timestamp": "2025/03/03 20:29:32"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00028",
|
||||
"timestamp": "2025/03/03 08:08:17"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00028",
|
||||
"timestamp": "2025/03/03 20:49:34"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00029",
|
||||
"timestamp": "2025/03/03 08:10:11"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00029",
|
||||
"timestamp": "2025/03/03 20:15:00"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00002",
|
||||
"timestamp": "2025/03/04 08:30:43"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00002",
|
||||
"timestamp": "2025/03/04 20:23:30"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00001",
|
||||
"timestamp": "2025/03/04 08:33:02"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00001",
|
||||
"timestamp": "2025/03/04 20:24:47"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0210",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00003",
|
||||
"timestamp": "2025/03/04 08:50:11"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0210",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00003",
|
||||
"timestamp": "2025/03/04 20:53:52"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00004",
|
||||
"timestamp": "2025/03/04 08:49:26"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00004",
|
||||
"timestamp": "2025/03/04 20:30:05"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00005",
|
||||
"timestamp": "2025/03/04 08:21:08"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00005",
|
||||
"timestamp": "2025/03/04 20:23:44"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00006",
|
||||
"timestamp": "2025/03/04 08:53:25"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00006",
|
||||
"timestamp": "2025/03/04 20:03:24"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,428 @@
|
||||
[
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00007",
|
||||
"timestamp": "2025/03/04 08:25:28"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00007",
|
||||
"timestamp": "2025/03/04 20:56:53"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00008",
|
||||
"timestamp": "2025/03/04 08:04:41"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00008",
|
||||
"timestamp": "2025/03/04 20:43:59"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00009",
|
||||
"timestamp": "2025/03/04 08:44:14"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00009",
|
||||
"timestamp": "2025/03/04 20:34:38"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00010",
|
||||
"timestamp": "2025/03/04 08:43:32"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00010",
|
||||
"timestamp": "2025/03/04 20:33:57"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00011",
|
||||
"timestamp": "2025/03/04 08:23:45"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00011",
|
||||
"timestamp": "2025/03/04 20:28:53"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00012",
|
||||
"timestamp": "2025/03/04 08:00:43"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00012",
|
||||
"timestamp": "2025/03/04 20:32:07"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00013",
|
||||
"timestamp": "2025/03/04 08:51:41"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00013",
|
||||
"timestamp": "2025/03/04 20:06:24"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00014",
|
||||
"timestamp": "2025/03/04 08:06:58"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00014",
|
||||
"timestamp": "2025/03/04 20:51:45"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00015",
|
||||
"timestamp": "2025/03/04 08:31:58"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00015",
|
||||
"timestamp": "2025/03/04 20:04:17"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00016",
|
||||
"timestamp": "2025/03/04 08:53:37"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00016",
|
||||
"timestamp": "2025/03/04 20:51:39"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00017",
|
||||
"timestamp": "2025/03/04 08:45:01"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00017",
|
||||
"timestamp": "2025/03/04 20:59:28"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00018",
|
||||
"timestamp": "2025/03/04 08:25:31"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00018",
|
||||
"timestamp": "2025/03/04 20:39:19"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00019",
|
||||
"timestamp": "2025/03/04 08:40:19"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00019",
|
||||
"timestamp": "2025/03/04 20:30:59"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00022",
|
||||
"timestamp": "2025/03/04 08:40:54"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00022",
|
||||
"timestamp": "2025/03/04 20:09:31"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00023",
|
||||
"timestamp": "2025/03/04 08:43:25"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00023",
|
||||
"timestamp": "2025/03/04 20:28:00"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00024",
|
||||
"timestamp": "2025/03/04 08:07:01"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00024",
|
||||
"timestamp": "2025/03/04 20:06:43"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00025",
|
||||
"timestamp": "2025/03/04 08:39:24"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00025",
|
||||
"timestamp": "2025/03/04 20:56:27"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00026",
|
||||
"timestamp": "2025/03/04 08:01:50"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00026",
|
||||
"timestamp": "2025/03/04 20:37:00"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00027",
|
||||
"timestamp": "2025/03/04 08:36:42"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00027",
|
||||
"timestamp": "2025/03/04 20:36:09"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00028",
|
||||
"timestamp": "2025/03/04 08:04:52"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00028",
|
||||
"timestamp": "2025/03/04 20:17:41"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00029",
|
||||
"timestamp": "2025/03/04 08:28:04"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00029",
|
||||
"timestamp": "2025/03/04 20:00:01"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00002",
|
||||
"timestamp": "2025/03/05 08:09:35"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00002",
|
||||
"timestamp": "2025/03/05 20:20:47"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00001",
|
||||
"timestamp": "2025/03/05 08:02:30"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00001",
|
||||
"timestamp": "2025/03/05 20:53:05"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0210",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00003",
|
||||
"timestamp": "2025/03/05 08:23:56"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0210",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00003",
|
||||
"timestamp": "2025/03/05 20:10:27"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00004",
|
||||
"timestamp": "2025/03/05 08:11:39"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00004",
|
||||
"timestamp": "2025/03/05 20:48:16"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00005",
|
||||
"timestamp": "2025/03/05 08:33:38"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00005",
|
||||
"timestamp": "2025/03/05 20:03:14"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00006",
|
||||
"timestamp": "2025/03/05 08:25:03"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00006",
|
||||
"timestamp": "2025/03/05 20:52:18"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00007",
|
||||
"timestamp": "2025/03/05 08:21:34"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00007",
|
||||
"timestamp": "2025/03/05 20:53:43"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00008",
|
||||
"timestamp": "2025/03/05 08:06:58"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00008",
|
||||
"timestamp": "2025/03/05 20:42:05"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00009",
|
||||
"timestamp": "2025/03/05 08:50:30"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00009",
|
||||
"timestamp": "2025/03/05 20:01:20"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00010",
|
||||
"timestamp": "2025/03/05 08:37:35"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00010",
|
||||
"timestamp": "2025/03/05 20:06:34"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00011",
|
||||
"timestamp": "2025/03/05 08:35:16"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00011",
|
||||
"timestamp": "2025/03/05 20:04:41"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00012",
|
||||
"timestamp": "2025/03/05 08:42:36"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00012",
|
||||
"timestamp": "2025/03/05 20:33:24"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00013",
|
||||
"timestamp": "2025/03/05 08:50:29"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00013",
|
||||
"timestamp": "2025/03/05 20:41:19"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00014",
|
||||
"timestamp": "2025/03/05 08:49:02"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00014",
|
||||
"timestamp": "2025/03/05 20:18:25"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00015",
|
||||
"timestamp": "2025/03/05 08:50:02"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,416 @@
|
||||
[
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00015",
|
||||
"timestamp": "2025/03/05 20:43:30"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00016",
|
||||
"timestamp": "2025/03/05 08:22:43"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00016",
|
||||
"timestamp": "2025/03/05 20:47:33"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00017",
|
||||
"timestamp": "2025/03/05 08:46:09"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00017",
|
||||
"timestamp": "2025/03/05 20:07:11"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00018",
|
||||
"timestamp": "2025/03/05 08:00:53"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00018",
|
||||
"timestamp": "2025/03/05 20:11:35"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00019",
|
||||
"timestamp": "2025/03/05 08:12:11"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00019",
|
||||
"timestamp": "2025/03/05 20:20:56"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00022",
|
||||
"timestamp": "2025/03/05 08:49:45"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00022",
|
||||
"timestamp": "2025/03/05 20:37:13"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00023",
|
||||
"timestamp": "2025/03/05 08:15:29"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00023",
|
||||
"timestamp": "2025/03/05 20:14:01"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00024",
|
||||
"timestamp": "2025/03/05 08:12:01"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00024",
|
||||
"timestamp": "2025/03/05 20:14:42"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00025",
|
||||
"timestamp": "2025/03/05 08:22:38"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00025",
|
||||
"timestamp": "2025/03/05 20:39:11"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00026",
|
||||
"timestamp": "2025/03/05 08:37:49"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00026",
|
||||
"timestamp": "2025/03/05 20:14:40"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00027",
|
||||
"timestamp": "2025/03/05 08:13:03"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00027",
|
||||
"timestamp": "2025/03/05 20:30:32"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00028",
|
||||
"timestamp": "2025/03/05 08:32:25"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00028",
|
||||
"timestamp": "2025/03/05 20:08:02"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00029",
|
||||
"timestamp": "2025/03/05 08:36:51"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00029",
|
||||
"timestamp": "2025/03/05 20:29:24"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00002",
|
||||
"timestamp": "2025/03/06 08:28:28"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00002",
|
||||
"timestamp": "2025/03/06 20:56:39"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00001",
|
||||
"timestamp": "2025/03/06 08:20:59"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0219",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00001",
|
||||
"timestamp": "2025/03/06 20:20:36"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0210",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00003",
|
||||
"timestamp": "2025/03/06 08:43:18"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0210",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00003",
|
||||
"timestamp": "2025/03/06 20:22:56"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00004",
|
||||
"timestamp": "2025/03/06 08:16:43"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00004",
|
||||
"timestamp": "2025/03/06 20:34:31"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00005",
|
||||
"timestamp": "2025/03/06 08:07:23"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00005",
|
||||
"timestamp": "2025/03/06 20:57:51"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00006",
|
||||
"timestamp": "2025/03/06 08:38:10"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00006",
|
||||
"timestamp": "2025/03/06 20:43:13"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00007",
|
||||
"timestamp": "2025/03/06 08:38:22"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00007",
|
||||
"timestamp": "2025/03/06 20:17:37"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00008",
|
||||
"timestamp": "2025/03/06 08:04:30"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00008",
|
||||
"timestamp": "2025/03/06 20:10:18"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00009",
|
||||
"timestamp": "2025/03/06 08:00:38"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00009",
|
||||
"timestamp": "2025/03/06 20:35:28"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00010",
|
||||
"timestamp": "2025/03/06 08:41:55"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00010",
|
||||
"timestamp": "2025/03/06 20:54:14"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00011",
|
||||
"timestamp": "2025/03/06 08:46:51"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00011",
|
||||
"timestamp": "2025/03/06 20:59:43"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00012",
|
||||
"timestamp": "2025/03/06 08:53:42"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00012",
|
||||
"timestamp": "2025/03/06 20:35:07"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00013",
|
||||
"timestamp": "2025/03/06 08:11:56"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00013",
|
||||
"timestamp": "2025/03/06 20:25:16"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00014",
|
||||
"timestamp": "2025/03/06 08:10:17"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00014",
|
||||
"timestamp": "2025/03/06 20:37:12"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00015",
|
||||
"timestamp": "2025/03/06 08:12:09"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00015",
|
||||
"timestamp": "2025/03/06 20:45:50"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00016",
|
||||
"timestamp": "2025/03/06 08:03:37"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00016",
|
||||
"timestamp": "2025/03/06 20:43:06"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00017",
|
||||
"timestamp": "2025/03/06 08:34:49"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00017",
|
||||
"timestamp": "2025/03/06 20:03:26"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00018",
|
||||
"timestamp": "2025/03/06 08:03:52"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00018",
|
||||
"timestamp": "2025/03/06 20:15:31"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00019",
|
||||
"timestamp": "2025/03/06 08:17:21"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00019",
|
||||
"timestamp": "2025/03/06 20:04:17"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00022",
|
||||
"timestamp": "2025/03/06 08:49:04"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00022",
|
||||
"timestamp": "2025/03/06 20:58:32"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00023",
|
||||
"timestamp": "2025/03/06 08:53:15"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00023",
|
||||
"timestamp": "2025/03/06 20:15:39"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00024",
|
||||
"timestamp": "2025/03/06 08:23:27"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00024",
|
||||
"timestamp": "2025/03/06 20:33:12"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,98 @@
|
||||
[
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00021",
|
||||
"timestamp": "2025/03/05 08:01:39"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00021",
|
||||
"timestamp": "2025/03/05 20:45:41"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00021",
|
||||
"timestamp": "2025/03/06 08:44:24"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00021",
|
||||
"timestamp": "2025/03/06 20:29:40"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00021",
|
||||
"timestamp": "2025/03/03 08:23:10"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00021",
|
||||
"timestamp": "2025/03/03 20:46:03"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00021",
|
||||
"timestamp": "2025/03/04 08:07:43"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0212",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00021",
|
||||
"timestamp": "2025/03/04 20:16:02"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00020",
|
||||
"timestamp": "2025/03/04 08:20:16"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00020",
|
||||
"timestamp": "2025/03/04 20:00:54"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00020",
|
||||
"timestamp": "2025/03/05 08:34:10"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00020",
|
||||
"timestamp": "2025/03/05 20:10:47"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00020",
|
||||
"timestamp": "2025/03/03 08:42:17"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00020",
|
||||
"timestamp": "2025/03/03 20:23:21"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00020",
|
||||
"timestamp": "2025/03/06 08:11:29"
|
||||
},
|
||||
{
|
||||
"badgeReaderId": "0211",
|
||||
"clockingType": "ATTENDANCE",
|
||||
"badgeNumber": "00020",
|
||||
"timestamp": "2025/03/06 20:28:52"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"metadata": {},
|
||||
"data": [
|
||||
{
|
||||
"code": "RTT",
|
||||
"label": "RTT",
|
||||
"concise": "RTT",
|
||||
"managementMode": "DAY",
|
||||
"automaticRightPeriodOpening": false,
|
||||
"historyRetentionPeriod": 999,
|
||||
"periodicity": "MONTH",
|
||||
"durationStartDay": 1,
|
||||
"durationStartMonth": 1,
|
||||
"duration": 12,
|
||||
"comment": null
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,189 @@
|
||||
[
|
||||
{
|
||||
"filename": "CHR0000001-arret-de-travail-initial.pdf",
|
||||
"registrationNumber": "CHR0000001",
|
||||
"absenceCode": "MAL",
|
||||
"date": "2025-06-04",
|
||||
"absenceType": "ABJ",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000001-arret-de-travail-initial.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000001-Examen_medical.pdf",
|
||||
"registrationNumber": "CHR0000001",
|
||||
"absenceCode": "AJ",
|
||||
"date": "2025-06-09",
|
||||
"startHour": "0800",
|
||||
"absenceType": "ABH",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000001-Examen_medical.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000011-Arret-05-janv.pdf",
|
||||
"registrationNumber": "CHR0000011",
|
||||
"absenceCode": "MAL",
|
||||
"date": "2025-01-05",
|
||||
"absenceType": "ABJ",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000011-Arret-05-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000012-Convocation-10-janv.pdf",
|
||||
"registrationNumber": "CHR0000012",
|
||||
"absenceCode": "AJ",
|
||||
"date": "2025-01-10",
|
||||
"startHour": "0900",
|
||||
"absenceType": "ABH",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000012-Convocation-10-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000011-Convocation1-15-janv.pdf",
|
||||
"registrationNumber": "CHR0000011",
|
||||
"absenceCode": "AJ",
|
||||
"date": "2025-01-15",
|
||||
"startHour": "1300",
|
||||
"absenceType": "ABH",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000011-Convocation1-15-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000011-Convocation2-15-janv.pdf",
|
||||
"registrationNumber": "CHR0000011",
|
||||
"absenceCode": "AJ",
|
||||
"date": "2025-01-15",
|
||||
"startHour": "1300",
|
||||
"absenceType": "ABH",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000011-Convocation2-15-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000011-Convocation3-15-janv.pdf",
|
||||
"registrationNumber": "CHR0000011",
|
||||
"absenceCode": "AJ",
|
||||
"date": "2025-01-15",
|
||||
"startHour": "1300",
|
||||
"absenceType": "ABH",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000011-Convocation3-15-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000011-Convocation1-25-janv.pdf",
|
||||
"registrationNumber": "CHR0000011",
|
||||
"absenceCode": "AJ",
|
||||
"date": "2025-01-25",
|
||||
"startHour": "1500",
|
||||
"absenceType": "ABH",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000011-Convocation1-25-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000011-Convocation2-25-janv.pdf",
|
||||
"registrationNumber": "CHR0000011",
|
||||
"absenceCode": "AJ",
|
||||
"date": "2025-01-25",
|
||||
"startHour": "1500",
|
||||
"absenceType": "ABH",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000011-Convocation2-25-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000011-Convocation3-25-janv.pdf",
|
||||
"registrationNumber": "CHR0000011",
|
||||
"absenceCode": "AJ",
|
||||
"date": "2025-01-25",
|
||||
"startHour": "1500",
|
||||
"absenceType": "ABH",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000011-Convocation3-25-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000011-Convocation1-20-janv.pdf",
|
||||
"registrationNumber": "CHR0000011",
|
||||
"absenceCode": "MAL",
|
||||
"date": "2025-01-20",
|
||||
"absenceType": "ABJ",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000011-Convocation1-20-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000011-Convocation2-20-janv.pdf",
|
||||
"registrationNumber": "CHR0000011",
|
||||
"absenceCode": "MAL",
|
||||
"date": "2025-01-20",
|
||||
"absenceType": "ABJ",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000011-Convocation2-20-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000011-Convocation3-20-janv.pdf",
|
||||
"registrationNumber": "CHR0000011",
|
||||
"absenceCode": "MAL",
|
||||
"date": "2025-01-20",
|
||||
"absenceType": "ABJ",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000011-Convocation3-20-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000012-Convocation1-20-janv.pdf",
|
||||
"registrationNumber": "CHR0000012",
|
||||
"absenceCode": "AJ",
|
||||
"date": "2025-01-20",
|
||||
"startHour": "1000",
|
||||
"absenceType": "ABH",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000012-Convocation1-20-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000012-Convocation2-20-janv.pdf",
|
||||
"registrationNumber": "CHR0000012",
|
||||
"absenceCode": "AJ",
|
||||
"date": "2025-01-20",
|
||||
"startHour": "1000",
|
||||
"absenceType": "ABH",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000012-Convocation2-20-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000012-Convocation3-20-janv.pdf",
|
||||
"registrationNumber": "CHR0000012",
|
||||
"absenceCode": "AJ",
|
||||
"date": "2025-01-20",
|
||||
"startHour": "1000",
|
||||
"absenceType": "ABH",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000012-Convocation3-20-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000012-Justification1-15-janv.pdf",
|
||||
"registrationNumber": "CHR0000012",
|
||||
"absenceCode": "MAL",
|
||||
"date": "2025-01-15",
|
||||
"absenceType": "ABJ",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000012-Justification1-15-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000012-Justification2-15-janv.pdf",
|
||||
"registrationNumber": "CHR0000012",
|
||||
"absenceCode": "MAL",
|
||||
"date": "2025-01-15",
|
||||
"absenceType": "ABJ",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000012-Justification2-15-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000012-Justification3-15-janv.pdf",
|
||||
"registrationNumber": "CHR0000012",
|
||||
"absenceCode": "MAL",
|
||||
"date": "2025-01-15",
|
||||
"absenceType": "ABJ",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000012-Justification3-15-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000012-Justification1-25-janv.pdf",
|
||||
"registrationNumber": "CHR0000012",
|
||||
"absenceCode": "MAL",
|
||||
"date": "2025-01-25",
|
||||
"absenceType": "ABJ",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000012-Justification1-25-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000012-Justification2-25-janv.pdf",
|
||||
"registrationNumber": "CHR0000012",
|
||||
"absenceCode": "MAL",
|
||||
"date": "2025-01-25",
|
||||
"absenceType": "ABJ",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000012-Justification2-25-janv.pdf"
|
||||
},
|
||||
{
|
||||
"filename": "CHR0000012-Justification3-25-janv.pdf",
|
||||
"registrationNumber": "CHR0000012",
|
||||
"absenceCode": "MAL",
|
||||
"date": "2025-01-25",
|
||||
"absenceType": "ABJ",
|
||||
"filePath": "s3://asys-fr-rd-dev/c3/initdata-files/initdata-CHRONOS/packages/DEV/COMMON/attachments/CHR0000012-Justification3-25-janv.pdf"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,232 @@
|
||||
[
|
||||
{
|
||||
"name": "TCLOTURE",
|
||||
"value": "2020-12-31",
|
||||
"type": "DATE"
|
||||
},
|
||||
{
|
||||
"name": "TDERTRT",
|
||||
"value": "2025-03-06",
|
||||
"type": "DATE"
|
||||
},
|
||||
{
|
||||
"name": "PLANIF_AVANT_DERTRT",
|
||||
"value": true,
|
||||
"type": "LOGICAL"
|
||||
},
|
||||
{
|
||||
"name": "TFINPRV",
|
||||
"value": "3000",
|
||||
"type": "NUMERICAL"
|
||||
},
|
||||
{
|
||||
"name": "GESTION_DMS",
|
||||
"value": true,
|
||||
"type": "LOGICAL"
|
||||
},
|
||||
{
|
||||
"name": "DMS_AUTHORIZED_DOCUMENT_FORMAT",
|
||||
"value": "txt,pdf,jpg,jpeg,png",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_PROFIL_DMS_REG_ABS",
|
||||
"value": "ABSDMS",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "VALIDATION_ABSENCES",
|
||||
"value": true,
|
||||
"type": "LOGICAL"
|
||||
},
|
||||
{
|
||||
"name": "SELFSERVICE_INSTALLED",
|
||||
"value": true,
|
||||
"type": "LOGICAL"
|
||||
},
|
||||
{
|
||||
"name": "EMAIL_GESTION_SUPPLEANCE",
|
||||
"value": 2,
|
||||
"type": "NUMERICAL"
|
||||
},
|
||||
{
|
||||
"name": "EMAIL_FORMAT",
|
||||
"value": "prenom.nom,20,20",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "NOTIFICATION_API_MODE",
|
||||
"value": false,
|
||||
"type": "LOGICAL"
|
||||
},
|
||||
{
|
||||
"name": "WEB_EMAIL_NEW_FORM",
|
||||
"value": true,
|
||||
"type": "LOGICAL"
|
||||
},
|
||||
{
|
||||
"name": "NOTIFICATION_API_URL",
|
||||
"value": "https://chronos-qr-10ora3.asys-cloud.fr/notification",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_HEADER",
|
||||
"value": "Bonjour",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_FOOTER",
|
||||
"value": "Cordialement,",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_CREATION",
|
||||
"value": "Je suis <PRENOM> <NOM>, matricule : <MAT>, je souhaite poser l'absence <CODABS> - <LIBABS>, pour la date du <DATED>(<AJPD>) au <DATEF>(<AJPF>).",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_CREATION_HR",
|
||||
"value": "Je suis <PRENOM> <NOM>, matricule : <MAT>, je souhaite poser l'absence <CODABS> - <LIBABS>, pour la date du <DATED>(<AJPD>) de <HDEB> à <HFIN>.",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_MODIFICATION",
|
||||
"value": "Je suis <PRENOM> <NOM>, matricule : <MAT>, je souhaite modifier l'absence <CODABS> - <LIBABS>, pour la date du <NDATED>(<NAJPD>) au <NDATEF>(<NAJPF>).",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_MODIFICATION_HR",
|
||||
"value": "Je suis <PRENOM> <NOM>, matricule : <MAT>, je souhaite modifier l'absence <CODABS> - <LIBABS>, pour la date du <NDATED> de <NHDEB> à <NHFIN>.",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_SUPPRESSION",
|
||||
"value": "Je suis <PRENOM> <NOM>, matricule : <MAT>, je souhaite supprimer l'absence <CODABS> - <LIBABS>, pour la date du <DATED>(<AJPD>) au <DATEF>(<AJPF>).",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_SUPPRESSION_HR",
|
||||
"value": "Je suis <PRENOM> <NOM>, matricule : <MAT>, je souhaite supprimer l'absence <CODABS> - <LIBABS>, pour la date du <DATED>(<AJPD>) de <HDEB> à <HFIN>.",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_VALIDATION",
|
||||
"value": "Validation de l'absence <CODABS> - <LIBABS>, pour la date du <DATED>(<AJPD>) au <DATEF>(<AJPF>) de <PRENOM> <NOM>, matricule : <MAT>.",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_VALIDATION_HR",
|
||||
"value": "Validation de l'absence <CODABS> - <LIBABS>, pour la date du <DATED>(<AJPD>) de <HDEB> à <HFIN> de <PRENOM> <NOM>, matricule : <MAT>.",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_INVALIDATION",
|
||||
"value": "Invalidation de l'absence <CODABS> - <LIBABS> avec le niveau <NIV>, pour la date du <DATED>(<AJPD>) au <DATEF>(<AJPF>) de <PRENOM> <NOM>, matricule : <MAT>",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_INVALIDATION_HR",
|
||||
"value": "Invalidation de l'absence <CODABS> - <LIBABS> avec le niveau <NIV>, pour la date du <DATED>(<AJPD>) de <HDEB> à <HFIN> de <PRENOM> <NOM>, matricule : <MAT>.",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_ANNUL_ABSENCE",
|
||||
"value": "Je suis <PRENOM> <NOM> avec le matricule <MAT>. Je souhaite annuler l'absence <CODABS> - <LIBABS> pour la période du <DATED> (<AJPD>) au <DATEF> (<AJPF>).\n\n <COM>",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_ANNUL_ABSENCE_HR",
|
||||
"value": "Je suis <PRENOM> <NOM>, matricule : <MAT>. Je souhaite annuler l'absence <CODABS> - <LIBABS>, pour la date du <DATED>(<AJPD>) de <HDEB> à <HFIN>.\n\n <COM>",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_ANNUL_ACCEPTEE",
|
||||
"value": "Annulation acceptée de l'absence <CODABS> - <LIBABS>, pour la date du <DATED>(<AJPD>) au <DATEF>(<AJPF>) de <PRENOM> <NOM>, matricule : <MAT>.\n\n <COM>",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_ANNUL_ACCEPTEE_HR",
|
||||
"value": "Annulation acceptée de l'absence <CODABS> - <LIBABS>, pour la date du <DATED>(<AJPD>) de <HDEB> à <HFIN> de <PRENOM> <NOM>, matricule : <MAT>.\n\n <COM>",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_ANNUL_REFUSEE",
|
||||
"value": "Annulation refusée de l'absence <CODABS> - <LIBABS>, pour la date du <DATED>(<AJPD>) au <DATEF>(<AJPF>) de <PRENOM> <NOM>, matricule : <MAT>.\n\n <COM>",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MESSAGE_ABS_ANNUL_REFUSEE_HR",
|
||||
"value": "Annulation refusée de l'absence <CODABS> - <LIBABS>, pour la date du <DATED>(<AJPD>) de <HDEB> à <HFIN> de <PRENOM> <NOM>, matricule : <MAT>.\n\n <COM>",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "SMTPHOST",
|
||||
"value": "10.91.7.5",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "SMTPROBOT",
|
||||
"value": "chronos@societe.fr",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "TIME_ZONE",
|
||||
"value": "chronos@societe.fr",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "TABLES_A_TRACER",
|
||||
"value": "tbabsjrs,tbabshrs,tbabsmvt,WFCSuppr,WFCAnnul",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "NIVEAU_MOBILITE",
|
||||
"value": "Unité",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "NEW_BADGING_SYSTEM",
|
||||
"value": true,
|
||||
"type": "LOGICAL"
|
||||
},
|
||||
{
|
||||
"name": "BSPY_SERV01",
|
||||
"value": "localhost;C:\\Asys\\Ternet\\;http://localhost:12325/badgeuse.wsc",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "BSPYORCOD",
|
||||
"value": "BADGE",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "NUMTERM",
|
||||
"value": "T",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "TC4_0210_CONF01",
|
||||
"value": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<config raf=\"\" sop=\"1\" usr=\"TERMOD_T4\"><bloc blk=\"01\" chk=\"1\" lb=\"TEMPS\" mnu=\"TPS\"><fct cd=\"LSTCPT\" chk=\"1\" lb=\"MES|TEMPS\"><cpt a=\"M\" c=\"000\" d=\"+00,+00,+00\" f=\"+00,+00,+00\" l=\"***** CPT INTERMEDIA\" t=\"V\"/> </fct><fct cd=\"LSTANO\" chk=\"0\" lb=\"\"/><fct cd=\"LSTPTG\" chk=\"0\" lb=\"\"/><fct cd=\"PTGESO\" chk=\"0\" lb=\"\"/><fct cd=\"PTGMIS\" chk=\"0\" lb=\"\"/><fct cd=\"PTGANA\" chk=\"0\" lb=\"\"/></bloc><bloc blk=\"02\" chk=\"1\" lb=\"ABSENCES\" mnu=\"ABS\"><fct cd=\"LSTABS\" chk=\"0\" lb=\"\"/><fct cd=\"LSTDRT\" chk=\"1\" lb=\"MES|DROITS\"/><fct cd=\"POSABJ\" chk=\"0\" lb=\"\"/><fct cd=\"POSABH\" chk=\"0\" lb=\"\"/></bloc><bloc blk=\"03\" chk=\"1\" lb=\"PLANNING\" mnu=\"PLA\"/></config>",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "TC4_0213_CONF01",
|
||||
"value": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<config raf=\"\" sop=\"1\" usr=\"TERMOD_T4\"><bloc blk=\"01\" chk=\"1\" lb=\"TEMPS\" mnu=\"TPS\"><fct cd=\"LSTCPT\" chk=\"1\" lb=\"MES|TEMPS\"><cpt a=\"M\" c=\"DBCRJ\" d=\"+00,+00,+00\" f=\"+00,+00,+00\" l=\"Débit/Crédit des jou\" t=\"V\"/> <cpt a=\"M\" c=\"DCPS\" d=\"+00,+00,+00\" f=\"+00,+00,+00\" l=\"Solde CP\" t=\"V\"/> </fct><fct cd=\"LSTANO\" chk=\"0\" lb=\"\"/><fct cd=\"LSTPTG\" chk=\"0\" lb=\"\"/><fct cd=\"PTGESO\" chk=\"0\" lb=\"\"/><fct cd=\"PTGMIS\" chk=\"0\" lb=\"\"/><fct cd=\"PTGANA\" chk=\"0\" lb=\"\"/></bloc><bloc blk=\"02\" chk=\"1\" lb=\"ABSENCES\" mnu=\"ABS\"><fct cd=\"LSTABS\" chk=\"0\" lb=\"\"/><fct cd=\"LSTDRT\" chk=\"1\" lb=\"MES|DROITS\"/><fct cd=\"POSABJ\" chk=\"0\" lb=\"\"/><fct cd=\"POSABH\" chk=\"0\" lb=\"\"/></bloc><bloc blk=\"03\" chk=\"1\" lb=\"PLANNING\" mnu=\"PLA\"/></config>",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "TC4_0219_CONF01",
|
||||
"value": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<config usr=\"TERMOD_T4\"><bloc blk=\"01\" chk=\"1\" lb=\"\" mnu=\"TPS\"><fct cd=\"LSTCPT\" chk=\"0\" lb=\"\"/><fct cd=\"LSTANO\" chk=\"0\" deb=\"+00,+00,+00\" lb=\"\" ord=\"0\" typ=\"0\"/></bloc><bloc blk=\"02\" chk=\"1\" lb=\"\" mnu=\"ABS\"><fct cd=\"LSTABS\" chk=\"0\" deb=\"+00,+00,+00\" fin=\"+00,+00,+00\" lb=\"\"/></bloc></config>",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "TPSGENUS_PASSWORD",
|
||||
"value": "TEXTE,password",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "MODIF_UI_SITUATION_ANOMALIE",
|
||||
"value": true,
|
||||
"type": "LOGICAL"
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,45 @@
|
||||
[
|
||||
{
|
||||
"metadata": {},
|
||||
"data": [
|
||||
{
|
||||
"userIds": [
|
||||
"GEST_ABS",
|
||||
"ASYS"
|
||||
],
|
||||
"populationCode": "CHR-POP01",
|
||||
"referencePopulation": false,
|
||||
"populationLabel": "CHRONOS_POP01",
|
||||
"useMobility": false,
|
||||
"criterias": [
|
||||
{
|
||||
"customFieldLabel": "Unité",
|
||||
"value": "UNITE1",
|
||||
"categories": [
|
||||
"AGENT"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"userIds": [
|
||||
"GEST_BDG",
|
||||
"ASYS"
|
||||
],
|
||||
"populationCode": "CHR-POP02",
|
||||
"referencePopulation": false,
|
||||
"populationLabel": "CHRONOS_POP02",
|
||||
"useMobility": false,
|
||||
"criterias": [
|
||||
{
|
||||
"customFieldLabel": "Unité",
|
||||
"value": "UNITE2",
|
||||
"categories": [
|
||||
"AGENT"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,191 @@
|
||||
[
|
||||
{
|
||||
"metadata": {},
|
||||
"data": [
|
||||
{
|
||||
"customFieldLabel": "MATRICULE",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "NOM",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "PRENOM",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "DATE DE NAISSANCE",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "NB.ENFANTS",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "ADRESSE",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "C.P",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "COMMUNE",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "Domaine",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "Secteur",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "Service",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "Unité",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "DATE SOCIETE",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "DATE SORTIE",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "MOTIF SORTIE",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "CALENDRIER",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "Pointage",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "BADGE",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "TERMINAL",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "GESTION DES TEMPS",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "GROUPE TEMPS",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "LEGISLATION",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "DATDERMODIF",
|
||||
"categoryCode": "AGENT"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "MATRICULE",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "NOM",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "PRENOM",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "DATE DE NAISSANCE",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "NB.ENFANTS",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "ADRESSE",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "C.P",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "COMMUNE",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "Domaine",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "Secteur",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "Service",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "Unité",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "DATE SOCIETE",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "DATE SORTIE",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "MOTIF SORTIE",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "CALENDRIER",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "Pointage",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "BADGE",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "TERMINAL",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "GESTION DES TEMPS",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "GROUPE TEMPS",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "LEGISLATION",
|
||||
"categoryCode": "PROD"
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "DATDERMODIF",
|
||||
"categoryCode": "PROD"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"metadata": {},
|
||||
"data": [
|
||||
{
|
||||
"code": "AGENT",
|
||||
"label": "RESSOURCE PNM et PM",
|
||||
"concise": "AGENT",
|
||||
"canCreateResource": true,
|
||||
"canGoOutResource": true,
|
||||
"canReintegrateResource": true,
|
||||
"canDeleteContract": true
|
||||
},
|
||||
{
|
||||
"code": "SALAR",
|
||||
"label": "Fiche individuelle Salarié",
|
||||
"concise": "SALARIE",
|
||||
"canCreateResource": true,
|
||||
"canGoOutResource": true,
|
||||
"canReintegrateResource": true,
|
||||
"canDeleteContract": true
|
||||
},
|
||||
{
|
||||
"code": "PROD",
|
||||
"label": "Personnel Production",
|
||||
"concise": "Staff Prod",
|
||||
"canCreateResource": true,
|
||||
"canGoOutResource": true,
|
||||
"canReintegrateResource": true,
|
||||
"canDeleteContract": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,419 @@
|
||||
[
|
||||
{
|
||||
"metadata": {},
|
||||
"data": [
|
||||
{
|
||||
"label": "MATRICULE",
|
||||
"type": "MATRICULE",
|
||||
"minimumLength": 1,
|
||||
"maximumLength": 12,
|
||||
"defaultValue": "",
|
||||
"historizeValue": false,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 99,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": true,
|
||||
"relatedToAListValue": false,
|
||||
"unique": true,
|
||||
"personalData": true
|
||||
},
|
||||
{
|
||||
"label": "NOM",
|
||||
"type": "NOM",
|
||||
"minimumLength": 1,
|
||||
"maximumLength": 30,
|
||||
"defaultValue": "",
|
||||
"historizeValue": false,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 99,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": true,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": true
|
||||
},
|
||||
{
|
||||
"label": "PRENOM",
|
||||
"type": "PRENOM",
|
||||
"minimumLength": 1,
|
||||
"maximumLength": 30,
|
||||
"defaultValue": "",
|
||||
"historizeValue": false,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 99,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": false,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": true
|
||||
},
|
||||
{
|
||||
"label": "DATE DE NAISSANCE",
|
||||
"type": "DATE",
|
||||
"minimumLength": 1,
|
||||
"maximumLength": 30,
|
||||
"defaultValue": "",
|
||||
"historizeValue": false,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 99,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": false,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": true
|
||||
},
|
||||
{
|
||||
"label": "NB.ENFANTS",
|
||||
"type": "NUMERIQUE",
|
||||
"minimumLength": 1,
|
||||
"maximumLength": 10,
|
||||
"defaultValue": "",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 99,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": false,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": true
|
||||
},
|
||||
{
|
||||
"label": "ADRESSE",
|
||||
"type": "CARACTERE",
|
||||
"minimumLength": 1,
|
||||
"maximumLength": 10,
|
||||
"defaultValue": "",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": false,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": false
|
||||
},
|
||||
{
|
||||
"label": "C.P",
|
||||
"type": "CARACTERE",
|
||||
"minimumLength": 1,
|
||||
"maximumLength": 10,
|
||||
"defaultValue": "",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": false,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": false
|
||||
},
|
||||
{
|
||||
"label": "COMMUNE",
|
||||
"type": "CARACTERE",
|
||||
"minimumLength": 1,
|
||||
"maximumLength": 10,
|
||||
"defaultValue": "",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": false,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": false
|
||||
},
|
||||
{
|
||||
"label": "Domaine",
|
||||
"type": "CARACTERE",
|
||||
"minimumLength": 1,
|
||||
"maximumLength": 30,
|
||||
"defaultValue": "",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": true,
|
||||
"relatedToAListValue": true,
|
||||
"unique": false,
|
||||
"personalData": false,
|
||||
"valuesList": [
|
||||
{
|
||||
"code": "DOM1",
|
||||
"label": "Domaine1"
|
||||
},
|
||||
{
|
||||
"code": "DOM2",
|
||||
"label": "Domaine2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Secteur",
|
||||
"type": "CARACTERE",
|
||||
"minimumLength": 1,
|
||||
"maximumLength": 30,
|
||||
"defaultValue": "",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": true,
|
||||
"relatedToAListValue": true,
|
||||
"unique": false,
|
||||
"personalData": false,
|
||||
"valuesList": [
|
||||
{
|
||||
"code": "SEC1",
|
||||
"label": "SECTEUR1"
|
||||
},
|
||||
{
|
||||
"code": "SEC2",
|
||||
"label": "SECTEUR2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Service",
|
||||
"type": "CARACTERE",
|
||||
"minimumLength": 1,
|
||||
"maximumLength": 30,
|
||||
"defaultValue": "",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": true,
|
||||
"relatedToAListValue": true,
|
||||
"unique": false,
|
||||
"personalData": false,
|
||||
"valuesList": [
|
||||
{
|
||||
"code": "PROD",
|
||||
"label": "Production"
|
||||
},
|
||||
{
|
||||
"code": "SER1",
|
||||
"label": "Service1"
|
||||
},
|
||||
{
|
||||
"code": "SER2",
|
||||
"label": "Service2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Unité",
|
||||
"type": "CARACTERE",
|
||||
"minimumLength": 1,
|
||||
"maximumLength": 30,
|
||||
"defaultValue": "",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": true,
|
||||
"relatedToAListValue": true,
|
||||
"unique": false,
|
||||
"personalData": false,
|
||||
"valuesList": [
|
||||
{
|
||||
"code": "UNITE1",
|
||||
"label": "Unité 1"
|
||||
},
|
||||
{
|
||||
"code": "UNITE2",
|
||||
"label": "Unité 2"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "DATE SOCIETE",
|
||||
"type": "DATEE",
|
||||
"minimumLength": 1,
|
||||
"maximumLength": 10,
|
||||
"defaultValue": "",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": false,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": false
|
||||
},
|
||||
{
|
||||
"label": "DATE SORTIE",
|
||||
"type": "DATES",
|
||||
"minimumLength": 0,
|
||||
"maximumLength": 10,
|
||||
"defaultValue": "",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": false,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": false
|
||||
},
|
||||
{
|
||||
"label": "MOTIF SORTIE",
|
||||
"type": "MOTIF",
|
||||
"minimumLength": 0,
|
||||
"maximumLength": 2,
|
||||
"defaultValue": "",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": false,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": false
|
||||
},
|
||||
{
|
||||
"label": "CALENDRIER",
|
||||
"type": "CODCAL",
|
||||
"minimumLength": 0,
|
||||
"maximumLength": 8,
|
||||
"defaultValue": "STD",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": true,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": false
|
||||
},
|
||||
{
|
||||
"label": "Pointage",
|
||||
"type": "GESPOINTAGE",
|
||||
"minimumLength": 0,
|
||||
"maximumLength": 1,
|
||||
"defaultValue": "true",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": false,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": false
|
||||
},
|
||||
{
|
||||
"label": "BADGE",
|
||||
"type": "NUMBADGE",
|
||||
"minimumLength": 0,
|
||||
"maximumLength": 5,
|
||||
"defaultValue": "",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": false,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": false
|
||||
},
|
||||
{
|
||||
"label": "TERMINAL",
|
||||
"type": "TERMINAL",
|
||||
"minimumLength": 0,
|
||||
"maximumLength": 12,
|
||||
"defaultValue": "10",
|
||||
"historizeValue": false,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": true,
|
||||
"isPopulationCriteria": false,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": false
|
||||
},
|
||||
{
|
||||
"label": "GESTION DES TEMPS",
|
||||
"type": "GESTEMPS",
|
||||
"minimumLength": 0,
|
||||
"maximumLength": 1,
|
||||
"defaultValue": "true",
|
||||
"historizeValue": false,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": false,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": false
|
||||
},
|
||||
{
|
||||
"label": "GROUPE TEMPS",
|
||||
"type": "GRPTEMP",
|
||||
"minimumLength": 0,
|
||||
"maximumLength": 2,
|
||||
"defaultValue": "01",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": false,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": false
|
||||
},
|
||||
{
|
||||
"label": "LEGISLATION",
|
||||
"type": "LEGISLATION",
|
||||
"minimumLength": 0,
|
||||
"maximumLength": 10,
|
||||
"defaultValue": "STD",
|
||||
"historizeValue": true,
|
||||
"description": "",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": true,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": false
|
||||
},
|
||||
{
|
||||
"label": "DATDERMODIF",
|
||||
"type": "DATE",
|
||||
"minimumLength": 0,
|
||||
"maximumLength": 10,
|
||||
"defaultValue": "",
|
||||
"historizeValue": false,
|
||||
"description": "Date de dernière modification",
|
||||
"decimalCount": 0,
|
||||
"retentionDuration": 0,
|
||||
"lowerCaseAllowed": false,
|
||||
"isPopulationCriteria": false,
|
||||
"relatedToAListValue": false,
|
||||
"unique": false,
|
||||
"personalData": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,15 @@
|
||||
[
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"code": "FC",
|
||||
"label": "Fin de contrat"
|
||||
},
|
||||
{
|
||||
"code": "SO",
|
||||
"label": "Sortie"
|
||||
}
|
||||
],
|
||||
"metadata": {}
|
||||
}
|
||||
]
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,159 @@
|
||||
[
|
||||
{
|
||||
"metadata": {},
|
||||
"data": [
|
||||
{
|
||||
"categoryCode": "AGENT",
|
||||
"profileId": "ADMIN_CHR",
|
||||
"tabs": [
|
||||
{
|
||||
"name": "ETAT CIVIL",
|
||||
"index": 1,
|
||||
"frames": [
|
||||
{
|
||||
"name": "IDENTITÉ",
|
||||
"index": 1,
|
||||
"frameCustomFields": [
|
||||
{
|
||||
"customFieldLabel": "MATRICULE",
|
||||
"rank": 0
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "NOM",
|
||||
"rank": 1
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "PRENOM",
|
||||
"rank": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "INFORMATIONS COMPLÉMENTAIRES",
|
||||
"index": 2,
|
||||
"frameCustomFields": [
|
||||
{
|
||||
"customFieldLabel": "DATE DE NAISSANCE",
|
||||
"rank": 0
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "NB.ENFANTS",
|
||||
"rank": 1
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "ADRESSE",
|
||||
"rank": 2
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "C.P",
|
||||
"rank": 3
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "COMMUNE",
|
||||
"rank": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "PROFESSION",
|
||||
"index": 2,
|
||||
"frames": [
|
||||
{
|
||||
"name": "AFFECTATION",
|
||||
"index": 1,
|
||||
"frameCustomFields": [
|
||||
{
|
||||
"customFieldLabel": "Domaine",
|
||||
"rank": 0
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "Secteur",
|
||||
"rank": 1
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "Service",
|
||||
"rank": 2
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "Unité",
|
||||
"rank": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "DATES ET CONTRATS",
|
||||
"index": 2,
|
||||
"frameCustomFields": [
|
||||
{
|
||||
"customFieldLabel": "DATE SOCIETE",
|
||||
"rank": 0
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "DATE SORTIE",
|
||||
"rank": 1
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "MOTIF SORTIE",
|
||||
"rank": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GTA",
|
||||
"index": 3,
|
||||
"frames": [
|
||||
{
|
||||
"name": "POINTAGE",
|
||||
"index": 1,
|
||||
"frameCustomFields": [
|
||||
{
|
||||
"customFieldLabel": "Pointage",
|
||||
"rank": 0
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "BADGE",
|
||||
"rank": 1
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "TERMINAL",
|
||||
"rank": 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GESTION DES TEMPS",
|
||||
"index": 2,
|
||||
"frameCustomFields": [
|
||||
{
|
||||
"customFieldLabel": "GESTION DES TEMPS",
|
||||
"rank": 0
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "GROUPE TEMPS",
|
||||
"rank": 1
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "LEGISLATION",
|
||||
"rank": 2
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "CALENDRIER",
|
||||
"rank": 3
|
||||
},
|
||||
{
|
||||
"customFieldLabel": "DATDERMODIF",
|
||||
"rank": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,141 @@
|
||||
[
|
||||
{
|
||||
"code": "CHR00",
|
||||
"label": "Repos Hebdomadaire",
|
||||
"concise": "Repos Hebdo",
|
||||
"symbol": "CHR0R",
|
||||
"colorPaletteIndex": 0,
|
||||
"scheduleType": {
|
||||
"type": "REST",
|
||||
"attendance": {
|
||||
"minimumDuration": "00:00",
|
||||
"duration": "00:00",
|
||||
"maximumDuration": "00:00"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "CHR01",
|
||||
"label": "Semaine jour variable",
|
||||
"concise": "SEMAINE J.V",
|
||||
"symbol": "CHR1V",
|
||||
"colorPaletteIndex": 1,
|
||||
"scheduleType": {
|
||||
"type": "DAY",
|
||||
"attendance": {
|
||||
"minimumDuration": "07:15",
|
||||
"duration": "07:53",
|
||||
"maximumDuration": "08:30",
|
||||
"firstTimeslotDuration": "03:56",
|
||||
"secondTimeslotDuration": "03:57"
|
||||
},
|
||||
"scheduleType": {
|
||||
"type": "VARIABLE",
|
||||
"fixedTimeslotStartTime": "09:00",
|
||||
"fixedTimeslotEndTime": "17:00",
|
||||
"variableTimeslotStartTime": "08:30",
|
||||
"variableTimeslotEndTime": "17:30",
|
||||
"toleranceDurationBeforeVariableTimeslotStart": "00:00",
|
||||
"toleranceDurationAfterVariableTimeslotEnd": "00:00"
|
||||
},
|
||||
"lunchBreak": {
|
||||
"minimumDuration": "00:30",
|
||||
"maximumDuration": "00:45",
|
||||
"timeslotStartTime": "12:00",
|
||||
"timeslotEndTime": "13:00"
|
||||
},
|
||||
"shiftCode": " "
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "CHR02",
|
||||
"label": "Matin 06:00 - 14:00",
|
||||
"concise": "Matin 06:00",
|
||||
"symbol": "CHRAM",
|
||||
"colorPaletteIndex": 2,
|
||||
"scheduleType": {
|
||||
"type": "DAY",
|
||||
"attendance": {
|
||||
"minimumDuration": "01:00",
|
||||
"maximumDuration": "10:00",
|
||||
"firstTimeslotDuration": "04:00",
|
||||
"secondTimeslotDuration": "03:30"
|
||||
},
|
||||
"scheduleType": {
|
||||
"type": "FIXED",
|
||||
"startTime": "06:00",
|
||||
"endTime": "14:00",
|
||||
"toleranceDurationBeforeStart": "01:00",
|
||||
"toleranceDurationAfterEnd": "01:00"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "CHR03",
|
||||
"label": "Après-Midi 14:00 - 22:00",
|
||||
"concise": "Ap-Mi. 14:00",
|
||||
"symbol": "CHRMP",
|
||||
"colorPaletteIndex": 3,
|
||||
"scheduleType": {
|
||||
"type": "DAY",
|
||||
"attendance": {
|
||||
"minimumDuration": "01:00",
|
||||
"maximumDuration": "10:00",
|
||||
"firstTimeslotDuration": "04:00",
|
||||
"secondTimeslotDuration": "03:30"
|
||||
},
|
||||
"scheduleType": {
|
||||
"type": "FIXED",
|
||||
"startTime": "14:00",
|
||||
"endTime": "22:00",
|
||||
"toleranceDurationBeforeStart": "01:00",
|
||||
"toleranceDurationAfterEnd": "01:00"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "CHR04",
|
||||
"label": "Nuit 22:00 - 06:00",
|
||||
"concise": "Nuit 22:00",
|
||||
"symbol": "CHRNF",
|
||||
"colorPaletteIndex": 4,
|
||||
"scheduleType": {
|
||||
"type": "NIGHT",
|
||||
"attendance": {
|
||||
"minimumDuration": "01:00",
|
||||
"duration": "07:30",
|
||||
"maximumDuration": "10:00"
|
||||
},
|
||||
"scheduleType": {
|
||||
"type": "FIXED",
|
||||
"startTime": "22:00",
|
||||
"endTime": "06:00",
|
||||
"toleranceDurationBeforeStart": "01:00",
|
||||
"toleranceDurationAfterEnd": "01:00"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"code": "CHR05",
|
||||
"label": "Nuit Var. 21:00 - 05:00",
|
||||
"concise": "Nuit V 21:00",
|
||||
"symbol": "CHRNV",
|
||||
"colorPaletteIndex": 5,
|
||||
"scheduleType": {
|
||||
"type": "NIGHT",
|
||||
"attendance": {
|
||||
"minimumDuration": "01:00",
|
||||
"duration": "07:30",
|
||||
"maximumDuration": "10:00"
|
||||
},
|
||||
"scheduleType": {
|
||||
"type": "VARIABLE",
|
||||
"fixedTimeslotStartTime": "21:00",
|
||||
"fixedTimeslotEndTime": "05:00",
|
||||
"variableTimeslotStartTime": "19:00",
|
||||
"variableTimeslotEndTime": "07:00"
|
||||
},
|
||||
"shiftCode": " "
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,300 @@
|
||||
[
|
||||
{
|
||||
"metadata": {},
|
||||
"data": [
|
||||
{
|
||||
"code": "RTFJ1",
|
||||
"label": "Rotation Forfait journalier",
|
||||
"concise": "SF Forfait",
|
||||
"defaultCodeTemplate": "CHR00",
|
||||
"scheduleShiftCode": "FULL_DAY",
|
||||
"weekTemplates": [
|
||||
{
|
||||
"weekIndex": 1,
|
||||
"dayTemplates": [
|
||||
{
|
||||
"dayType": "MONDAY",
|
||||
"rank": 1,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR01",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "TUESDAY",
|
||||
"rank": 2,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR01",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "WEDNESDAY",
|
||||
"rank": 3,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR01",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "THURSDAY",
|
||||
"rank": 4,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR01",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "FRIDAY",
|
||||
"rank": 5,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR01",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"code": "RT4SM",
|
||||
"label": "Rotation init 4 semaines",
|
||||
"concise": "CHR 4 Sem ",
|
||||
"defaultCodeTemplate": "CHR00",
|
||||
"scheduleShiftCode": "FULL_DAY",
|
||||
"weekTemplates": [
|
||||
{
|
||||
"weekIndex": 1,
|
||||
"dayTemplates": [
|
||||
{
|
||||
"dayType": "MONDAY",
|
||||
"rank": 1,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR02",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "TUESDAY",
|
||||
"rank": 2,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR02",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "WEDNESDAY",
|
||||
"rank": 3,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR02",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "THURSDAY",
|
||||
"rank": 4,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR02",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "FRIDAY",
|
||||
"rank": 5,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR02",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weekIndex": 2,
|
||||
"dayTemplates": [
|
||||
{
|
||||
"dayType": "MONDAY",
|
||||
"rank": 1,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR03",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "TUESDAY",
|
||||
"rank": 2,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR03",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "WEDNESDAY",
|
||||
"rank": 3,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR03",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "THURSDAY",
|
||||
"rank": 4,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR03",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "FRIDAY",
|
||||
"rank": 5,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR03",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weekIndex": 3,
|
||||
"dayTemplates": [
|
||||
{
|
||||
"dayType": "MONDAY",
|
||||
"rank": 1,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR04",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "TUESDAY",
|
||||
"rank": 2,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR04",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "WEDNESDAY",
|
||||
"rank": 3,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR04",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "THURSDAY",
|
||||
"rank": 4,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR04",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "FRIDAY",
|
||||
"rank": 5,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR04",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weekIndex": 4,
|
||||
"dayTemplates": [
|
||||
{
|
||||
"dayType": "MONDAY",
|
||||
"rank": 1,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR01",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "TUESDAY",
|
||||
"rank": 2,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR01",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "WEDNESDAY",
|
||||
"rank": 3,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR01",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "THURSDAY",
|
||||
"rank": 4,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR01",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dayType": "FRIDAY",
|
||||
"rank": 5,
|
||||
"shiftTemplates": [
|
||||
{
|
||||
"code": "CHR01",
|
||||
"shiftIndex": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,140 @@
|
||||
[
|
||||
{
|
||||
"metadata": {},
|
||||
"data": [
|
||||
{
|
||||
"registrationNumber": "CHR0000001",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000002",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000003",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000004",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000005",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000006",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000007",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000008",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000009",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000010",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000011",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000012",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000013",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000014",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000015",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "CHR0000016",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "I00000000124",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "I00000000125",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
},
|
||||
{
|
||||
"registrationNumber": "I00000000126",
|
||||
"rotationCode": "RTFJ1",
|
||||
"startWeek": 1,
|
||||
"startDate": "2025-01-01",
|
||||
"endDate": "2026-12-31"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,250 @@
|
||||
[
|
||||
{
|
||||
"metadata": {},
|
||||
"data": [
|
||||
{
|
||||
"profileId": "ADMIN_CHR",
|
||||
"profileName": "Chronos admin",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "WEB_SLPLANNINGIND_LIGNES",
|
||||
"value": "HORAIRE,SYMBOLE,ABSENCE,ABSENCEH,ACTIVITE,ACTIVITEH,ASTREINTE,LIEU,MOBILITE,COMPTEUR,ANALYTIQUE,POSTE,INFORMATION,DISPONIBILITE",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_CTX_SLPLANNINGIND",
|
||||
"value": "\"itemsCtx\":[{\"cod\":\"HORAIRE\",\"lib\":\"code\",\"lpla\":true,\"pospla\":\"0\",\"pospub\":\"1\",\"posrot\":\"2\",\"codrot\":\"code\"},{\"cod\":\"INFORMATION\",\"lib\":\"code\",\"lpla\":true,\"pospla\":\"0\",\"pospub\":\"1\",\"posrot\":\"2\",\"codrot\":\"code\",\"absenceHoraireSaisissable\":\"NON\",\"activiteHoraireSaisissable\":\"NON\"}],\"squelCtx\":[{\"cumhei\":20,\"leftwid\":20.0}],\"genCtx\":[{\"dat\":\"2025-04-01\",\"nbj\":30,\"vcu\":true,\"vdt\":true,\"nbm\":1}]",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_USER_MENU",
|
||||
"value": "ABS,CNG,CPT,ANO,PAR,RUN,AID,PTG,NPI,TAM,NPM,NPP,NPL,PPI,PIP,GEC,SLSMA",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "NIVEAU_VALIDATION",
|
||||
"value": "9,1",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_NGPLANNINGMED_ACTIONS",
|
||||
"value": "{\"pa\":[{\"d\":\"false\", \"l\":\"\", \"act\":\"REC\"},{\"d\":\"false\", \"l\":\"\", \"act\":\"OPTAFF\"},{\"d\":\"true\", \"l\":\"Exports\", \"act\":\"XLS,PRINT\"},{\"d\":\"false\", \"l\":\"\", \"act\":\"ENR\"},{\"d\":\"false\", \"l\":\"\", \"act\":\"CAL\"},{\"d\":\"true\", \"l\":\"Rotations et cycles\", \"act\":\"PRO,PCY\"},{\"d\":\"true\", \"l\":\"Outils\", \"act\":\"COP,PUB,BUP,TAC,BES,CUM,DUP\"},{\"d\":\"true\", \"l\":\"Préférences\", \"act\":\"STY\"},{\"d\":\"true\", \"l\":\"Editions\", \"act\":\"RAP,EDI,APE,OED\"},{\"d\":\"false\", \"l\":\"\", \"act\":\"HLP\"}]}",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_NGPLANNINGMED_LIGNES",
|
||||
"value": "HORAIRE,SYMBOLE,ABSENCE,ABSENCEH,ACTIVITE,ACTIVITEH,ASTREINTE,LIEU,MOBILITE,COMPTEUR,ANALYTIQUE,POSTE,INFORMATION,DISPONIBILITE",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_NGPLANNINGMED_OPTIONS_AFF",
|
||||
"value": "ITEMS,FAVORIS,INFORMATIONS A DROITE,INFORMATIONS A GAUCHE",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_PLANNINGMED_STYLES",
|
||||
"value": "true|true|true|true",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_NGPLANNINGMED_OPTIONS",
|
||||
"value": "<?xml version=\"1.0\"?><opt><optRow><dat>0</dat><chav>6</chav><chap>7</chap><dep>1</dep><dat>0</dat><chav>6</chav><chap>7</chap><dep>1</dep><gra></gra><deth></deth><modh>TRUE</modh></optRow></opt>",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_USER_PLAMEDMAJ",
|
||||
"value": "+00,+00,+00|TODAY|false",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_NGPLANNINGMEDIND_ACTIONS",
|
||||
"value": "{\"pa\":[{\"d\":\"false\", \"l\":\"\", \"act\":\"REC\"},{\"d\":\"false\", \"l\":\"\", \"act\":\"ENR\"},{\"d\":\"false\", \"l\":\"\", \"act\":\"CAL\"},{\"d\":\"false\", \"l\":\"\", \"act\":\"STY\"},{\"d\":\"false\", \"l\":\"\", \"act\":\"OPTAFF\"},{\"d\":\"true\", \"l\":\"Outils\", \"act\":\"PRO,TAC,PUB,BUP\"},{\"d\":\"true\", \"l\":\"Editions\", \"act\":\"PRINT,RAP\"},{\"d\":\"false\", \"l\":\"\", \"act\":\"HLP\"}]}",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_NGPLANNINGMEDIND_LIGNES",
|
||||
"value": "HORAIRE,ABSENCE,ABSENCEH,ACTIVITEH,LIEU,MOBILITE,COMPTEUR,DISPONIBILITE",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_NGPLANNINGMEDIND_OPT_AFF",
|
||||
"value": "ITEMS,FAVORIS,INFORMATIONS A DROITE",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_PLANNINGMEDIND_STYLES",
|
||||
"value": "false|false|false|false",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_NGPLANNINGMEDIND_OPTIONS",
|
||||
"value": "<?xml version=\"1.0\"?><opt><optRow><dat>0</dat><gra></gra><deth></deth><modh>FALSE</modh></optRow></opt>",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_USER_PLAMEDINDMAJ",
|
||||
"value": "+00,+00,+00|TODAY|false",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_PROFIL_POPSUR4PLAGES",
|
||||
"type": "LOGICAL",
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"name": "WEB_PROFIL_DMS_REG_ABS",
|
||||
"value": "ABSDMS",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_USER_ANO_ONG",
|
||||
"value": "PTG|a,PLG|a,CPT|a,CPH|a,ALE|a,INF|a,MEM|a,BAS|a,ABS|a,ABH|a,ACH|a,ANA|a,PAN|a,EVT|a,POS|a",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "NIVEAU_VALIDATION_CPT",
|
||||
"value": "9",
|
||||
"type": "NUMERICAL"
|
||||
},
|
||||
{
|
||||
"name": "SPARROW_PLANNING_ENABLED",
|
||||
"value": false,
|
||||
"type": "LOGICAL"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"profileId": "EMP_MEC",
|
||||
"profileName": "Salarié MEC",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "PASSWORD_MODIF",
|
||||
"type": "LOGICAL",
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"name": "LISTE_ABSENCES_AFF",
|
||||
"value": "*",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "AFFICHAGE_VACANCES_SCOLAIRES",
|
||||
"type": "LOGICAL",
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"name": "WEB_USER_SLFCONF01",
|
||||
"type": "CHARACTER",
|
||||
"value": "<?xml version=\"1.0\"?><ite xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><iteRow><cod>GEN</cod><cre>1</cre><sup>1</sup></iteRow><iteRow><cod>DRT</cod></iteRow><iteRow><cod>ABS</cod><lst>AJ;FOR;MAL;REU</lst><deb>+0,+0,-9</deb><fin>+0,+0,+0</fin><aff>M</aff><cre>1</cre><atrt>0</atrt><mod>1</mod><sup>1</sup></iteRow><iteRow><cod>FRT</cod></iteRow><iteRow><cod>MOTD1</cod><seq>0</seq></iteRow></ite>"
|
||||
},
|
||||
{
|
||||
"name": "NIVEAU_VALIDATION",
|
||||
"value": "2,1",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_PROFIL_DMS_REG_ABS",
|
||||
"value": "ABSDMS",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "SELFSERVICE_CONFIGURATION",
|
||||
"value": "TOGGLE",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_USER_LSTABSAFF",
|
||||
"value": true,
|
||||
"type": "LOGICAL"
|
||||
},
|
||||
{
|
||||
"name": "WEB_USER_ENVOI_MAIL",
|
||||
"value": 0,
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "TUTO_MEC_ONBOARD_ENABLED",
|
||||
"value": false,
|
||||
"type": "LOGICAL"
|
||||
},
|
||||
{
|
||||
"name": "SPARROW_PLANNING_ENABLED",
|
||||
"value": false,
|
||||
"type": "LOGICAL"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"profileId": "EMP_SELF",
|
||||
"profileName": "Salarié Self",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "PASSWORD_MODIF",
|
||||
"type": "LOGICAL",
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"name": "LISTE_ABSENCES_AFF",
|
||||
"value": "*",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "AFFICHAGE_VACANCES_SCOLAIRES",
|
||||
"type": "LOGICAL",
|
||||
"value": true
|
||||
},
|
||||
{
|
||||
"name": "WEB_USER_SLFCONF01",
|
||||
"type": "CHARACTER",
|
||||
"value": "<?xml version=\"1.0\"?><ite xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><iteRow><cod>GEN</cod><cre>0</cre><sup>0</sup></iteRow><iteRow><cod>ABS</cod><lst>AJ;FOR;MAL;REU</lst><deb>+0,+0,-9</deb><fin>+0,+0,+0</fin><aff>M</aff><cre>1</cre><atrt>0</atrt><mod>1</mod><sup>1</sup></iteRow><iteRow><cod>FRT</cod></iteRow><iteRow><cod>PLA</cod><lst>CHRONOSCAL;VS;HORAIRE;ABSENCEJ;ABSENCEH</lst><cli>undefined</cli></iteRow><iteRow><cod>MOTD1</cod><seq>0</seq></iteRow></ite>"
|
||||
},
|
||||
{
|
||||
"name": "NIVEAU_VALIDATION",
|
||||
"value": "2,1",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_PROFIL_DMS_REG_ABS",
|
||||
"value": "ABSDMS",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "SELFSERVICE_CONFIGURATION",
|
||||
"value": "SELF-SERVICE",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_USER_LSTABSAFF",
|
||||
"value": true,
|
||||
"type": "LOGICAL"
|
||||
},
|
||||
{
|
||||
"name": "WEB_USER_ENVOI_MAIL",
|
||||
"value": 0,
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_USER_CONG_DROIT",
|
||||
"value": "",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_USER_CONG_DET",
|
||||
"value": "DET,A;VAL,C;DAT,A;INF,;DTYP,D;DVAL,;EXE,Y;DRT,C;LGZ,Y",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "TUTO_MEC_ONBOARD_ENABLED",
|
||||
"value": false,
|
||||
"type": "LOGICAL"
|
||||
},
|
||||
{
|
||||
"name": "SPARROW_PLANNING_ENABLED",
|
||||
"value": false,
|
||||
"type": "LOGICAL"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,232 @@
|
||||
[
|
||||
{
|
||||
"metadata": {},
|
||||
"data": [
|
||||
{
|
||||
"userId": "ASYS",
|
||||
"userName": "Administrateur ASYS",
|
||||
"profile": "ADMIN_DEFAUT",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "NIVEAU_VALIDATION",
|
||||
"value": "9,1,10",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "CTRL_CLOTURE",
|
||||
"value": false,
|
||||
"type": "LOGICAL"
|
||||
},
|
||||
{
|
||||
"name": "DATE_CLOTURE",
|
||||
"value": "TCLOTURE",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "PLANIF_AVANT_DERTRT",
|
||||
"value": true,
|
||||
"type": "LOGICAL"
|
||||
}
|
||||
],
|
||||
"isTemporaryPassword": false
|
||||
},
|
||||
{
|
||||
"userId": "GEST_ABS",
|
||||
"userName": "Gestionnaire Absences",
|
||||
"profile": "ADMIN_CHR",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "WEB_CTX_NGPLANNINGIND",
|
||||
"value": "\"itemsCtx\":[{\"cod\":\"HORAIRE\",\"lib\":\"code\",\"lpla\":true,\"pospla\":\"0\",\"pospub\":\"1\",\"posrot\":\"2\",\"codrot\":\"code\"},{\"cod\":\"ABSENCE\",\"lib\":\"code\",\"lpla\":true,\"pospla\":\"0\",\"pospub\":\"1\",\"posrot\":\"2\",\"codrot\":\"code\"},{\"cod\":\"ABSENCEH\",\"lib\":\"code\",\"lpla\":true,\"pospla\":\"0\",\"pospub\":\"1\",\"posrot\":\"2\",\"codrot\":\"code\"},{\"cod\":\"ACTIVITE\",\"lib\":\"code\",\"lpla\":true,\"pospla\":\"0\",\"pospub\":\"1\",\"posrot\":\"2\",\"codrot\":\"code\"},{\"cod\":\"INFORMATION\",\"lib\":\"code\",\"lpla\":true,\"pospla\":\"0\",\"pospub\":\"1\",\"posrot\":\"2\",\"codrot\":\"code\",\"absenceHoraireSaisissable\":\"NON\",\"activiteHoraireSaisissable\":\"NON\"}],\"squelCtx\":[{\"cumhei\":20,\"leftwid\":20.0}],\"genCtx\":[{\"dat\":\"2025-06-01\",\"nbj\":30,\"vcu\":true,\"vdt\":true,\"nbm\":1}]",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "WEB_CTX_NGPLANNINGINDINF",
|
||||
"value": "\"infoCtx\":[{\"inf\":\"yearMonth\",\"lab\":\"Mois\",\"wid\":\"33.33333333333333\",\"isVisible\":true},{\"inf\":\"ITEM\",\"lab\":\"Items\",\"wid\":\"66.66666666666666\",\"isVisible\":true}]",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "IDENTIFIANT_EXTERNE",
|
||||
"value": "GEST_ABS",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "NIVEAU_VALIDATION",
|
||||
"value": "9,1",
|
||||
"type": "CHARACTER"
|
||||
}
|
||||
],
|
||||
"isTemporaryPassword": false
|
||||
},
|
||||
{
|
||||
"userId": "GEST_BDG",
|
||||
"userName": "Gestionnaire Bdgeuses",
|
||||
"profile": "ADMIN_CHR",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "IDENTIFIANT_EXTERNE",
|
||||
"value": "GEST_BDG",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "NIVEAU_VALIDATION",
|
||||
"value": "9,1",
|
||||
"type": "CHARACTER"
|
||||
}
|
||||
],
|
||||
"isTemporaryPassword": false
|
||||
},
|
||||
{
|
||||
"userId": "CMOREAU2",
|
||||
"userName": "Camille Moreau",
|
||||
"profile": "EMP_MEC",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "IDENTIFIANT_EXTERNE",
|
||||
"type": "CHARACTER",
|
||||
"value": "CMOREAU2"
|
||||
},
|
||||
{
|
||||
"name": "PL_MATRICULE",
|
||||
"type": "CHARACTER",
|
||||
"value": "CHR0000011"
|
||||
},
|
||||
{
|
||||
"name": "NIVEAU_VALIDATION",
|
||||
"value": "2,1",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "SELFSERVICE_TOGGLE_NEW_SELF_ON",
|
||||
"value": true,
|
||||
"type": "LOGICAL"
|
||||
}
|
||||
],
|
||||
"isTemporaryPassword": false
|
||||
},
|
||||
{
|
||||
"userId": "MDUBOIS",
|
||||
"userName": "Marie Dubois",
|
||||
"profile": "EMP_SELF",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "IDENTIFIANT_EXTERNE",
|
||||
"type": "CHARACTER",
|
||||
"value": "MDUBOIS"
|
||||
},
|
||||
{
|
||||
"name": "PL_MATRICULE",
|
||||
"type": "CHARACTER",
|
||||
"value": "CHR0000012"
|
||||
},
|
||||
{
|
||||
"name": "NIVEAU_VALIDATION",
|
||||
"value": "2,1",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "SELFSERVICE_TOGGLE_NEW_SELF_ON",
|
||||
"value": false,
|
||||
"type": "LOGICAL"
|
||||
},
|
||||
{
|
||||
"name": "WEB_CTX_SELF_SERVICE01",
|
||||
"value": "<?xml version=\"1.0\"?><s xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"><sRow><blk>ABS</blk><lib>Mes absences</lib><aff>2</aff><li>1</li><co>1</co><rs>1</rs><cs>2</cs><de>1</de><a>9</a><lst>,AJ,FOR,MAL,REU</lst></sRow><sRow><blk>FRT</blk><lib>Freetime</lib><aff>1</aff><li>1</li><co>2</co><rs>1</rs><cs>1</cs></sRow><sRow><blk>PLA</blk><lib>Mon planning</lib><aff>1</aff><li>1</li><co>3</co><rs>1</rs><cs>1</cs><lst>CHRONOSCAL,VS,HORAIRE,ABSENCEJ,ABSENCEH</lst></sRow></s>",
|
||||
"type": "CHARACTER"
|
||||
}
|
||||
],
|
||||
"isTemporaryPassword": false
|
||||
},
|
||||
{
|
||||
"userId": "JGIRARDOT",
|
||||
"userName": "Jocelyn Girardot",
|
||||
"profile": "EMP_SELF",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "IDENTIFIANT_EXTERNE",
|
||||
"value": "jgirardot",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "PL_MATRICULE",
|
||||
"type": "CHARACTER",
|
||||
"value": "I00000000125"
|
||||
}
|
||||
],
|
||||
"isTemporaryPassword": false
|
||||
},
|
||||
{
|
||||
"userId": "MBAUME",
|
||||
"userName": "Martial Baumé",
|
||||
"profile": "EMP_SELF",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "IDENTIFIANT_EXTERNE",
|
||||
"value": "mbaume",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "PL_MATRICULE",
|
||||
"type": "CHARACTER",
|
||||
"value": "I00000000124"
|
||||
}
|
||||
],
|
||||
"isTemporaryPassword": false
|
||||
},
|
||||
{
|
||||
"userId": "AZITOUNI",
|
||||
"userName": "Ali Zitouni",
|
||||
"profile": "EMP_SELF",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "IDENTIFIANT_EXTERNE",
|
||||
"value": "azitouni",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "PL_MATRICULE",
|
||||
"type": "CHARACTER",
|
||||
"value": "I00000000200"
|
||||
}
|
||||
],
|
||||
"isTemporaryPassword": false
|
||||
},
|
||||
{
|
||||
"userId": "MWEBER",
|
||||
"userName": "Manon Weber",
|
||||
"profile": "EMP_SELF",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "IDENTIFIANT_EXTERNE",
|
||||
"value": "mweber",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "PL_MATRICULE",
|
||||
"type": "CHARACTER",
|
||||
"value": "I00000000201"
|
||||
}
|
||||
],
|
||||
"isTemporaryPassword": false
|
||||
},
|
||||
{
|
||||
"userId": "XWANG",
|
||||
"userName": "Xiang Wang",
|
||||
"profile": "EMP_SELF",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "IDENTIFIANT_EXTERNE",
|
||||
"value": "xwang",
|
||||
"type": "CHARACTER"
|
||||
},
|
||||
{
|
||||
"name": "PL_MATRICULE",
|
||||
"type": "CHARACTER",
|
||||
"value": "I00000000202"
|
||||
}
|
||||
],
|
||||
"isTemporaryPassword": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user