-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
105 lines (98 loc) · 1.88 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"users": [
{
"id": 1 ,
"identifiantUnique": "120045678",
"nom": "RIAHI",
"prenom" : "KHALIL",
"prenomPere": "ADEL",
"prenomGrandPere" : "AHMED",
"nomMere": "SOUAD",
"prenomMere" : "TLILI",
"sexe": "HOMME",
"date": "16/08/1985",
"identifiantUnique1": "2430045870",
"nom1": "TRABELSI",
"prenom1" : "NAJOUA",
"prenomPere1": "MOKHTAR",
"prenomGrandPere1" : "SALAH",
"nomMere1": "RADHIA",
"prenomMere1" : "NOUIRA",
"sexe1": "FEMME",
"date1": "25/10/1988",
"typePiece1" : "CIN",
"numeroPiece1": "07112720"
}
],
"relevee": [
{
"userId": "1",
"id" : 1,
"trimestre" : "1",
"annee": "2020",
"salaire": "5800 dinars",
"nemployeur": "200145"
},
{
"userId": "1",
"id" : 2,
"trimestre" : "4",
"annee": "2019",
"salaire": "6800 dianrs",
"nemployeur": "200145"
},
{
"userId": "1",
"id" : 3,
"trimestre" : "3",
"annee": "2019",
"salaire": "6200 dinars",
"nemployeur": "200145"
}
],
"pension": [
{
"userId": "1",
"id" : 1,
"nbTriCons": "10",
"nbTriNonCons": "5",
"pourcentage": "15%",
"taux": "7%",
"pension": "10000 dinars",
"coefficient": "8",
"montantSupp": "4000 dinars",
"montantPension": "17000 dinars",
"nbPoint": "60"
}
],
"pensionpaye": [
{
"userId": "1",
"id" : 1,
"annee": "2020",
"mois": "Mai",
"montanbrut": "1210,2 dinars",
"montantnet": "1080,87 dinars"
},
{
"userId": "1",
"id" : 2,
"annee": "2020",
"mois": "Avril",
"montanbrut": "1190,54 dinars",
"montantnet": "1060,71 dinars"
},
{
"userId": "1",
"id" : 3,
"annee": "2020",
"mois": "Mars",
"montanbrut": "1230,98 dinars",
"montantnet": "1095,2 dinars"
}
],
"profile": {
"matricule ": 2 ,
"name": "Zlagi"
}
}