Files
paycheck/internal/profiles/profiles.json

47 lines
832 B
JSON

{
"test": {
"label": "TEST (fallback)",
"matricule": "",
"rates": {
"456": 1,
"458": 1,
"459": 1,
"471": 1
},
"forfait_dim_ferie": 120
},
"alban": {
"label": "DUMERAIN Alban (165004)",
"matricule": "165004",
"rates": {
"456": 18.03,
"458": 30.05,
"459": 36.06,
"471": 3.58
},
"forfait_dim_ferie": 120
},
"lydie": {
"label": "ROUQUIER Lydie (266340)",
"matricule": "266340",
"rates": {
"456": 15.24,
"458": 25.4,
"459": 30.48,
"471": 3.03
},
"forfait_dim_ferie": 120
},
"clement": {
"label": "DUFETELLE Clement (178549)",
"matricule": "178549",
"rates": {
"456": 19.05,
"458": 31.75,
"459": 38.1,
"471": 3.78
},
"forfait_dim_ferie": 120
}
}