Subversion Repositories Applications.gtt

Rev

Rev 41 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 41 Rev 55
1
-- phpMyAdmin SQL Dump
1
-- phpMyAdmin SQL Dump
2
-- version 2.6.4-pl3
2
-- version 2.6.4-pl3
3
-- http://www.phpmyadmin.net
3
-- http://www.phpmyadmin.net
4
--
4
--
5
-- Serveur: localhost
5
-- Serveur: localhost
6
-- Généré le : Mercredi 26 Juillet 2006 à 20:26
6
-- Généré le : Mercredi 26 Juillet 2006 à 20:26
7
-- Version du serveur: 5.0.15
7
-- Version du serveur: 5.0.15
8
-- Version de PHP: 5.0.5
8
-- Version de PHP: 5.0.5
9
--
9
--
10
-- Base de données: `gestion_v4`
10
-- Base de données: `gestion_v4`
11
--
11
--
12
 
12
 
13
-- --------------------------------------------------------
13
-- --------------------------------------------------------
14
 
14
 
15
--
15
--
16
-- Structure de la table `gestion_absence`
16
-- Structure de la table `gestion_absence`
17
--
17
--
18
 
18
 
19
CREATE TABLE `gestion_absence` (
19
CREATE TABLE `gestion_absence` (
20
  `ga_id_utilisateur` int(11) unsigned NOT NULL,
20
  `ga_id_utilisateur` int(11) unsigned NOT NULL,
21
  `ga_id_absence_motif` tinyint(3) unsigned NOT NULL,
21
  `ga_id_absence_motif` tinyint(3) unsigned NOT NULL,
22
  `ga_id_date_absence` date NOT NULL default '0000-00-00',
22
  `ga_id_date_absence` date NOT NULL default '0000-00-00',
23
  `ga_duree` float NOT NULL default '0',
23
  `ga_duree` float NOT NULL default '0',
24
  PRIMARY KEY  (`ga_id_utilisateur`,`ga_id_absence_motif`,`ga_id_date_absence`)
24
  PRIMARY KEY  (`ga_id_utilisateur`,`ga_id_absence_motif`,`ga_id_date_absence`)
25
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
25
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
26
 
26
 
27
--
27
--
28
-- Contenu de la table `gestion_absence`
28
-- Contenu de la table `gestion_absence`
29
--
29
--
30
 
30
 
31
INSERT INTO `gestion_absence` VALUES (3, 1, '2006-07-25', 3);
31
INSERT INTO `gestion_absence` VALUES (3, 1, '2006-07-25', 3);
32
INSERT INTO `gestion_absence` VALUES (3, 2, '2006-07-25', 2);
32
INSERT INTO `gestion_absence` VALUES (3, 2, '2006-07-25', 2);
33
INSERT INTO `gestion_absence` VALUES (3, 3, '2006-07-26', 3);
33
INSERT INTO `gestion_absence` VALUES (3, 3, '2006-07-26', 3);
34
INSERT INTO `gestion_absence` VALUES (3, 4, '2006-07-26', 3);
34
INSERT INTO `gestion_absence` VALUES (3, 4, '2006-07-26', 3);
35
 
35
 
36
-- --------------------------------------------------------
36
-- --------------------------------------------------------
37
 
37
 
38
--
38
--
39
-- Structure de la table `gestion_absence_motif`
39
-- Structure de la table `gestion_absence_motif`
40
--
40
--
41
 
41
 
42
CREATE TABLE `gestion_absence_motif` (
42
CREATE TABLE `gestion_absence_motif` (
43
  `gam_id_absence_motif` tinyint(3) unsigned NOT NULL,
43
  `gam_id_absence_motif` tinyint(3) unsigned NOT NULL,
44
  `gam_libelle` varchar(255) collate utf8_unicode_ci NOT NULL,
44
  `gam_libelle` varchar(255) collate utf8_unicode_ci NOT NULL,
45
  PRIMARY KEY  (`gam_id_absence_motif`)
45
  PRIMARY KEY  (`gam_id_absence_motif`)
46
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
46
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
47
 
47
 
48
--
48
--
49
-- Contenu de la table `gestion_absence_motif`
49
-- Contenu de la table `gestion_absence_motif`
50
--
50
--
51
 
51
 
52
INSERT INTO `gestion_absence_motif` VALUES (1, 'Congés payés');
52
INSERT INTO `gestion_absence_motif` VALUES (1, 'Congés payés');
53
INSERT INTO `gestion_absence_motif` VALUES (2, 'Récupération');
53
INSERT INTO `gestion_absence_motif` VALUES (2, 'Récupération');
54
INSERT INTO `gestion_absence_motif` VALUES (3, 'Grêve');
54
INSERT INTO `gestion_absence_motif` VALUES (3, 'Grêve');
55
INSERT INTO `gestion_absence_motif` VALUES (4, 'Maladie');
55
INSERT INTO `gestion_absence_motif` VALUES (4, 'Maladie');
56
INSERT INTO `gestion_absence_motif` VALUES (5, 'Congés exceptionnel');
56
INSERT INTO `gestion_absence_motif` VALUES (5, 'Congés exceptionnel');
57
INSERT INTO `gestion_absence_motif` VALUES (6, 'Formation professionnelle');
57
INSERT INTO `gestion_absence_motif` VALUES (6, 'Formation professionnelle');
58
 
58
 
59
-- --------------------------------------------------------
59
-- --------------------------------------------------------
60
 
60
 
61
--
61
--
62
-- Structure de la table `gestion_frais_km`
62
-- Structure de la table `gestion_frais_km`
63
--
63
--
64
 
64
 
65
CREATE TABLE `gestion_frais_km` (
65
CREATE TABLE `gestion_frais_km` (
66
  `gfk_id_frais_km` int(11) unsigned NOT NULL,
66
  `gfk_id_frais_km` int(11) unsigned NOT NULL,
67
  `gfkt_id_frais_km_taux` int(11) unsigned NOT NULL,
67
  `gfkt_id_frais_km_taux` int(11) unsigned NOT NULL,
68
  `gfk_ce_utilisateur` int(11) unsigned NOT NULL,
68
  `gfk_ce_utilisateur` int(11) unsigned NOT NULL,
69
  `gfk_date` date NOT NULL default '0000-00-00',
69
  `gfk_date` date NOT NULL default '0000-00-00',
70
  `gfk_nbre_km` float default NULL,
70
  `gfk_nbre_km` float default NULL,
71
  `gfk_objet` varchar(255) collate utf8_unicode_ci default NULL,
71
  `gfk_objet` varchar(255) collate utf8_unicode_ci default NULL,
72
  `gfk_trajet` varchar(255) collate utf8_unicode_ci default NULL,
72
  `gfk_trajet` varchar(255) collate utf8_unicode_ci default NULL,
73
  `gfk_montant_total` float NOT NULL,
73
  `gfk_montant_total` float NOT NULL,
74
  PRIMARY KEY  (`gfk_id_frais_km`)
74
  PRIMARY KEY  (`gfk_id_frais_km`)
75
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
75
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
76
 
76
 
77
--
77
--
78
-- Contenu de la table `gestion_frais_km`
78
-- Contenu de la table `gestion_frais_km`
79
--
79
--
80
 
80
 
81
 
81
 
82
-- --------------------------------------------------------
82
-- --------------------------------------------------------
83
 
83
 
84
--
84
--
85
-- Structure de la table `gestion_frais_km_taux`
85
-- Structure de la table `gestion_frais_km_taux`
86
--
86
--
87
 
87
 
88
CREATE TABLE `gestion_frais_km_taux` (
88
CREATE TABLE `gestion_frais_km_taux` (
89
  `gfkt_id_frais_km_taux` int(11) unsigned NOT NULL,
89
  `gfkt_id_frais_km_taux` int(11) unsigned NOT NULL,
90
  `gfkt_taux` float NOT NULL,
90
  `gfkt_taux` float NOT NULL,
91
  PRIMARY KEY  (`gfkt_id_frais_km_taux`)
91
  PRIMARY KEY  (`gfkt_id_frais_km_taux`)
92
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
92
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
93
 
93
 
94
--
94
--
95
-- Contenu de la table `gestion_frais_km_taux`
95
-- Contenu de la table `gestion_frais_km_taux`
96
--
96
--
97
 
97
 
98
 
98
 
99
-- --------------------------------------------------------
99
-- --------------------------------------------------------
100
 
100
 
101
--
101
--
102
-- Structure de la table `gestion_note_frais`
102
-- Structure de la table `gestion_note_frais`
103
--
103
--
104
 
104
 
105
CREATE TABLE `gestion_note_frais` (
105
CREATE TABLE `gestion_note_frais` (
106
  `gnf_id_note_frais` int(11) unsigned NOT NULL,
106
  `gnf_id_note_frais` int(11) unsigned NOT NULL,
107
  `gnf_ce_utilisateur` int(11) unsigned NOT NULL,
107
  `gnf_ce_utilisateur` int(11) unsigned NOT NULL,
108
  `gnf_libelle` varchar(255) collate utf8_unicode_ci NOT NULL,
108
  `gnf_libelle` varchar(255) collate utf8_unicode_ci NOT NULL,
109
  PRIMARY KEY  (`gnf_id_note_frais`)
109
  PRIMARY KEY  (`gnf_id_note_frais`)
110
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
110
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
111
 
111
 
112
--
112
--
113
-- Contenu de la table `gestion_note_frais`
113
-- Contenu de la table `gestion_note_frais`
114
--
114
--
115
 
115
 
116
 
116
 
117
-- --------------------------------------------------------
117
-- --------------------------------------------------------
118
 
118
 
119
--
119
--
120
-- Structure de la table `gestion_note_frais_ligne`
120
-- Structure de la table `gestion_note_frais_ligne`
121
--
121
--
122
 
122
 
123
CREATE TABLE `gestion_note_frais_ligne` (
123
CREATE TABLE `gestion_note_frais_ligne` (
124
  `gnfl_id_note_frais_ligne` int(11) unsigned NOT NULL,
124
  `gnfl_id_note_frais_ligne` int(11) unsigned NOT NULL,
125
  `gnfl_ce_note_frais` int(11) unsigned NOT NULL,
125
  `gnfl_ce_note_frais` int(11) unsigned NOT NULL,
126
  `gnfl_date` date NOT NULL default '0000-00-00',
126
  `gnfl_date` date NOT NULL default '0000-00-00',
127
  `gnfl_montant_ht` float default NULL,
127
  `gnfl_montant_ht` float default NULL,
128
  `gnfl_taux_tva` float default NULL,
128
  `gnfl_taux_tva` float default NULL,
129
  `gnfl_montant_ttc` float NOT NULL,
129
  `gnfl_montant_ttc` float NOT NULL,
130
  PRIMARY KEY  (`gnfl_id_note_frais_ligne`)
130
  PRIMARY KEY  (`gnfl_id_note_frais_ligne`)
131
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
131
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
132
 
132
 
133
--
133
--
134
-- Contenu de la table `gestion_note_frais_ligne`
134
-- Contenu de la table `gestion_note_frais_ligne`
135
--
135
--
136
 
136
 
137
 
137
 
138
-- --------------------------------------------------------
138
-- --------------------------------------------------------
139
 
139
 
140
--
140
--
141
-- Structure de la table `gestion_projet`
141
-- Structure de la table `gestion_projet`
142
--
142
--
143
 
143
 
144
CREATE TABLE `gestion_projet` (
144
CREATE TABLE `gestion_projet` (
145
  `gp_id_projet` int(11) unsigned NOT NULL,
145
  `gp_id_projet` int(11) unsigned NOT NULL,
146
  `gp_ce_categorie` int(11) unsigned NOT NULL,
146
  `gp_ce_categorie` int(11) unsigned NOT NULL,
147
  `gp_nom_projet` varchar(255) collate utf8_unicode_ci NOT NULL,
147
  `gp_nom_projet` varchar(255) collate utf8_unicode_ci NOT NULL,
148
  `gp_description` text collate utf8_unicode_ci,
148
  `gp_description` text collate utf8_unicode_ci,
149
  `gp_date_debut` date default NULL,
149
  `gp_date_debut` date default NULL,
150
  `gp_duree_prevue` float default NULL,
150
  `gp_duree_prevue` float default NULL,
151
  `gp_avancement` int(11) default NULL,
151
  `gp_avancement` int(11) default NULL,
152
  PRIMARY KEY  (`gp_id_projet`)
152
  PRIMARY KEY  (`gp_id_projet`)
153
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
153
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
154
 
154
 
155
--
155
--
156
-- Contenu de la table `gestion_projet`
156
-- Contenu de la table `gestion_projet`
157
--
157
--
158
 
158
 
159
INSERT INTO `gestion_projet` VALUES (3, 6, 'Base de données nomenclaturale', '', NULL, NULL, NULL);
159
INSERT INTO `gestion_projet` VALUES (3, 6, 'Base de données nomenclaturale', '', NULL, NULL, NULL);
160
INSERT INTO `gestion_projet` VALUES (4, 6, 'Index des bryophytes', '', NULL, NULL, NULL);
160
INSERT INTO `gestion_projet` VALUES (4, 6, 'Index des bryophytes', '', NULL, NULL, NULL);
161
INSERT INTO `gestion_projet` VALUES (5, 6, 'Index des plantes de la Réunion', '', NULL, NULL, NULL);
161
INSERT INTO `gestion_projet` VALUES (5, 6, 'Index des plantes de la Réunion', '', NULL, NULL, NULL);
162
INSERT INTO `gestion_projet` VALUES (6, 6, 'Plantes envahissantes', '', NULL, NULL, NULL);
162
INSERT INTO `gestion_projet` VALUES (6, 6, 'Plantes envahissantes', '', NULL, NULL, NULL);
163
INSERT INTO `gestion_projet` VALUES (7, 7, 'Projet FEEE planetere', '', NULL, NULL, NULL);
163
INSERT INTO `gestion_projet` VALUES (7, 7, 'Projet FEEE planetere', '', NULL, NULL, NULL);
164
INSERT INTO `gestion_projet` VALUES (8, 7, 'projet FEEE - YRE', '', NULL, NULL, NULL);
164
INSERT INTO `gestion_projet` VALUES (8, 7, 'projet FEEE - YRE', '', NULL, NULL, NULL);
165
INSERT INTO `gestion_projet` VALUES (9, 2, 'Formation stagiaire', '', NULL, NULL, NULL);
165
INSERT INTO `gestion_projet` VALUES (9, 2, 'Formation stagiaire', '', NULL, NULL, NULL);
166
INSERT INTO `gestion_projet` VALUES (10, 2, 'Gestion interne', '', NULL, NULL, NULL);
166
INSERT INTO `gestion_projet` VALUES (10, 2, 'Gestion interne', '', NULL, NULL, NULL);
167
INSERT INTO `gestion_projet` VALUES (11, 2, 'Comptablilité', '', NULL, NULL, NULL);
167
INSERT INTO `gestion_projet` VALUES (11, 2, 'Comptablilité', '', NULL, NULL, NULL);
168
INSERT INTO `gestion_projet` VALUES (12, 2, 'Déplacement', '', NULL, NULL, NULL);
168
INSERT INTO `gestion_projet` VALUES (12, 2, 'Déplacement', '', NULL, NULL, NULL);
169
INSERT INTO `gestion_projet` VALUES (13, 2, 'Formation', '', NULL, NULL, NULL);
169
INSERT INTO `gestion_projet` VALUES (13, 2, 'Formation', '', NULL, NULL, NULL);
170
INSERT INTO `gestion_projet` VALUES (14, 2, 'Autres', '', NULL, NULL, NULL);
170
INSERT INTO `gestion_projet` VALUES (14, 2, 'Autres', '', NULL, NULL, NULL);
171
INSERT INTO `gestion_projet` VALUES (15, 3, 'Développement', '', NULL, NULL, NULL);
171
INSERT INTO `gestion_projet` VALUES (15, 3, 'Développement', '', NULL, NULL, NULL);
172
INSERT INTO `gestion_projet` VALUES (16, 3, 'Contenu du site', '', NULL, NULL, NULL);
172
INSERT INTO `gestion_projet` VALUES (16, 3, 'Contenu du site', '', NULL, NULL, NULL);
173
INSERT INTO `gestion_projet` VALUES (17, 3, 'Autre', '', NULL, NULL, NULL);
173
INSERT INTO `gestion_projet` VALUES (17, 3, 'Autre', '', NULL, NULL, NULL);
174
INSERT INTO `gestion_projet` VALUES (18, 5, 'Flore éléctronique', '', NULL, NULL, NULL);
174
INSERT INTO `gestion_projet` VALUES (18, 5, 'Flore éléctronique', '', NULL, NULL, NULL);
175
INSERT INTO `gestion_projet` VALUES (19, 5, 'Apprendre la botanique sur internet', '', NULL, NULL, NULL);
175
INSERT INTO `gestion_projet` VALUES (19, 5, 'Apprendre la botanique sur internet', '', NULL, NULL, NULL);
176
INSERT INTO `gestion_projet` VALUES (20, 6, 'Inventaire des herbiers de France', '', NULL, NULL, NULL);
176
INSERT INTO `gestion_projet` VALUES (20, 6, 'Inventaire des herbiers de France', '', NULL, NULL, NULL);
177
INSERT INTO `gestion_projet` VALUES (21, 3, 'Maintenance informatique', '', NULL, NULL, NULL);
177
INSERT INTO `gestion_projet` VALUES (21, 3, 'Maintenance informatique', '', NULL, NULL, NULL);
178
INSERT INTO `gestion_projet` VALUES (22, 4, 'Animation adhérent', '', NULL, NULL, NULL);
178
INSERT INTO `gestion_projet` VALUES (22, 4, 'Animation adhérent', '', NULL, NULL, NULL);
179
INSERT INTO `gestion_projet` VALUES (23, 5, 'Phytochorologie', 'Base de données sur la répartition départementale de la flore métropolitaine.', NULL, NULL, NULL);
179
INSERT INTO `gestion_projet` VALUES (23, 5, 'Phytochorologie', 'Base de données sur la répartition départementale de la flore métropolitaine.', NULL, NULL, NULL);
180
INSERT INTO `gestion_projet` VALUES (24, 5, 'Base de données biblio et annuaire', 'Biblio Libra et associations, index des taxons du monde des plantes.', NULL, NULL, NULL);
180
INSERT INTO `gestion_projet` VALUES (24, 5, 'Base de données biblio et annuaire', 'Biblio Libra et associations, index des taxons du monde des plantes.', NULL, NULL, NULL);
181
 
181
 
182
-- --------------------------------------------------------
182
-- --------------------------------------------------------
183
 
183
 
184
--
184
--
185
-- Structure de la table `gestion_projet_categorie`
185
-- Structure de la table `gestion_projet_categorie`
186
--
186
--
187
 
187
 
188
CREATE TABLE `gestion_projet_categorie` (
188
CREATE TABLE `gestion_projet_categorie` (
189
  `gpc_id_categorie` int(11) unsigned NOT NULL,
189
  `gpc_id_categorie` int(11) unsigned NOT NULL,
190
  `gpc_libelle` varchar(255) collate utf8_unicode_ci NOT NULL,
190
  `gpc_libelle` varchar(255) collate utf8_unicode_ci NOT NULL,
191
  PRIMARY KEY  (`gpc_id_categorie`)
191
  PRIMARY KEY  (`gpc_id_categorie`)
192
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
192
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
193
 
193
 
194
--
194
--
195
-- Contenu de la table `gestion_projet_categorie`
195
-- Contenu de la table `gestion_projet_categorie`
196
--
196
--
197
 
197
 
198
INSERT INTO `gestion_projet_categorie` VALUES (2, 'Fonctionnement interne');
198
INSERT INTO `gestion_projet_categorie` VALUES (2, 'Fonctionnement interne');
199
INSERT INTO `gestion_projet_categorie` VALUES (3, 'Site internet et outils coopératif');
199
INSERT INTO `gestion_projet_categorie` VALUES (3, 'Site internet et outils coopératif');
200
INSERT INTO `gestion_projet_categorie` VALUES (4, 'Animation');
200
INSERT INTO `gestion_projet_categorie` VALUES (4, 'Animation');
201
INSERT INTO `gestion_projet_categorie` VALUES (5, 'Projets inclus convention MEDT');
201
INSERT INTO `gestion_projet_categorie` VALUES (5, 'Projets inclus convention MEDT');
202
INSERT INTO `gestion_projet_categorie` VALUES (6, 'Projet hors convention');
202
INSERT INTO `gestion_projet_categorie` VALUES (6, 'Projet hors convention');
203
INSERT INTO `gestion_projet_categorie` VALUES (7, 'Services pour des tiers');
203
INSERT INTO `gestion_projet_categorie` VALUES (7, 'Services pour des tiers');
204
 
204
 
205
-- --------------------------------------------------------
205
-- --------------------------------------------------------
206
 
206
 
207
--
207
--
208
-- Structure de la table `gestion_projet_tache`
208
-- Structure de la table `gestion_projet_tache`
209
--
209
--
210
 
210
 
211
CREATE TABLE `gestion_projet_tache` (
211
CREATE TABLE `gestion_projet_tache` (
212
  `gpt_id_tache` int(11) unsigned NOT NULL,
212
  `gpt_id_tache` int(11) unsigned NOT NULL,
213
  `gpt_ce_tache_precedente` int(11) unsigned NOT NULL,
213
  `gpt_ce_tache_precedente` int(11) unsigned NOT NULL,
214
  `gpt_ce_projet` int(11) unsigned NOT NULL,
214
  `gpt_ce_projet` int(11) unsigned NOT NULL,
215
  `gpt_libelle` varchar(255) collate utf8_unicode_ci NOT NULL,
215
  `gpt_libelle` varchar(255) collate utf8_unicode_ci NOT NULL,
216
  `gpt_description` text collate utf8_unicode_ci,
216
  `gpt_description` text collate utf8_unicode_ci,
217
  `gpt_date_debut` date default NULL,
217
  `gpt_date_debut` date default NULL,
218
  `gpt_duree_prevue` int(11) unsigned default NULL,
218
  `gpt_duree_prevue` int(11) unsigned default NULL,
219
  `gpt_avancement` int(11) default NULL,
219
  `gpt_avancement` int(11) default NULL,
220
  PRIMARY KEY  (`gpt_id_tache`)
220
  PRIMARY KEY  (`gpt_id_tache`)
221
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
221
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
222
 
222
 
223
--
223
--
224
-- Contenu de la table `gestion_projet_tache`
224
-- Contenu de la table `gestion_projet_tache`
225
--
225
--
226
 
226
 
227
INSERT INTO `gestion_projet_tache` VALUES (1, 0, 10, 'gnral', '', NULL, NULL, NULL);
227
INSERT INTO `gestion_projet_tache` VALUES (1, 0, 10, 'gnral', '', NULL, NULL, NULL);
228
INSERT INTO `gestion_projet_tache` VALUES (2, 0, 15, 'gnral', '', NULL, NULL, NULL);
228
INSERT INTO `gestion_projet_tache` VALUES (2, 0, 15, 'gnral', '', NULL, NULL, NULL);
229
INSERT INTO `gestion_projet_tache` VALUES (3, 0, 9, 'gnral', '', NULL, NULL, NULL);
229
INSERT INTO `gestion_projet_tache` VALUES (3, 0, 9, 'gnral', '', NULL, NULL, NULL);
230
INSERT INTO `gestion_projet_tache` VALUES (4, 0, 11, 'gnral', '', NULL, NULL, NULL);
230
INSERT INTO `gestion_projet_tache` VALUES (4, 0, 11, 'gnral', '', NULL, NULL, NULL);
231
INSERT INTO `gestion_projet_tache` VALUES (5, 0, 12, 'gnral', '', NULL, NULL, NULL);
231
INSERT INTO `gestion_projet_tache` VALUES (5, 0, 12, 'gnral', '', NULL, NULL, NULL);
232
INSERT INTO `gestion_projet_tache` VALUES (6, 0, 13, 'gnral', '', NULL, NULL, NULL);
232
INSERT INTO `gestion_projet_tache` VALUES (6, 0, 13, 'gnral', '', NULL, NULL, NULL);
233
INSERT INTO `gestion_projet_tache` VALUES (7, 0, 14, 'gnral', '', NULL, NULL, NULL);
233
INSERT INTO `gestion_projet_tache` VALUES (7, 0, 14, 'gnral', '', NULL, NULL, NULL);
234
 
234
 
235
-- --------------------------------------------------------
235
-- --------------------------------------------------------
236
 
236
 
237
--
237
--
238
-- Structure de la table `gestion_travail_projet`
238
-- Structure de la table `gestion_travail_projet`
239
--
239
--
240
 
240
 
241
CREATE TABLE `gestion_travail_projet` (
241
CREATE TABLE `gestion_travail_projet` (
242
  `gtp_id_utilisateur` int(11) unsigned NOT NULL,
242
  `gtp_id_utilisateur` int(11) unsigned NOT NULL,
243
  `gtp_id_projet` int(11) unsigned NOT NULL,
243
  `gtp_id_projet` int(11) unsigned NOT NULL,
244
  `gtp_id_date_travail` date NOT NULL default '0000-00-00',
244
  `gtp_id_date_travail` date NOT NULL default '0000-00-00',
245
  `gtp_duree` float NOT NULL default '0',
245
  `gtp_duree` float NOT NULL default '0',
246
  PRIMARY KEY  (`gtp_id_utilisateur`,`gtp_id_projet`,`gtp_id_date_travail`)
246
  PRIMARY KEY  (`gtp_id_utilisateur`,`gtp_id_projet`,`gtp_id_date_travail`)
247
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
247
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
248
 
248
 
249
--
249
--
250
-- Contenu de la table `gestion_travail_projet`
250
-- Contenu de la table `gestion_travail_projet`
251
--
251
--
252
 
252
 
253
INSERT INTO `gestion_travail_projet` VALUES (3, 14, '2003-04-23', 3);
253
INSERT INTO `gestion_travail_projet` VALUES (3, 14, '2003-04-23', 3);
254
INSERT INTO `gestion_travail_projet` VALUES (3, 18, '2003-04-23', 3.75);
254
INSERT INTO `gestion_travail_projet` VALUES (3, 18, '2003-04-23', 3.75);
255
INSERT INTO `gestion_travail_projet` VALUES (3, 22, '2003-04-23', 1);
255
INSERT INTO `gestion_travail_projet` VALUES (3, 22, '2003-04-23', 1);
256
INSERT INTO `gestion_travail_projet` VALUES (3, 18, '2003-04-24', 7);
256
INSERT INTO `gestion_travail_projet` VALUES (3, 18, '2003-04-24', 7);
257
INSERT INTO `gestion_travail_projet` VALUES (3, 22, '2003-04-24', 1);
257
INSERT INTO `gestion_travail_projet` VALUES (3, 22, '2003-04-24', 1);
258
INSERT INTO `gestion_travail_projet` VALUES (3, 18, '2003-04-25', 3.75);
258
INSERT INTO `gestion_travail_projet` VALUES (3, 18, '2003-04-25', 3.75);
259
INSERT INTO `gestion_travail_projet` VALUES (3, 22, '2003-04-25', 0.75);
259
INSERT INTO `gestion_travail_projet` VALUES (3, 22, '2003-04-25', 0.75);
260
INSERT INTO `gestion_travail_projet` VALUES (3, 11, '2006-07-18', 2.75);
260
INSERT INTO `gestion_travail_projet` VALUES (3, 11, '2006-07-18', 2.75);
261
INSERT INTO `gestion_travail_projet` VALUES (3, 12, '2006-07-22', 6.5);
261
INSERT INTO `gestion_travail_projet` VALUES (3, 12, '2006-07-22', 6.5);
262
INSERT INTO `gestion_travail_projet` VALUES (3, 24, '2006-07-26', 3);
262
INSERT INTO `gestion_travail_projet` VALUES (3, 24, '2006-07-26', 3);
263
INSERT INTO `gestion_travail_projet` VALUES (3, 3, '2006-07-23', 2);
263
INSERT INTO `gestion_travail_projet` VALUES (3, 3, '2006-07-23', 2);
264
INSERT INTO `gestion_travail_projet` VALUES (3, 6, '2006-07-23', 3);
264
INSERT INTO `gestion_travail_projet` VALUES (3, 6, '2006-07-23', 3);
265
INSERT INTO `gestion_travail_projet` VALUES (3, 10, '2006-07-23', 2);
265
INSERT INTO `gestion_travail_projet` VALUES (3, 10, '2006-07-23', 2);
266
INSERT INTO `gestion_travail_projet` VALUES (3, 9, '2006-07-23', 5);
266
INSERT INTO `gestion_travail_projet` VALUES (3, 9, '2006-07-23', 5);
267
 
267
 
268
-- --------------------------------------------------------
268
-- --------------------------------------------------------
269
 
269
 
270
--
270
--
271
-- Structure de la table `gestion_travail_tache`
271
-- Structure de la table `gestion_travail_tache`
272
--
272
--
273
 
273
 
274
CREATE TABLE `gestion_travail_tache` (
274
CREATE TABLE `gestion_travail_tache` (
275
  `gtt_id_utilisateur` int(11) unsigned NOT NULL,
275
  `gtt_id_utilisateur` int(11) unsigned NOT NULL,
276
  `gtt_id_tache` int(11) unsigned NOT NULL,
276
  `gtt_id_tache` int(11) unsigned NOT NULL,
277
  `gtt_id_date_travail` date NOT NULL,
277
  `gtt_id_date_travail` date NOT NULL,
278
  `gtt_duree` float NOT NULL default '0',
278
  `gtt_duree` float NOT NULL default '0',
279
  PRIMARY KEY  (`gtt_id_utilisateur`,`gtt_id_tache`,`gtt_id_date_travail`)
279
  PRIMARY KEY  (`gtt_id_utilisateur`,`gtt_id_tache`,`gtt_id_date_travail`)
280
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
280
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
281
 
281
 
282
--
282
--
283
-- Contenu de la table `gestion_travail_tache`
283
-- Contenu de la table `gestion_travail_tache`
284
--
284
--
285
 
285
 
286
 
286
 
287
-- --------------------------------------------------------
287
-- --------------------------------------------------------
288
 
288
 
289
--
289
--
290
-- Structure de la table `gestion_utilisateur`
290
-- Structure de la table `gestion_utilisateur`
291
--
291
--
292
 
292
 
293
CREATE TABLE `gestion_utilisateur` (
293
CREATE TABLE `gestion_utilisateur` (
294
  `gu_id_utilisateur` int(11) unsigned NOT NULL,
294
  `gu_id_utilisateur` int(11) unsigned NOT NULL,
295
  `gu_ce_statut` tinyint(3) unsigned NOT NULL,
295
  `gu_ce_statut` tinyint(3) unsigned NOT NULL,
296
  `gu_nom` varchar(100) collate utf8_unicode_ci NOT NULL,
296
  `gu_nom` varchar(100) collate utf8_unicode_ci NOT NULL,
297
  `gu_prenom` varchar(100) collate utf8_unicode_ci NOT NULL,
297
  `gu_prenom` varchar(100) collate utf8_unicode_ci NOT NULL,
298
  `gu_password` varchar(32) collate utf8_unicode_ci NOT NULL,
298
  `gu_password` varchar(32) collate utf8_unicode_ci NOT NULL,
299
  `gu_email` varchar(255) collate utf8_unicode_ci NOT NULL,
299
  `gu_email` varchar(255) collate utf8_unicode_ci NOT NULL,
300
  `gu_telephone` int(11) unsigned default NULL,
300
  `gu_telephone` varchar(20) collate utf8_unicode_ci NULL,
301
  `gu_adresse` varchar(255) collate utf8_unicode_ci default NULL,
301
  `gu_adresse` varchar(255) collate utf8_unicode_ci default NULL,
302
  `gu_code_postal` int(11) unsigned default NULL,
302
  `gu_code_postal` varchar(6) collate utf8_unicode_ci NULL,
303
  `gu_ville` varchar(50) collate utf8_unicode_ci default NULL,
303
  `gu_ville` varchar(50) collate utf8_unicode_ci default NULL,
304
  `gu_quota_heures_supp` float default NULL,
304
  `gu_quota_heures_supp` float default NULL,
305
  `gu_conges_payes` float default NULL,
305
  `gu_conges_payes` float default NULL,
306
  `gu_temps_de_travail` float default NULL,
306
  `gu_temps_de_travail` float default NULL,
307
  `gu_mark_admin` tinyint(1) default NULL,
307
  `gu_mark_admin` tinyint(1) default NULL,
308
  `gu_mark_recapitulatif` tinyint(1) default NULL,
308
  `gu_mark_recapitulatif` tinyint(1) default NULL,
309
  `gu_notes` text collate utf8_unicode_ci,
309
  `gu_notes` text collate utf8_unicode_ci,
310
  PRIMARY KEY  (`gu_id_utilisateur`)
310
  PRIMARY KEY  (`gu_id_utilisateur`)
311
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
311
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
312
 
312
 
313
--
313
--
314
-- Contenu de la table `gestion_utilisateur`
314
-- Contenu de la table `gestion_utilisateur`
315
--
315
--
316
 
316
 
317
INSERT INTO `gestion_utilisateur` VALUES (0, 2, 'Mathieu', 'Daniel', '4aad7a31ef189458ce3f8d87ec973bfb', 'd.math@wanadoo.fr', 6, '26, avenue St Jean', 84, 'AVIGNON', 0, 15.5, 0, 1, 1, NULL);
317
INSERT INTO `gestion_utilisateur` VALUES (0, 2, 'Mathieu', 'Daniel', '4aad7a31ef189458ce3f8d87ec973bfb', 'd.math@wanadoo.fr', 6, '26, avenue St Jean', 84, 'AVIGNON', 0, 15.5, 0, 1, 1, NULL);
318
INSERT INTO `gestion_utilisateur` VALUES (1, 0, 'Bannier', 'Dorian', 'f49f9fa1fc5f1e549d4af6e9fb953922', 'dbannier@aol.com', 6, 'App 86C Résidence de Bissy, Route de Ganges', 34, 'MONTPELLIER', 13, 42, 7, 1, 1, 'A réalisée cette application');
318
INSERT INTO `gestion_utilisateur` VALUES (1, 0, 'Bannier', 'Dorian', 'f49f9fa1fc5f1e549d4af6e9fb953922', 'dbannier@aol.com', 6, 'App 86C Résidence de Bissy, Route de Ganges', 34, 'MONTPELLIER', 13, 42, 7, 1, 1, 'A réalisée cette application');
319
INSERT INTO `gestion_utilisateur` VALUES (2, 1, 'Granier', 'Alexandre', '4a7d1ed414474e4033ac29ccb8653d9b', 'alexandre@tela-botanica.org', 4, '300, rue Buffon', 34, 'MONTPELLIER', 13.74, 13.5, 7, 1, 0, '');
319
INSERT INTO `gestion_utilisateur` VALUES (2, 1, 'Granier', 'Alexandre', '4a7d1ed414474e4033ac29ccb8653d9b', 'alexandre@tela-botanica.org', 4, '300, rue Buffon', 34, 'MONTPELLIER', 13.74, 13.5, 7, 1, 0, '');
320
INSERT INTO `gestion_utilisateur` VALUES (3, 1, 'Milcent', 'Jean-Pascal', 'bb3a0c91229a891187492444c5760e2b', 'jpm@tela-botanica.org', 6, '3, rue du Wineck', 68, 'COLMAR', 54.75, 22, 7, 1, 0, NULL);
320
INSERT INTO `gestion_utilisateur` VALUES (3, 1, 'Milcent', 'Jean-Pascal', 'bb3a0c91229a891187492444c5760e2b', 'jpm@tela-botanica.org', 6, '3, rue du Wineck', 68, 'COLMAR', 54.75, 22, 7, 1, 0, NULL);
321
INSERT INTO `gestion_utilisateur` VALUES (4, 1, 'Le Bourg', 'Tamara', '202cb962ac59075b964b07152d234b70', 'tamara@tela-botanica.org', 4, '13, square Murillo', 34070, 'Montpellier', 15.02, 19.5, 7, 1, 0, NULL);
321
INSERT INTO `gestion_utilisateur` VALUES (4, 1, 'Le Bourg', 'Tamara', '202cb962ac59075b964b07152d234b70', 'tamara@tela-botanica.org', 4, '13, square Murillo', 34070, 'Montpellier', 15.02, 19.5, 7, 1, 0, NULL);
322
INSERT INTO `gestion_utilisateur` VALUES (5, 1, 'BOURDEL', 'Stéphanie', '405aaff66082ffe7231d7c1f79926c17', 'stephanie@tela-botanica.org', 6, 'Marivaux bât A pte 13 / 42 av. Pic St Loup', 0, 'Montpellier', -1288.5, 20.5, 7, 1, 0, 'Remplacement Tamara pendant son congé maternité + congé parental.');
322
INSERT INTO `gestion_utilisateur` VALUES (5, 1, 'BOURDEL', 'Stéphanie', '405aaff66082ffe7231d7c1f79926c17', 'stephanie@tela-botanica.org', 6, 'Marivaux bât A pte 13 / 42 av. Pic St Loup', 0, 'Montpellier', -1288.5, 20.5, 7, 1, 0, 'Remplacement Tamara pendant son congé maternité + congé parental.');
323
INSERT INTO `gestion_utilisateur` VALUES (6, 0, 'Guillot', 'Marie', '5d41402abc4b2a76b9719d911017c592', 'marie@tela-botanica.org', 467663248, '29 ter rue du plan de l''Olivier', 0, 'montpellier', -66, 6.5, 7, 0, 0, NULL);
323
INSERT INTO `gestion_utilisateur` VALUES (6, 0, 'Guillot', 'Marie', '5d41402abc4b2a76b9719d911017c592', 'marie@tela-botanica.org', 467663248, '29 ter rue du plan de l''Olivier', 0, 'montpellier', -66, 6.5, 7, 0, 0, NULL);
324
INSERT INTO `gestion_utilisateur` VALUES (7, 0, 'Abdool Raheem', 'Shaheen', '6142a777667a67d568f674931389f0d9', 'shaheen@tela-botanica.org', 0, '--', 0, 'montpellier', 44, 3, 0, 0, 0, NULL);
324
INSERT INTO `gestion_utilisateur` VALUES (7, 0, 'Abdool Raheem', 'Shaheen', '6142a777667a67d568f674931389f0d9', 'shaheen@tela-botanica.org', 0, '--', 0, 'montpellier', 44, 3, 0, 0, 0, NULL);
325
 
325
 
326
-- --------------------------------------------------------
326
-- --------------------------------------------------------
327
 
327
 
328
--
328
--
329
-- Structure de la table `gestion_utilisateur_a_projet`
329
-- Structure de la table `gestion_utilisateur_a_projet`
330
--
330
--
331
 
331
 
332
CREATE TABLE `gestion_utilisateur_a_projet` (
332
CREATE TABLE `gestion_utilisateur_a_projet` (
333
  `guap_id_utilisateur` int(11) unsigned NOT NULL,
333
  `guap_id_utilisateur` int(11) unsigned NOT NULL,
334
  `guap_id_projet` int(11) unsigned NOT NULL,
334
  `guap_id_projet` int(11) unsigned NOT NULL,
335
  PRIMARY KEY  (`guap_id_utilisateur`,`guap_id_projet`)
335
  PRIMARY KEY  (`guap_id_utilisateur`,`guap_id_projet`)
336
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
336
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
337
 
337
 
338
--
338
--
339
-- Contenu de la table `gestion_utilisateur_a_projet`
339
-- Contenu de la table `gestion_utilisateur_a_projet`
340
--
340
--
341
 
341
 
342
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 3);
342
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 3);
343
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 6);
343
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 6);
344
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 8);
344
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 8);
345
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 9);
345
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 9);
346
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 10);
346
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 10);
347
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 11);
347
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 11);
348
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 12);
348
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 12);
349
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 13);
349
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 13);
350
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 14);
350
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 14);
351
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 17);
351
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 17);
352
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 18);
352
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 18);
353
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 19);
353
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 19);
354
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 20);
354
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 20);
355
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 23);
355
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 23);
356
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 24);
356
INSERT INTO `gestion_utilisateur_a_projet` VALUES (3, 24);
357
INSERT INTO `gestion_utilisateur_a_projet` VALUES (7, 10);
357
INSERT INTO `gestion_utilisateur_a_projet` VALUES (7, 10);
358
INSERT INTO `gestion_utilisateur_a_projet` VALUES (7, 15);
358
INSERT INTO `gestion_utilisateur_a_projet` VALUES (7, 15);
359
 
