Project

General

Profile

Download (3.23 KB) Statistics
| Branch: | Tag: | Revision:

calebasse / calebasse / fixtures / holidays_types.json @ 05a6bb20

1
[
2
    {
3
        "fields": {
4
            "for_group": true, 
5
            "name": "Jour f\u00e9ri\u00e9"
6
        }, 
7
        "model": "ressources.holidaytype", 
8
        "pk": 1
9
    }, 
10
    {
11
        "fields": {
12
            "for_group": true, 
13
            "name": "Cong\u00e9s annuels"
14
        }, 
15
        "model": "ressources.holidaytype", 
16
        "pk": 2
17
    }, 
18
    {
19
        "fields": {
20
            "for_group": true, 
21
            "name": "Cong\u00e9s trimestriels"
22
        }, 
23
        "model": "ressources.holidaytype", 
24
        "pk": 3
25
    }, 
26
    {
27
        "fields": {
28
            "for_group": false, 
29
            "name": "RTT"
30
        }, 
31
        "model": "ressources.holidaytype", 
32
        "pk": 4
33
    }, 
34
    {
35
        "fields": {
36
            "for_group": false, 
37
            "name": "RTT et r\u00e9cup\u00e9ration"
38
        }, 
39
        "model": "ressources.holidaytype", 
40
        "pk": 5
41
    }, 
42
    {
43
        "fields": {
44
            "for_group": false, 
45
            "name": "R\u00e9cup\u00e9ration"
46
        }, 
47
        "model": "ressources.holidaytype", 
48
        "pk": 6
49
    }, 
50
    {
51
        "fields": {
52
            "for_group": false, 
53
            "name": "En formation"
54
        }, 
55
        "model": "ressources.holidaytype", 
56
        "pk": 7
57
    }, 
58
    {
59
        "fields": {
60
            "for_group": false, 
61
            "name": "Donne une formation"
62
        }, 
63
        "model": "ressources.holidaytype", 
64
        "pk": 8
65
    }, 
66
    {
67
        "fields": {
68
            "for_group": false, 
69
            "name": "R\u00e9union \u00e0 l'ext\u00e9rieur"
70
        }, 
71
        "model": "ressources.holidaytype", 
72
        "pk": 9
73
    }, 
74
    {
75
        "fields": {
76
            "for_group": false, 
77
            "name": "Cong\u00e9 exceptionnel"
78
        }, 
79
        "model": "ressources.holidaytype", 
80
        "pk": 10
81
    }, 
82
    {
83
        "fields": {
84
            "for_group": false, 
85
            "name": "Cong\u00e9 maladie"
86
        }, 
87
        "model": "ressources.holidaytype", 
88
        "pk": 11
89
    }, 
90
    {
91
        "fields": {
92
            "for_group": false, 
93
            "name": "Cong\u00e9 maternit\u00e9"
94
        }, 
95
        "model": "ressources.holidaytype", 
96
        "pk": 12
97
    }, 
98
    {
99
        "fields": {
100
            "for_group": false, 
101
            "name": "Heures de d\u00e9l\u00e9gation"
102
        }, 
103
        "model": "ressources.holidaytype", 
104
        "pk": 13
105
    }, 
106
    {
107
        "fields": {
108
            "for_group": false, 
109
            "name": "Cong\u00e9 sans solde"
110
        }, 
111
        "model": "ressources.holidaytype", 
112
        "pk": 14
113
    }, 
114
    {
115
        "fields": {
116
            "for_group": false, 
117
            "name": "Fin de contrat"
118
        }, 
119
        "model": "ressources.holidaytype", 
120
        "pk": 15
121
    }, 
122
    {
123
        "fields": {
124
            "for_group": false, 
125
            "name": "Journ\u00e9e de solidarit\u00e9"
126
        }, 
127
        "model": "ressources.holidaytype", 
128
        "pk": 16
129
    }, 
130
    {
131
        "fields": {
132
            "for_group": false, 
133
            "name": "Cong\u00e9 anciennet\u00e9"
134
        }, 
135
        "model": "ressources.holidaytype", 
136
        "pk": 17
137
    }, 
138
    {
139
        "fields": {
140
            "for_group": false, 
141
            "name": "Motif inconnu"
142
        }, 
143
        "model": "ressources.holidaytype", 
144
        "pk": 18
145
    }
146
]
(11-11/27)