IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Voir le flux RSS

Au Pied Levé - À Main Levée

I-3.1.2. Ex&Co : Système de menus

Noter ce billet
par , 01/04/2020 à 10h25 (270 Affichages)
APL-AML est une monographie fragmentée en plusieurs billets pour des raisons de volume.
Un billet SYNOPSIS et un billet SOMMAIRE agrègent tous les billets du blog via des liens hypertextes.

■ ■ ■ SOMMAIRE DU BILLET ■ ■ ■

  • Le système de menus Informix-SQL
  • Symbolisme adopté dans le menu
  • Menu d'accueil
  • Menu sessions en cours
  • Mise à jour des tables
  • Menu SASU CE 07
Le système de menus Informix-SQL

Le système de menus Informix-SQL utilise 2 tables : sysmenus et sysmenuitems.
  • La table "sysmenus" compte 2.626 items
  • La table "sysmenuitems" compte 26.573 items

Chaque concours constitue un sous-ensemble indépendant du système de menus. Cela évite aux gestionnaires d'avoir à saisir les codes de leurs concours.

L’application gère un panel de 90 Examens-Concours mais chaque année scolaire n’en sont organisés qu’une trentaine, la majorité entre février et juin, chacun nécessitant environ 150 traitements entre son ouverture et la publication des résultats

Un sous-ensemble concours représente :
  • 29 items dans la table sysmenus
  • 293 items dans la table sysmenuitems.

Le système de menus examens-concours donne accès à 170 éditions et 917 écrans.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
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
┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                                      Ex&Co                                     │
│                                                                                │
│                                    ─────────                                   │
│                                                                                │
│                                SYSTEME DE MENUS                                │
│                                                                                │
│                                                                                │
├────────────────────────────────────────────────────────────────────────────────┤
│                                                                                │
│ ■ Le système de menus Informix-SQL utilise 2 tables : sysmenus et sysmenuitems.│
│                                                                                │
│   La table "sysmenus"     compte  2.626 items                                  │
│   La table "sysmenuitems" compte 26.573 items                                  │
│                                                                                │
│ ■ Chaque concours constitue un sous-ensemble indépendant du système de menus.  │
│                                                                                │
│   Cela évite aux gestionnaires d'avoir à saisir les codes de leurs concours.   │
│                                                                                │
│                                                                                │
│ ■ Un sous-ensemble concours représente  29 items dans la tables sysmenus       │
│                                        293 items dans la tables sysmenuitems   │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

Symbolisme adopté dans le menu