359
 
360
-- --------------------------------------------------------
360
-- --------------------------------------------------------
361
 
361
 
362
--
362
--
363
-- Structure de la table `gestion_utilisateur_statut`
363
-- Structure de la table `gestion_utilisateur_statut`
364
--
364
--
365
 
365
 
366
CREATE TABLE `gestion_utilisateur_statut` (
366
CREATE TABLE `gestion_utilisateur_statut` (
367
  `gus_id_utilisateur_statut` tinyint(3) unsigned NOT NULL,
367
  `gus_id_utilisateur_statut` tinyint(3) unsigned NOT NULL,
368
  `gus_libelle` varchar(255) collate utf8_unicode_ci NOT NULL,
368
  `gus_libelle` varchar(255) collate utf8_unicode_ci NOT NULL,
369
  PRIMARY KEY  (`gus_id_utilisateur_statut`)
369
  PRIMARY KEY  (`gus_id_utilisateur_statut`)
370
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
370
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
371
 
371
 
372
--
372
--
373
-- Contenu de la table `gestion_utilisateur_statut`
373
-- Contenu de la table `gestion_utilisateur_statut`
374
--
374
--
375
 
375
 
376
INSERT INTO `gestion_utilisateur_statut` VALUES (0, 'Stagiaire');
376
INSERT INTO `gestion_utilisateur_statut` VALUES (0, 'Stagiaire');
377
INSERT INTO `gestion_utilisateur_statut` VALUES (1, 'Salarié');
377
INSERT INTO `gestion_utilisateur_statut` VALUES (1, 'Salarié');
378
INSERT INTO `gestion_utilisateur_statut` VALUES (2, 'Président');
378
INSERT INTO `gestion_utilisateur_statut` VALUES (2, 'Président');