Les gestionnaires ont toujours accès à la documentation en ligne. Certains items des menus qui n’ont qu’une fonction esthétique (séparation, encadrement) permettent d’afficher un menu INFORMATIONS.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
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
┌┤Symbolisme adopté dans le menu├────────────────────────────────────────────────┐
│                                                                                │
│   ?     Aide/informations                                                      │
│                                                                                │
│   >>    Sous-menu                                                              │
│                                                                                │
│   [ ]   Écran                                                                  │
│                                                                                │
│   [0]   Écran Pré-inscriptions                                                 │
│                                                                                │
│   [1]   Écran candidats/candidatures 1er  groupe d'épreuves (admissibilité)    │
│                                                                                │
│   [2]   Écran candidats/candidatures 2ème groupe d'épreuves (admission)        │
│                                                                                │
│   [?]   Impression du résultat d'une requête                                   │
│                                                                                │
│   ///   Imprimante                                                             │
│                                                                                │
│                                                                                │
│Le système de menus d'Informix permet de créer des menus constitués :           │
│                                                                                │
│   - d'items courts (nombre d'items du menu > 14)                               │
│                                                                                │
│   - d'items longs  (nombre d'items du menu < 15)                               │
│                                                                                │
│   Dans la mesure du possible, les menus proposent des items courts afin de     │
│   réduire l'effort mental.                                                     │
│                                                                                │
│Certains items jouent un rôle esthétique tout en permettant :                   │
│                                                                                │
│   1. soit d'activer un écran d'aide,                                           │
│                                                                                │
│   ┌──────────────────────────┤[?]├┐  Les items inclus dans le cadre affichent  │
│                                      l'aide ou l'information à l'écran.        │
│                                                                                │
│   ┌──────────────────────────┤///├┐  Les items inclus dans le cadre impriment  │
│                                      l'aide ou l'information.                  │
│                                                                                │
│   ┌──────────────────────────┤[0]├┐  Écran "Pré-inscriptions"                  │
│                                                                                │
│                                                                                │
│   ┌──────────────────────────┤[1]├┐  Écran "Candidats/Candidatures"            │
│                                      (1er groupe d'épreuves : admissibilité)   │
│                                                                                │
│   ┌──────────────────────────┤[2]├┐  Écran "Candidats/Candidatures"            │
│                                      (2ème groupe d'épreuves : admission)      │
│                                                                                │
├────────────────────────────────────────────────────────────────────────────────┤
│                                                                                │
│   2. soit d'accéder au menu "INFORMATIONS,                                     │
│                                                                                │
│   ┌────────────────────────────┤?├┐                                            │
│   │                               │  -> Menu INFORMATIONS                      │
│   ├───────────────────────────────┤  -> Menu INFORMATIONS                      │
│   │                             >>│  -> Sous-menu                              │
│   └───────────────────────────────┘  -> Menu INFORMATIONS                      │
│                                                                                │
├────────────────────────────────────────────────────────────────────────────────┤
│                                                                                │
│   3. soit, dans le cas du premier item d'un cadre ou d'une fenêtre de menu,    │
│      d'exécuter le même traitement que l'item qui le suit.                     │
│                                                                                │
│   ┌───────────────────────────────┐  -> Écran de saisie des travaux jury       │
│   │SAISIE DES TRAVAUX JURY        │  -> Écran de saisie des travaux jury       │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

Menu d'accueil

Code : Sélectionner tout - Visualiser dans une fenêtre à part
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
┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                                      Ex&Co                                     │
│                                                                                │
│                                    ─────────                                   │
│                                                                                │
│                                SYSTEME DE MENUS                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                                       Ex&Co                                    │
│                                                                                │
│   1. ┌────────────────────────────┤?├┐  15. ┌────┤PRE-INSCRIPTIONS  [0]├────┐  │
│   2. │ADMINISTRATIFS (A)             │  16. │IMPORTATION PRE-INSCRIPTIONS   │  │
│   3. │ADMINISTRATIFS (B)             │  17. │ETAT SYNOPTIQUE IMPORTATION(S) │  │
│   4. │ADMINISTRATIFS (C)             │  18. │TRAITEMENT TOUS Ex&Co (DBA)  ->│  │
│   5. │CUISINE                        │  19. └───────────────────────────────┘  │
│   6. │LABORATOIRE                    │  20. ┌─┤CANDIDATS/CANDIDATURES  [1]├─┐  │
│   7. │INFIRMIER(E)S                  │  21. │PRE-INSCRIPTIONS-> CANDIDATURES│  │
│   8. │BATIMENT : AI IE RF IST        │  22. │ETAT SYNOPTIQUE CANDIDATURES   │  │
│   9. │           MA EBA AR IE-ST     │  23. │ETAT RECAPITULATIF             │  │
│  10. │DIVERS   : OP-L EV AC OEA      │  24. └───────────────────────────────┘  │
│  11. ├───────────────────────────────┤  25. ┌───────────────────────────────┐  │
│  12. │TOUTES SESSIONS EN COURS       │  26. │MISE A JOUR DES TABLES         │  │
│  13. │TOUTES SESSIONS ANTERIEURES    │  27. │ADMINISTRATION + HISTORISATION │  │
│  14. └───────────────────────────────┘  28. └───────────────────────────────┘  │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  2                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

Menu sessions en cours

Code : Sélectionner tout - Visualiser dans une fenêtre à part
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                       EXAMENS-CONCOURS SESSIONS EN COURS                       │
│                                                                                │
│   1. ┌──────┤Admissibilité [1]├──────┐  15. ┌────────┤Admission [2]├────────┐  │
│   2. │PRE-INSCRIPTIONS INTERNET    ->│  16. │ORDRE ORAL                     │  │
│   3. │LISTE DE CONTROLE DES OPTIONS  │  17. │CANDIDATURES EPREUVES ADMISSION│  │
│   4. │ETABLISSEMENTS/SALLES/PLACES   │  18. │PASSAGE DES CANDIDATS        ->│  │
│   5. │PLACEMENT                      │  19. │CONVOCATIONS                   │  │
│   6. │CONVOCATIONS                   │  20. │VALISE: LISTES+EXPORT        ->│  │
│   7. │VALISE: LISTES+N°TABLE+EXPORT->│  21. │NOTES : SAISIE/IMPORT+LISTES ->│  │
│   8. │SAISIE DES ABSENCES            │  22. │DETERMINATION DE L'ADMISSION   │  │
│   9. │ANONYMAT                     ->│  23. │CLASSEMENT                   ->│  │
│  10. │NOTES : SAISIE/IMPORT+LISTES ->│  24. │ADMIS : LISTES+INTERNET      ->│  │
│  11. │DETERMINATION ADMISSIBILITE    │  25. │NOTIFICATIONS                  │  │
│  12. │ADMISSIBLES: LISTE+INTERNET  ->│  26. │ARRETES                        │  │
│  13. │NOTIFICATIONS                  │  27. │BILANS                       ->│  │
│  14. └────────┤Menu CONCOURS├────────┘  28. └──────────┤Menu JURY├──────────┘  │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                       EXAMENS-CONCOURS SESSIONS ANTÉRIEURES                    │
│                                                                                │
│   1. ┌──────┤Admissibilité [1]├──────┐  15. ┌────────┤Admission [2]├────────┐  │
│   2. │PRE-INSCRIPTIONS INTERNET    ->│  16. │ORDRE ORAL                     │  │
│   3. │LISTE DE CONTROLE DES OPTIONS  │  17. │CANDIDATURES EPREUVES ADMISSION│  │
│   4. │ETABLISSEMENTS/SALLES/PLACES   │  18. │PASSAGE DES CANDIDATS        ->│  │
│   5. │PLACEMENT                      │  19. │CONVOCATIONS                   │  │
│   6. │CONVOCATIONS                   │  20. │VALISE: LISTES+EXPORT        ->│  │
│   7. │VALISE: LISTES+N°TABLE+EXPORT->│  21. │NOTES : SAISIE/IMPORT+LISTES ->│  │
│   8. │SAISIE DES ABSENCES            │  22. │DETERMINATION DE L'ADMISSION   │  │
│   9. │ANONYMAT                     ->│  23. │CLASSEMENT                   ->│  │
│  10. │NOTES : SAISIE/IMPORT+LISTES ->│  24. │ADMIS : LISTES+INTERNET      ->│  │
│  11. │DETERMINATION ADMISSIBILITE    │  25. │NOTIFICATIONS                  │  │
│  12. │ADMISSIBLES: LISTE+INTERNET  ->│  26. │ARRETES                        │  │
│  13. │NOTIFICATIONS                  │  27. │BILANS                       ->│  │
│  14. └────────┤Menu CONCOURS├────────┘  28. └──────────┤Menu JURY├──────────┘  │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                           ADMINISTRATIF (A)                                    │
│                                                                                │
│   1. AASU  CE 07 - Attaché d'Administration Scolaire et Univ.                  │
│   2. AASU  CI 07 - Attaché d'Administration Scolaire et Univ.                  │
│   3. CASU  EP 07 - Conseiller d'Administration Scolaire et Univ.               │
│   4. IR-E  CE 07 - IR -BAP E- Expert système, réseaux et télécom               │
│   5. IR-E  CI 07 - IR -BAP E- Expert système, réseaux et télécom               │
│   6. IR-I  CE 07 - IR -BAP I- Spéc. org./ration. gest. finalisée               │
│   7. AI-E  CE 07 - AI -BAP E- Assistant informatique de proximité              │
│   8. IE-E1 CE 07 - IE -BAP E- Admin. réseaux, ressources info-SI               │
│   9. IE-E2 CE 07 - IE -BAP E- Admin. système, réseaux et télécom               │
│  10. IE-E3 CE 07 - IE -BAP E- Ingénieur statisticien                           │
│  11. RPE                                                                       │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return tp previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                           ADMINISTRATIF (A)                                    │
│                                                                                │
│   1. RPE   CE 07 - Recrutement Professeurs des Ecoles                          │
│   2. RPE-2 2I 07 - Recrutement Professeurs des Ecoles (Second)                 │
│   3. RPE-3 3I 07 - Recrutement Professeurs des Ecoles (3ème V)                 │
│   4. RPECP CI 07 - Recrutement Professeurs des Ecoles (Cycle)                  │
│   5. RPE77 1I 07 - Recrutement Professeurs des Ecoles (Premier)                │
│   6. RPE93 1I 07 - Recrutement Professeurs des Ecoles (Premier)                │
│   7. RPE94 1I 07 - Recrutement Professeurs des Ecoles (Premier)                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return tp previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                           ADMINISTRATIF (B)                                    │
│                                                                                │
│   1. SASU  CE 07 - Secrétaire d'Administration Scol. et Univ.                  │
│   2. SASU  CI 07 - Secrétaire d'Administration Scol. et Univ.                  │
│   3. SASU  EP 07 - Secrétaire d'Administration Scol. et Univ.                  │
│   4. SASUE EP 07 - SASU "Classe Exceptionnelle"                                │
│   5. AA-SS CE 07 - Assistants et Assistantes de Service Social                 │
│   6. AA-SS CI 07 - Assistants et Assistantes de Service Social                 │
│   7. AASS2 CE 07 - Assistants et Assistantes de Service Social                 │
│   8. AASS2 CI 07 - Assistants et Assistantes de Service Social                 │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                           ADMINISTRATIF (C)                                    │
│                                                                                │
│   1. AA    CU 07 - Agent Administratif                                         │
│   2. A-RES CI 07 - Agent administratif (Concours réservé)                      │
│   3. A-CIS CI 07 - Agent Administratif des Services Déconcentrés               │
│   4. AA-AG CE 07 - Adjoint Administratif Administration Générale               │
│   5. AA-AG CI 07 - Adjoint Administratif Administration Générale               │
│   7. AACAA CI 07 - Accès au Corps d'Adjoints Administratifs                    │
│   6. AA-SD CE 07 - Adjoint Administratif Spécialité Dactylo                    │
│   8. MO-SS CI 07 - Maître Ouvrier Sans Spécialité                              │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘
 
┌────────────────────────────────────────────────────────────────────────────────┐
│                                CUISINE                                         │
│                                                                                │
│   1. OP-C  CE 07 - Ouvrier Professionnel Cuisine                               │
│                                                                                │
│   2. OP-C  CI 07 - Ouvrier Professionnel Cuisine                               │
│                                                                                │
│   3. OP-C  EP 07 - Ouvrier Professionnel Cuisine                               │
│                                                                                │
│   4. MO-C  CE 07 - Maître Ouvrier        Cuisine                               │
│                                                                                │
│   5. MO-C  CI 07 - Maître Ouvrier        Cuisine                               │
│                                                                                │
│   6. MOP-C TJ 07 - Travaux jury MO + OP + EP                                   │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                              LABORATOIRE                                       │
│                                                                                │
│   1. AGTL  CU 07 - AGent Technique de Laboratoire                              │
│   2. AL-ES CE 07 - Aide de Laboratoire                                         │
│   3. AL-ES CI 07 - Aide de Laboratoire                                         │
│   4. ATL   TJ 07 - Aide Technique de Laboratoire (A + B + C)                   │
│   5. ATL-A CE 07 - Aide Technique de Laboratoire : Spécialité A                │
│   6. ATL-A CI 07 - Aide Technique de Laboratoire : spécialité A                │
│   7. ATL-B CE 07 - Aide Technique de Laboratoire : spécialité B                │
│   8. ATL-B CI 07 - Aide Technique de Laboratoire : spécialité B                │
│   9. ATL-C CE 07 - Aide Technique de Laboratoire : spécialité C                │
│  10. ATL-C CI 07 - Aide Technique de Laboratoire : spécialité C                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                               INFIRMIER                                        │
│                                                                                │
│   1. I-EPE CE 07 - Infirmier                                                   │
│                                                                                │
│   2. I-EPE CI 07 - Infirmier                                                   │
│                                                                                │
│   3. ICEPE EP 07 - Infirmier en Chef                                           │
│                                                                                │
│   4. ICEPP EP 07 - Infirmier en Chef (Paris)                                   │
│                                                                                │
│   5. ICEPC EP 07 - Infirmier en Chef (Créteil)                                 │
│                                                                                │
│   6. ICEPV EP 07 - Infirmier en Chef (Versailles)                              │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                               BATIMENT                                         │
│                                                                                │
│   1. OP-B  TJ 07 - OP Bâtiment                                                 │
│   2. OP-AI CE 07 - OP Agencement Intérieur                                     │
│   3. OP-AI CI 07 - OP Agencement Intérieur                                     │
│   4. OP-AI EP 07 - OP Agencement Intérieur                                     │
│   5. OP-IE CE 07 - OP Installations Electriques                                │
│   6. OP-IE CI 07 - OP Installations Electriques                                │
│   7. OP-IE EP 07 - OP Installations Electriques                                │
│   8. OP-RF CE 07 - OP Revêtement et Finition                                   │
│   9. OP-RF CI 07 - OP Revêtement et Finition                                   │
│  10. OP-RF EP 07 - OP Revêtement et Finition                                   │
│  11. OPIST CE 07 - OP Installations Sanitaires et Thermiques                   │
│  12. OPIST CI 07 - OP Installations Sanitaires et Thermiques                   │
│  13. OPIST EP 07 - OP Installations Sanitaires et Thermiques                   │
│  14.               BATIMENT : OP-MA OPEBA MO-AR IE-ST         >>               │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                               BATIMENT                                         │
│                                                                                │
│   1. OP-B  TJ 07 - OP Bâtiment                                                 │
│   2. OP-MA CE 07 - OP Magasinage Atelier                                       │
│   3. OP-MA CI 07 - OP Magasinage Atelier                                       │
│   4. OP-MA EP 07 - OP Magasinage Atelier                                       │
│   5. OPEBA CE 07 - OP Spécialité Equipement Bureautique et Audio               │
│   6. OPEBA CI 07 - OP Spécialité Equipement Bureautique et Audio               │
│   7. OPEBA EP 07 - OP Spécialité Equipement Bureautique et Audio               │
│   8. MOEBA CE 07 - MO Spécialité Equipement Bureautique et Audio               │
│   9. MOEBA CI 07 - MO Spécialité Equipement Bureautique et Audio               │
│  10. SPEBA TJ 07 - OP + MO       Equipement Bureautique et Audio               │
│  11. MO-AR CE 07 - MO Agencement et Revêtements                                │
│  12. MO-AR CI 07 - MO Agencement et Revêtements                                │
│  13. IE-ST CE 07 - MO Inst. Electriques, Sanitaires et Thermiques              │
│  14. IE-ST CI 07 - MO Inst. Electriques, Sanitaires et Thermiques              │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  2                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                                DIVERS                                          │
│                                                                                │
│   1. CA    EP 07 - Conducteur Automobile                                       │
│   2. OP-L  CE 07 - Ouvriers Professionnels, spécialité "LINGERIE"              │
│   3. OP-L  CI 07 - Ouvriers Professionnels, spécialité "LINGERIE"              │
│   4. OP-L  EP 07 - Ouvriers Professionnels, spécialité "LINGERIE"              │
│   5. OP-EV CE 07 - OP Espaces Verts et installations sportives                 │
│   6. OP-EV CI 07 - OP Espaces Verts et installations sportives                 │
│   7. OP-EV EP 07 - OP Espaces Verts et installations sportives                 │
│   8. OP-AC CE 07 - Ouvriers Professionnels, spécialité "ACCUEIL"               │
│   9. OP-AC CI 07 - Ouvriers Professionnels, spécialité "ACCUEIL"               │
│  10. OP-AC EP 07 - Ouvriers Professionnels, spécialité "ACCUEIL"               │
│  11. OEA           ...                                                         │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                                DIVERS                                          │
│                                                                                │
│   1. OEA-R CI 07 - Ouvrier d'Entretien et d'Accueil Réservé                    │
│                                                                                │
│   2. O-E-A CU 07 - Ouvrier d'Entretien et d'Accueil                            │
│                                                                                │
│   3. OEA75 CI 07 - Ouvrier d'Entretien et d'Accueil (IA 75)                    │
│                                                                                │
│   4. OEA77 CI 07 - Ouvrier d'Entretien et d'Accueil (IA 77)                    │
│                                                                                │
│   5. OEA93 CI 07 - Ouvrier d'Entretien et d'Accueil (IA 93)                    │
│                                                                                │
│   6. OEA94 CI 07 - Ouvrier d'Entretien et d'Accueil (IA 94)                    │
│                                                                                │
│   7. BB    EB 07 - Brevet des collèges (Examen Blanc)                          │
│                                                                                │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                            CONCOURS SAPIN                                      │
│                                                                                │
│   1. OEA   RE 07 – Ouvrier d’Entretien et d’Accueil (Recrutement Externe)      │
│   2. SSASU CR 07 – Secrétaire Administratif                                    │
│   3. SIEPE CR 07 – Infirmier                                                   │
│   4. SAASS CR 07 – Assistants et Assistantes de Service Social                 │
│   5. SAAAG CR 07 - Adjoint Administratif                                       │
│   6. SAAAG ER 07 - Adjoint Administratif                                       │
│   7. SALES ER 07 – Aide de Laboratoire                                         │
│   8. SOP-C ER 07 – OP Cuisine                                                  │
│   9. SOPAI ER 07 – OP Agencement Intérieur                                     │
│  10. SOPIE ER 07 – OP Installations Electriques                                │
│  11. SOPIS ER 07 – OP Installations Sanitaires et Thermiques                   │
│  12. SOPEV ER 07 – OP Espaces Verts et Installations Sportives                 │
│  13. SOP-L ER 07 – OP Lingerie                                                 │
│  14. SOPRF ER 07 – OP Revêtement et Finition                                   │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return tp previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

Mise à jour des tables

Code : Sélectionner tout - Visualiser dans une fenêtre à part
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
┌────────────────────────────────────────────────────────────────────────────────┐
│                         MISE A JOUR DES TABLES                                 │
│                                                                                │
│   1. ┌──────────────────────────────────────────────────────────┐              │
│   2. │PARAMETRES Ex&Co ET EPREUVES (session en cours)           │              │
│   3. │PARAMETRES Ex&Co ET EPREUVES (sessions antérieures)       │              │
│   4. │PARAMETRES SERVICES GESTIONNAIRES                         │              │
│   5. │LOGNAME                                                   │              │
│   6. │ETABLISSEMENTS-RECTORATS-DEPARTEMENTS-GRADES-ORIGINES CAND│              │
│   7. │ETABLISSEMENTS (MàJ + LISTES + ETIQUETTES)              ->│              │
│   8. │GRADES         (MàJ + LISTES)                           ->│              │
│   9. │OCEAN (OPTIONS, NATIONALITES, DIPLOMES, PROFESSIONS, ...) │              │
│  10. └──────────────────────────────────────────────────────────┘              │
│  11. ┌──────────────────────────────────────────────────────────┐              │
│  12. │PRE-INSCRIPTIONS INTERNET                               ->│              │
│  13. │ADMINISTRATION SYSTEME + HISTORISATION                  ->│              │
│  14. └──────────────────────────────────────────────────────────┘              │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                         MISE A JOUR DES TABLES                                 │
│                                                                                │
│   1. ┌──────────────────────────────────────────────────────────┐              │
│   2. │ETABLISSEMENTS : MISE A JOUR                              │              │
│   3. │                 ETIQUETTES ADRESSES                      │              │
│   4. │                 LISTES (tri code établissement)          │              │
│   5. │                 LISTES (tri département, lieu distribué) │              │
│   7. │                                                          │              │
│   8. │                                                          │              │
│   9. └──────────────────────────────────────────────────────────┘              │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                         MISE A JOUR DES TABLES                                 │
│                                                                                │
│   1. ┌──────────────────────────────────────────────────────────┐              │
│   2. │GRADES         : MISE A JOUR                              │              │
│   3. │                 ORDRE CHRONOLOGIQUE CODE    GRADE        │              │
│   4. │                 ORDRE ALPHABETIQUE  LIBELLE GRADE        │              │
│   5. │                                                          │              │
│   6. │                                                          │              │
│   7. │                                                          │              │
│   8. │                                                          │              │
│   9. └──────────────────────────────────────────────────────────┘              │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘
 
┌────────────────────────────────────────────────────────────────────────────────┐
│                        PRE-INSCRIPTIONS INTERNET                               │
│                                                                                │
│   1. ┌──────────────────────────────────────────────────────────┐              │
│   2. │IMPORTATION DES PRE-INSCRIPTIONS MINITEL DANS Ex&Co       │              │
│   3. │┌────────────────────────────────────────────────────────┐│              │
│   4. ││INTERVENTIONS EVENTUELLES DE L'ADMINISTRATEUR Ex&Co  [?]││              │
│   5. ││SAISIE/DECISIONS/PIECES/REFUS                        [0]││              │
│   6. ││CONFIRMATION/DESISTEMENT GLOBAL                         ││              │
│   7. ││SUPPRESSION DESISTEMENTS+REFUS                          ││              │
│   8. │├────────────────────────────────────────────────────────┤│              │
│   9. ││ETAT SYNOPTIQUE DES PRE-INSCRIPTIONS                    ││              │
│  10. ││LISTE ALPHABETIQUE OU CHRONOLOGIQUE DES PRE-INSCRITS    ││              │
│  11. ││EDITION DES CONFIRMATIONS D'INSCRIPTIONS                ││              │
│  12. │└────────────────────────────────────────────────────────┘│              │
│  13. │PRE-INSCIPTIONS [CONFIRMEES] -> CANDIDATS/CANDIDATURES    │              │
│  14. └──────────────────────────────────────────────────────────┘              │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                     ADMINISTRATION + HISTORISATION                             │
│                                                                                │
│   1. ┌──────────────────────────────────────────────────────────┐              │
│   2. │DESCRIPTION DES TABLES  : ACCES AU SYSTEM CATALOGS        │              │
│   3. │                          VERSION PAPIER                  │              │
│   4. ├──────────────────────────────────────────────────────────┤              │
│   5. │ACTUALISATION DES INDEX : TABLE DES CANDIDATS             │              │
│   6. │                          TABLE DES CANDIDATURES          │              │
│   7. │                          TABLE DES MEMBRES DU JURY       │              │
│   8. │                          TABLE DES TRAVAUX JURY          │              │
│   9. ├──────────────────────────────────────────────────────────┤              │
│  10. │ACTUALISATION STATISTIQUE DES CATALOGUES SYSTEME          │              │
│  11. └──────────────────────────────────────────────────────────┘              │
│  12. ┌──────────────────────────────────────────────────────────┐              │
│  13. │HISTORISATION                                             │              │
│  14. └──────────────────────────────────────────────────────────┘              │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                                    Manuel Ex&Co                                │
│                                                                                │
│   1. ┌───────────────────────────────┐  15. ┌──────────────────────────┤[?]├┐  │
│   2. │MANUEL D'UTILISATION (en cours)│  16. │RESULTAT D'UNE REQUETE ECRAN   │  │
│   3. └───────────────────────────────┘  17. └───────────────────────────────┘  │
│   4. ┌──────────────────────────┤[ ]├┐  18. ┌──────────────────────────┤///├┐  │
│   5. │INSTALLER  Ex&Co               │  19. │INSTALLER  Ex&Co               │  │
│   6. │A PROPOS D'Ex&Co               │  20. │A PROPOS D'Ex&Co               │  │
│   7. │LES EXAMENS ET CONCOURS        │  21. │LES EXAMENS ET CONCOURS        │  │
│   8. │ARBORESCENCE                   │  22. │ARBORESCENCE                   │  │
│   9. │LISTE DES TABLES               │  23. │LISTE DES TABLES               │  │
│  10. │LISTE DES SHELL, ACE, SQL      │  24. │LISTE DES SHELL, ACE, SQL      │  │
│  11. │DICTIONNAIRE DES INFORMATIONS  │  25. │DICTIONNAIRE DES INFORMATIONS  │  │
│  12. │MEMORENDUM DES DEVELOPPEMENTS  │  26. │MEMORENDUM DES DEVELOPPEMENTS  │  │
│  13. │CHAUD DEVANT !                 │  27. │CHAUD DEVANT !                 │  │
│  14. └───────────────────────────────┘  28. └───────────────────────────────┘  │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

Menu SASU CE 07

Ci-après, le sous-ensemble de menus du concours SASU CE :
« Concours Externe de Secrétaire Administratif Scolaire et Universitaire session 2002 »

Ce sous-ensemble de menus existe dans le système de menus, autant de fois qu’il y a d’examens-concours.
La gestion des candidats et des jurys sont deux processus parallèles. Leurs menus et leurs items suivent la chronologie des étapes événementielles.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                                                                                │
│                                      Ex&Co                                     │
│                                                                                │
│                                    ─────────                                   │
│                                                                                │
│                                 MENU SASU CE 07                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                                   SASU  CE 07                                  │
│                                                                                │
│   1. ┌─────┤Pré-inscription [0]├─────┐  15. ┌──────┤Candidatures  [1]├──────┐  │
│   2. │SAISIE/DECISIONS/PIECES/REFUS  │  16. │SAISIE/DECISIONS/PIECES/REFUS  │  │
│   3. │                               │  17. │SAISIE TOUS Ex&Co              │  │
│   4. ├───────────────────────────────┤  18. ├───────────────────────────────┤  │
│   5. │ETAT  SYNOPTIQUE   PRE-INSCRITS│  19. │ETAT  SYNOPTIQUE   CANDIDATURES│  │
│   6. │LISTE ALPHA/CHRONO PRE-INSCRITS│  20. │LISTE ALPHA/CHRONO CANDIDATURES│  │
│   7. │CONFIRMATIONS D'INSCRIPTION    │  21. │CONFIRMATIONS D'INSCRIPTION    │  │
│   8. │DEMANDE DE PIECES MANQUANTES   │  22. │DEMANDE DE PIECES MANQUANTES   │  │
│   9. │REFUS AUTORISATION A CONCOURIR │  23. │REFUS AUTORISATION A CONCOURIR │  │
│  10. ├───────────────────────────────┤  24. ├───────────────────────────────┤  │
│  11. │CONFIRMATION/DESISTEMENT GLOBAL│  25. │CONFIRMATION/DESISTEMENT GLOBAL│  │
│  12. │MAILING/ETIQUETTES PRE-INSCRITS│  26. │MAILING/ETIQUETTES CANDIDATS   │  │
│  13. │CONFIRMATIONS -> CANDIDATURES  │  27. │SUPPRESSION DESISTEMENTS+REFUS │  │
│  14. └───────────────────────────────┘  28. └──────────────────────────┤[?]├┘  │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                                   SASU  CE 07                                  │
│                                                                                │
│   1. ┌──────┤Admissibilité [1]├──────┐  15. ┌────────┤Admission [2]├────────┐  │
│   2. │PRE-INSCRIPTIONS INTERNET    ->│  16. │ORDRE ORAL                     │  │
│   3. │LISTE DE CONTROLE DES OPTIONS  │  17. │CANDIDATURES EPREUVES ADMISSION│  │
│   4. │ETABLISSEMENTS/SALLES/PLACES   │  18. │PASSAGE DES CANDIDATS        ->│  │
│   5. │PLACEMENT                      │  19. │CONVOCATIONS                   │  │
│   6. │CONVOCATIONS                   │  20. │VALISE: LISTES+EXPORT        ->│  │
│   7. │VALISE: LISTES+N°TABLE+EXPORT->│  21. │NOTES : SAISIE/IMPORT+LISTES ->│  │
│   8. │SAISIE DES ABSENCES            │  22. │DETERMINATION DE L'ADMISSION   │  │
│   9. │ANONYMAT                     ->│  23. │CLASSEMENT                   ->│  │
│  10. │NOTES : SAISIE/IMPORT+LISTES ->│  24. │ADMIS : LISTES+MINITEL       ->│  │
│  11. │DETERMINATION ADMISSIBILITE    │  25. │NOTIFICATIONS                  │  │
│  12. │ADMISSIBLES: LISTE+MINITEL   ->│  26. │ARRETES                        │  │
│  13. │NOTIFICATIONS                  │  27. │BILANS                       ->│  │
│  14. └────────┤Menu CONCOURS├────────┘  28. └──────────┤Menu JURY├──────────┘  │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  2                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘
 
┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                                   SASU  CE 07                                  │
│                                                                                │
│   1. ┌──────────┤La valise├──────────┐  15. ┌──────────┤Anonymat ├──────────┐  │
│   2. │LISTE D'EMARGEMENT             │  16. │AFFECTATION DES N° D'ANONYMAT  │  │
│   3. │LISTE D'APPEL                  │  17. │LISTE PAR NUMERO DE PLACE      │  │
│   4. │EXPORTATION -> ESIEE (QCM)     │  18. │LISTE PAR NUMERO D'ANONYMAT    │  │
│   5. │N° DE TABLE (1ère fois)        │  19. │LISTE POUR LA SAISIE DES NOTES │  │
│   6. │N° DE TABLE (Mise à jour)      │  20. │                               │  │
│   7. │CONVOCATION CHEF DE SALLE      │  21. │                               │  │
│   8. │CONVOCATIONS NON NOMINATIVES   │  22. │                               │  │
│   9. │                               │  23. │                               │  │
│  10. │                               │  24. │                               │  │
│  11. │                               │  25. │                               │  │
│  12. │                               │  26. │                               │  │
│  13. │                               │  27. │                               │  │
│  14. └───────────────────────────────┘  28. └───────────────────────────────┘  │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                                   SASU  CE 07                                  │
│                                                                                │
│   1. ┌──────┤Saisie notes / 20├──────┐  15. ┌─┤Saisie notes coefficientées├─┐  │
│   2. │EPREUVES D'ADMISSIBILITE       │  16. │EPREUVES D'ADMISSIBILITE       │  │
│   3. │EPREUVE  N° 1                  │  17. │EPREUVE  N° 1                  │  │
│   4. │EPREUVE  N° 2                  │  18. │EPREUVE  N° 2                  │  │
│   5. │EPREUVE  N° 3                  │  19. │EPREUVE  N° 3                  │  │
│   6. │EPREUVE  N° 4                  │  20. │EPREUVE  N° 4                  │  │
│   7. └───────────────────────────────┘  21. └───────────────────────────────┘  │
│   8. ┌───────────┤Divers ├───────────┐  22. ┌───────┤Liste des notes├───────┐  │
│   9. │LISTE POUR LA SAISIE DES NOTES │  23. │LISTE PAR ORDRE DE MERITE      │  │
│  10. │IMPORTATION <- ESIEE (QCM)     │  24. │LISTE PAR NUMERO DE PLACE      │  │
│  11. │EXPORTATION -> EXCEL           │  25. │LISTE PAR NUMERO D'ANONYMAT    │  │
│  12. │                               │  26. │                               │  │
│  13. │                               │  27. │                               │  │
│  14. └───────────────────────────────┘  28. └───────────────────────────────┘  │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                                   SASU  CE 07                                  │
│                                                                                │
│   1. ┌────┤Liste des admissibles├────┐  15. ┌────────┤Notifications├────────┐  │
│   2. │LISTE AVEC SIGNATAIRE          │  16. │PAR N° D'INSCRIPTION           │  │
│   3. │LISTE SANS SIGNATAIRE          │  17. │PAR ORDRE DE MERITE            │  │
│   4. │                               │  18. │                               │  │
│   5. │                               │  19. │                               │  │
│   6. │                               │  20. │                               │  │
│   7. │                               │  21. │                               │  │
│   8. │                               │  22. │                               │  │
│   9. │                               │  23. │                               │  │
│  10. │                               │  24. │                               │  │
│  11. │                               │  25. │                               │  │
│  12. ├───────────────────────────────┤  26. │                               │  │
│  13. │CREATION DU FICHIER INTERNET   │  27. │                               │  │
│  14. └───────────────────────────────┘  28. └───────────────────────────────┘  │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘
 
┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                                   SASU  CE 07                                  │
│                                                                                │
│   1. ┌──────┤Saisie notes / 20├──────┐  15. ┌─┤Saisie notes coefficientées├─┐  │
│   2. │EPREUVES D'ADMISSION           │  16. │EPREUVES D'ADMISSION           │  │
│   3. │EPREUVE  N° 1                  │  17. │EPREUVE  N° 1                  │  │
│   4. │EPREUVE  N° 2                  │  18. │EPREUVE  N° 2                  │  │
│   5. │EPREUVE  N° 3                  │  19. │EPREUVE  N° 3                  │  │
│   6. │EPREUVE  N° 4                  │  20. │EPREUVE  N° 4                  │  │
│   7. └───────────────────────────────┘  21. └───────────────────────────────┘  │
│   8. ┌────────────┤Liste├────────────┐  22. ┌───────┤Liste des notes├───────┐  │
│   9. │POUR LA SAISIE DES NOTES       │  23. │LISTE PAR MERITE TOTAL NOTES   │  │
│  10. │                               │  24. │LISTE PAR MERITE NOTE ADMISSION│  │
│  11. │                               │  25. │LISTE PAR ORDRE ORAL           │  │
│  12. │                               │  26. │LISTE PAR JURY (Vérification)  │  │
│  13. │                               │  27. │                               │  │
│  14. └───────────────────────────────┘  28. └───────────────────────────────┘  │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                                   SASU  CE 07                                  │
│                                                                                │
│   1. ┌─────────┤Classement├──────────┐  15. ┌─────────┤Classement├──────────┐  │
│   2. │                               │  16. │                               │  │
│   3. ├┤Admissibilité├┬──┤Admission├──┤  17. ├┤Admissibilité├┬──┤Admission├──┤  │
│   4. ├11─┬12─┬13─┬14─┼21─┬22─┬23─┬24─┤  18. ├11─┬12─┬13─┬14─┼21─┬22─┬23─┬24─┤  │
│   5. ├───┼───┼───┼───┼───┼───┼───┼───┤  19. ├───┼───┼───┼───┼───┼───┼───┼───┤  │
│   6. │   │   │   │   │   │   │   │   │  20. │   │   │   │   │   │   │   │   │  │
│   7. │ 1 │   │   │   │   │   │   │   │  21. │   │   │   │   │ 1 │   │   │   │  │
│   8. │ 1 │   │   │   │ 2 │   │   │   │  22. │ 2 │   │   │   │ 1 │   │   │   │  │
│   9. │ 1 │   │   │   │ 2 │ 3 │   │   │  23. │ 2 │ 3 │   │   │ 1 │   │   │   │  │
│  10. │ 1 │ 2 │   │   │ 3 │   │   │   │  24. │ 3 │   │   │   │ 1 │ 2 │   │   │  │
│  11. │   │   │   │   │   │   │   │   │  25. │   │   │   │   │   │ 1 │   │   │  │
│  12. │   │   │   │   │   │   │   │   │  26. │   │   │   │   │ 2 │   │ 1 │   │  │
│  13. │   │   │   │   │   │   │   │   │  27. │   │   │   │   │   │   │   │   │  │
│  14. └───┴───┴───┴───┴───┴───┴───┴───┘  28. └───┴───┴───┴───┴───┴───┴───┴───┘  │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                                   SASU  CE 07                                  │
│                                                                                │
│   1. ┌───────┤Liste des admis├───────┐  15. ┌───────────┤Bilans ├───────────┐  │
│   2. │LISTE AVEC SIGNATAIRE          │  16. │CONSTITUTION JURYS + RESULTATS │  │
│   3. │LISTE SANS SIGNATAIRE          │  17. │                               │  │
│   4. │LISTE PAR ORDRE ALPHABETIQUE   │  18. ├┤Hommes/Femmes (Ex&Co + EXCEL)├┤  │
│   5. │AUCUN CANDIDAT RETENU/PROPOSE  │  19. │INSCRITS/PRESENTS/1/LP/LC      │  │
│   6. │                               │  20. │INSCRITS/PRESENTS/1/LP/LC CE&CI│  │
│   7. │                               │  21. │LP/LC : - ORIGINE STATUTAIRE   │  │
│   8. │                               │  22. │        - NIVEAU DE FORMATION  │  │
│   9. │                               │  23. │        - TRANCHE D'AGE        │  │
│  10. │                               │  24. │                               │  │
│  11. │                               │  25. ├───┤Hommes/Femmes (édition)├───┤  │
│  12. │                               │  26. │BILAN (DEPUIS PARAMETRES Ex&Co)│  │
│  13. │CREATION DU FICHIER MINITEL    │  27. │BILAN (DEPUIS CANDIDATURES)    │  │
│  14. └───────────────────────────────┘  28. └───────────────────────────────┘  │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘
 
┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                                   SASU  CE 07                                  │
│                                                                                │
│   1. ┌─────────────────┤Création planning jury├─────────────────┐              │
│   2. │SAISIE D'UN JURY DE REFERENCE                             │              │
│   3. │CREATION D'UN JURY "n" DEPUIS UN JURY REFERENCE           │              │
│   4. └──────────────────────────────────────────────────────────┘              │
│   5. ┌─────────────────┤Passage des candidats ├─────────────────┐              │
│   6. │CORRELATION CANDIDATURES D'ADMISSION/PLANNING JURY        │              │
│   7. │SAISIE/MISE-A-JOUR DES CANDIDATURES D'ADMISSION           │              │
│   8. └──────────────────────────────────────────────────────────┘              │
│   9. ┌────────────────┤Planning  candidats/jury├────────────────┐              │
│  10. │PLANNING ALPHABETIQUE  DES PASSAGES (intégral)            │              │
│  11. │PLANNING ALPHABETIQUE  DES PASSAGES (par journée)         │              │
│  12. │PLANNING CHRONOLOGIQUE DES PASSAGES (par jury)            │              │
│  13. │PLANNING CHRONOLOGIQUE DES PASSAGES (par heure d'appel)   │              │
│  14. └──────────────────────────────────────────────────────────┘              │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                 SASU  CE 07                            SASU  TJ 07             │
│                                                                                │
│   1. ┌───────┤TRAVAUX JURY []├───────┐  15. ┌───────┤TRAVAUX JURY []├───────┐  │
│   2. │DUPLICATION DE TRAVAUX JURY    │  16. │DUPLICATION DE TRAVAUX JURY    │  │
│   3. │REPLICATION DE TRAVAUX JURY(-n)│  17. │REPLICATION DE TRAVAUX JURY(-n)│  │
│   4. │DEMANDE DE SUJETS              │  18. │DEMANDE DE SUJETS              │  │
│   5. │ETIQUETTES-ADRESSES            │  19. │ETIQUETTES-ADRESSES            │  │
│   6. │CONVOCATIONS MEMBRES DU JURY   │  20. │CONVOCATIONS MEMBRES DU JURY   │  │
│   7. │LISTE D'EMARGEMENT JURY        │  21. │LISTE D'EMARGEMENT JURY        │  │
│   8. │LISTE ALPHABETIQUE JURY        │  22. │LISTE ALPHABETIQUE JURY        │  │
│   9. │TRAVAUX MEMBRES DU JURY        │  23. │TRAVAUX MEMBRES DU JURY        │  │
│  10. ├───────────────────────────────┤  24. ├───────────────────────────────┤  │
│  11. │CONVOCATION CHEF DE SALLE      │  25. │NOTE DE MANDATEMENT            │  │
│  12. │LISTE SURVEILLANTS ALPHABETIQUE│  26. ├───────────────────────────────┤  │
│  13. │LISTE SURVEILLANTS PAR CENTRE  │  27. │MEMBRES DU JURY EN DOUBLE      │  │
│  14. └────────┤Menu CONCOURS├────────┘  28. └─────┤EXAMENS-CONCOURS []├─────┘  │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

┌────────────────────────────────────────────────────────────────────────────────┐
│                                                                                │
│                                   SASU  CE 07                                  │
│                                                                                │
│   1. ┌──────────┤La valise├──────────┐  15. ┌───────────┤Divers ├───────────┐  │
│   2. │LISTE D'EMARGEMENT             │  16. │LISTE DE CONTROLE DES OPTIONS  │  │
│   3. │LISTE D'APPEL                  │  17. ├───────────────────────────────┤  │
│   4. │EXPORTATION -> JURY            │  18. │IMPORTATION <- JURY            │  │
│   5. │                               │  19. ├───────────────────────────────┤  │
│   6. │                               │  20. │MAILING DOS                    │  │
│   7. │                               │  21. │MAILING UNIX                   │  │
│   8. │                               │  22. │                               │  │
│   9. │                               │  23. │                               │  │
│  10. │                               │  24. │                               │  │
│  11. │                               │  25. │                               │  │
│  12. │                               │  26. │                               │  │
│  13. │                               │  27. │                               │  │
│  14. └───────────────────────────────┘  28. └───────────────────────────────┘  │
│                                                                                │
│                                                                                │
│Use space bar, arrow keys, or type number to make selection.                    │
│Enter 'e' to return to previous menu or exit.                                   │
│Enter carriage return to execute selection:  1                                  │
│                                                                                │
│                                                                                │
│                                                                                │
└────────────────────────────────────────────────────────────────────────────────┘

I-3. Annexes

▲ I-3.1.1. Ex&Co Étude préalable
► I-3.1.2. Ex&Co Système de menus
▼ I-3.1.3. Ex&Co Écrans

Envoyer le billet « I-3.1.2. Ex&Co : Système de menus » dans le blog Viadeo Envoyer le billet « I-3.1.2. Ex&Co : Système de menus » dans le blog Twitter Envoyer le billet « I-3.1.2. Ex&Co : Système de menus » dans le blog Google Envoyer le billet « I-3.1.2. Ex&Co : Système de menus » dans le blog Facebook Envoyer le billet « I-3.1.2. Ex&Co : Système de menus » dans le blog Digg Envoyer le billet « I-3.1.2. Ex&Co : Système de menus » dans le blog Delicious Envoyer le billet « I-3.1.2. Ex&Co : Système de menus » dans le blog MySpace Envoyer le billet « I-3.1.2. Ex&Co : Système de menus » dans le blog Yahoo

Mis à jour 25/02/2024 à 19h41 par APL-AML

Catégories
■ APL-AML , I- L’ART , I-3. Annexes , I-3.1. BDD Examens-Concours