Subversion Repositories Applications.gtt

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1 → Rev 2

/trunk/documentation/CVS/Repository
New file
0,0 → 1,0
gestion/version_3/documentation
/trunk/documentation/CVS/Root
New file
0,0 → 1,0
:extssh:jp_milcent@adullact.net:/cvsroot/eflore
/trunk/documentation/CVS/Entries
New file
0,0 → 1,4
/IMAGE TABLE.png/1.1/Wed Jun 30 13:15:31 2004//
/diagramme_classe .xmi/1.1/Fri Jun 25 12:55:55 2004//
/image classe.png/1.1/Wed Jun 30 13:15:31 2004//
/model_reverse_engineered.xml/1.1/Fri Jun 25 12:55:58 2004//
/trunk/documentation/diagramme_classe .xmi
New file
0,0 → 1,610
<?xml version="1.0" encoding="UTF-8"?>
<XMI xmlns:UML="org.omg/standards/UML" verified="false" timestamp="" xmi.version="1.2" >
<XMI.header>
<XMI.documentation>
<XMI.exporter>umbrello uml modeller http://uml.sf.net</XMI.exporter>
<XMI.exporterVersion>1.1</XMI.exporterVersion>
</XMI.documentation>
<XMI.model xmi.name="diagramme_classe " href="/home/mamzel/Documents/projet_tela_timesheet/specification_detaillee/orientation_des_solutions/diagramme_classe .xmi" />
<XMI.metamodel xmi.name="UML" href="UML.xml" xmi.version="1.3" />
</XMI.header>
<XMI.content>
<docsettings viewid="2" documentation="" uniqueid="173" />
<umlobjects>
<UML:Class stereotype="" package="" xmi.id="9" abstract="0" documentation="" name="Utilisateur" static="0" scope="200" >
<UML:Operation stereotype="" package="" xmi.id="66" type="Utilisateur" abstract="0" documentation="Cree un nouvel utilisateur" name="Utilisateur" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="identifiant de l'utilisateur
" name="id" static="0" scope="200" />
<UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="nom de la personne" name="nom" static="0" scope="200" />
<UML:Parameter stereotype="" package="" xmi.id="3" value="" type="int" abstract="0" documentation="prenom de la personne" name="prenom" static="0" scope="200" />
<UML:Parameter stereotype="" package="" xmi.id="4" value="" type="string" abstract="0" documentation="mot de passe utilisateur
" name="pass" static="0" scope="200" />
<UML:Parameter stereotype="" package="" xmi.id="5" value="" type="string" abstract="0" documentation="email de l'utilisateur" name="email" static="0" scope="200" />
<UML:Parameter stereotype="" package="" xmi.id="6" value="" type="string" abstract="0" documentation="ville de l'adresse" name="ville" static="0" scope="200" />
<UML:Parameter stereotype="" package="" xmi.id="7" value="" type="string" abstract="0" documentation="indique si l'utilisateur est salarié, stagiaire..." name="statut" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="67" type="void" abstract="0" documentation="peret d'enregistrer un utilisateur dans une base de donnees a partir du nom de la base de donnes, du nom de la table et des attributs à ajouter" name="enregistrerUtilisateur" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="nom de la basede donnees " name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="68" type="Utilisateur" abstract="0" documentation="permet de recuperer un utilisateur de la base de donnees" name="recupererUtilisateur" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="nom de la base de donnees ou rcuperer les donnees" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="70" type="string" abstract="0" documentation="" name="getNom" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="75" type="string" abstract="0" documentation="" name="getPrenom" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="76" type="int" abstract="0" documentation="" name="getTelephone" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="77" type="string" abstract="0" documentation="" name="getAdresse" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="78" type="int" abstract="0" documentation="" name="getCode" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="79" type="string" abstract="0" documentation="" name="getVille" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="80" type="double" abstract="0" documentation="" name="getQuota" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="81" type="double" abstract="0" documentation="" name="getConges" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="82" type="int" abstract="0" documentation="" name="getAdmin" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="83" type="int" abstract="0" documentation="" name="getAdmin2" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="84" type="double" abstract="0" documentation="" name="getNotes" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="85" type="string" abstract="0" documentation="" name="getStatut" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="106" type="void" abstract="0" documentation="" name="supprimerUtilisateur" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Attribute stereotype="" package="" xmi.id="11" value="" type="int" abstract="0" documentation="" name="id_utilisateur" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="12" value="" type="string" abstract="0" documentation="" name="nom" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="14" value="" type="string" abstract="0" documentation="" name="prenom" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="15" value="" type="string" abstract="0" documentation="" name="password" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="16" value="" type="string" abstract="0" documentation="" name="email" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="17" value="" type="int" abstract="0" documentation="" name="telephone" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="18" value="" type="int" abstract="0" documentation="" name="adresse" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="19" value="" type="int" abstract="0" documentation="" name="code_postal" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="20" value="" type="int" abstract="0" documentation="" name="ville" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="21" value="" type="double" abstract="0" documentation="" name="quota_heures_sup" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="22" value="" type="double" abstract="0" documentation="" name="conges_payes" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="155" value="" type="float" abstract="0" documentation="" name="temps_de_travail" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="23" value="" type="int" abstract="0" documentation="" name="admin" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="24" value="" type="int" abstract="0" documentation="" name="admin2" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="25" value="" type="int" abstract="0" documentation="" name="Notes" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="62" value="" type="string" abstract="0" documentation="" name="statut" static="0" scope="201" />
</UML:Class>
<UML:Class stereotype="" package="" xmi.id="26" abstract="0" documentation="" name="Motif" static="0" scope="200" >
<UML:Operation stereotype="" package="" xmi.id="74" type="void" abstract="0" documentation="enregistre les motifs d'absence" name="enregistrerMotif" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="nom de la bse de donnees" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="87" type="Motif" abstract="0" documentation="" name="recupererMotif" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="nom de la base de donnees" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="104" type="void" abstract="0" documentation="" name="supprimerMotif" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="113" type="void" abstract="0" documentation="" name="setRtt" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="int" abstract="0" documentation="" name="typeRtt" static="0" scope="200" />
</UML:Operation>
<UML:Attribute stereotype="" package="" xmi.id="27" value="" type="int" abstract="0" documentation="" name="id_motif" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="29" value="" type="string" abstract="0" documentation="" name="libelle_motif" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="30" value="" type="int" abstract="0" documentation="" name="type_rtt" static="0" scope="201" />
</UML:Class>
<UML:Class stereotype="" package="" xmi.id="31" abstract="0" documentation="" name="Absence" static="0" scope="200" >
<UML:Operation stereotype="" package="" xmi.id="71" type="void" abstract="0" documentation="" name="enregistrerAbsence" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="nom de la base de donnees" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="72" type="void" abstract="0" documentation="" name="enregistrerDateEnvoi" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="nom de la base de donnees" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="73" type="bool" abstract="0" documentation="renvoie un booleen
true si la lettre a ete envoyee et faux sinon" name="isEnvoi" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="97" type="void" abstract="0" documentation="" name="setDateDeb" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="date" abstract="0" documentation="" name="dateDeb" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="98" type="void" abstract="0" documentation="" name="setDateFin" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="date" abstract="0" documentation="" name="dateFin" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="99" type="void" abstract="0" documentation="" name="setDateEnvoi" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="dateEnvoi" static="0" scope="200" />
</UML:Operation>
<UML:Attribute stereotype="" package="" xmi.id="32" value="" type="date" abstract="0" documentation="" name="date_debut_absence" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="33" value="" type="date" abstract="0" documentation="" name="date_fin_absence" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="34" value="" type="date" abstract="0" documentation="" name="date_envoi_lettre" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="124" value="" type="int" abstract="0" documentation="" name="utilisateur" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="125" value="" type="int" abstract="0" documentation="" name="motif" static="0" scope="201" />
</UML:Class>
<UML:Class stereotype="" package="" xmi.id="35" abstract="0" documentation="" name="Projet" static="0" scope="200" >
<UML:Operation stereotype="" package="" xmi.id="88" type="void" abstract="0" documentation="" name="enregistrerProjet" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="nom de la base de donnees" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="89" type="Projet" abstract="0" documentation="" name="recupererprojet" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="103" type="void" abstract="0" documentation="" name="supprimerProjet" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="132" type="void" abstract="0" documentation="" name="setAvancement" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="float" abstract="0" documentation="" name="pourcentage" static="0" scope="200" />
</UML:Operation>
<UML:Attribute stereotype="" package="" xmi.id="36" value="" type="int" abstract="0" documentation="" name="id_projet" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="37" value="" type="string" abstract="0" documentation="" name="Nom_projet" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="38" value="" type="string" abstract="0" documentation="" name="Description" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="131" value="" type="float" abstract="0" documentation="" name="avancement" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="157" value="" type="int" abstract="0" documentation="identifiant de la categorie a laquelle elle appartient" name="categorie" static="0" scope="200" />
</UML:Class>
<UML:Class stereotype="" package="" xmi.id="39" abstract="0" documentation="" name="Prevision" static="0" scope="200" >
<UML:Operation stereotype="" package="" xmi.id="92" type="void" abstract="0" documentation="" name="enregistrerPrevision" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="nom de la bse de donnees" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="93" type="Prevision" abstract="0" documentation="" name="recupererPrevision" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="nom de la bse de donnees" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="94" type="double" abstract="0" documentation="" name="getDuree" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="95" type="void" abstract="0" documentation="" name="setDate" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="date" abstract="0" documentation="" name="Date" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="96" type="void" abstract="0" documentation="" name="setDuree" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="double" abstract="0" documentation="" name="Duree" static="0" scope="200" />
</UML:Operation>
<UML:Attribute stereotype="" package="" xmi.id="40" value="" type="date" abstract="0" documentation="" name="date_prevue" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="41" value="" type="int" abstract="0" documentation="" name="duree_prevue" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="126" value="" type="int" abstract="0" documentation="" name="utilisateur" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="127" value="" type="int" abstract="0" documentation="" name="projet" static="0" scope="201" />
</UML:Class>
<UML:Class stereotype="" package="" xmi.id="42" abstract="0" documentation="" name="Travail" static="0" scope="200" >
<UML:Operation stereotype="" package="" xmi.id="100" type="void" abstract="0" documentation="" name="enregistrerTravail" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="nomde la bse de donnees" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="114" type="void" abstract="0" documentation="" name="setDateTravail" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="date" abstract="0" documentation="" name="dateTravail" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="115" type="void" abstract="0" documentation="" name="setDuree" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="double" abstract="0" documentation="" name="duree" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="123" type="Travail" abstract="0" documentation="" name="recupererTravail" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Attribute stereotype="" package="" xmi.id="43" value="" type="date" abstract="0" documentation="" name="date_travail" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="44" value="" type="float" abstract="0" documentation="" name="duree_travail" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="128" value="" type="int" abstract="0" documentation="" name="utilisateur" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="129" value="" type="int" abstract="0" documentation="" name="projet" static="0" scope="201" />
</UML:Class>
<UML:Class stereotype="" package="" xmi.id="45" abstract="0" documentation="" name="Categorie" static="0" scope="200" >
<UML:Operation stereotype="" package="" xmi.id="90" type="void" abstract="0" documentation="" name="enregistrerCategorie" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="nom de la bse de donnees" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="91" type="Categorie" abstract="0" documentation="" name="recupererCategorie" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="105" type="void" abstract="0" documentation="" name="supprimerCategorie" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Attribute stereotype="" package="" xmi.id="46" value="" type="int" abstract="0" documentation="" name="id_categorie" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="47" value="" type="string" abstract="0" documentation="" name="libelle_categorie" static="0" scope="201" />
</UML:Class>
<UML:Class stereotype="" package="" xmi.id="48" abstract="0" documentation="" name="Frais" static="0" scope="200" >
<UML:Operation stereotype="" package="" xmi.id="102" type="void" abstract="0" documentation="" name="enregistrerFrais" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="107" type="Frais" abstract="0" documentation="" name="recupererFrais" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="108" type="void" abstract="0" documentation="" name="supprimerFrais" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Attribute stereotype="" package="" xmi.id="49" value="" type="int" abstract="0" documentation="" name="id_frais" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="50" value="" type="string" abstract="0" documentation="" name="libelle_frais" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="172" value="" type="date" abstract="0" documentation="" name="date_frais" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="173" value="" type="int" abstract="0" documentation="" name="utilisateur" static="0" scope="201" />
</UML:Class>
<UML:Class stereotype="" package="" xmi.id="53" abstract="0" documentation="" name="Note_De_Frais" static="0" scope="200" >
<UML:Operation stereotype="" package="" xmi.id="111" type="void" abstract="0" documentation="" name="enregistrerNotesFrais" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="nom de la base de donnees" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="112" type="Note_De_Frais" abstract="0" documentation="" name="recupererNotesFrais" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Attribute stereotype="" package="" xmi.id="54" value="" type="float" abstract="0" documentation="" name="montant_ht" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="63" value="" type="float" abstract="0" documentation="" name="montant_ttc" static="0" scope="201" />
</UML:Class>
<UML:Class stereotype="" package="" xmi.id="55" abstract="0" documentation="" name="Frais_kilometrique" static="0" scope="200" >
<UML:Operation stereotype="" package="" xmi.id="109" type="void" abstract="0" documentation="enregistre le sfrais kilometriques" name="enregistrerFraisKilo" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="110" type="Frais_kilometrique" abstract="0" documentation="" name="recupererFraisKilo" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="118" type="void" abstract="0" documentation="" name="setNombreKilo" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="float" abstract="0" documentation="" name="nb" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="119" type="void" abstract="0" documentation="" name="setObjet" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="Objet" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="120" type="void" abstract="0" documentation="" name="setTrajet" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="Trajet" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="122" type="void" abstract="0" documentation="" name="CalculMontant" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="float" abstract="0" documentation="" name="taux" static="0" scope="200" />
<UML:Parameter stereotype="" package="" xmi.id="2" value="" type="float" abstract="0" documentation="" name="nb" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="117" type="void" abstract="0" documentation="" name="setTaux" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="float" abstract="0" documentation="" name="taux" static="0" scope="200" />
</UML:Operation>
<UML:Attribute stereotype="" package="" xmi.id="56" value="" type="float" abstract="0" documentation="" name="taux_kilometre" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="57" value="" type="float" abstract="0" documentation="" name="nombre_kilometre" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="58" value="" type="string" abstract="0" documentation="" name="Objet" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="59" value="" type="string" abstract="0" documentation="" name="Trajet" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="64" value="" type="float" abstract="0" documentation="" name="montant_total" static="0" scope="201" />
</UML:Class>
<UML:Class stereotype="" package="" xmi.id="133" abstract="0" documentation="" name="Taches" static="0" scope="200" >
<UML:Operation stereotype="" package="" xmi.id="140" type="void" abstract="0" documentation="" name="enregistrerTache" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="nom de la base de donnees" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="142" type="Taches" abstract="0" documentation="" name="recupererTache" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="143" type="void" abstract="0" documentation="" name="supprimerTache" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="nom de la abse de donnees" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="144" type="void" abstract="0" documentation="" name="setAvancement" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="float" abstract="0" documentation="" name="avanc" static="0" scope="200" />
</UML:Operation>
<UML:Attribute stereotype="" package="" xmi.id="134" value="" type="int" abstract="0" documentation="" name="id_tache" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="135" value="" type="string" abstract="0" documentation="" name="nom_tache" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="136" value="" type="string" abstract="0" documentation="" name="description_tache" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="137" value="" type="date" abstract="0" documentation="" name="date_debut_tache" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="138" value="" type="float" abstract="0" documentation="" name="duree_prevue_tache" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="139" value="" type="float" abstract="0" documentation="" name="avancement_tache" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="156" value="" type="int" abstract="0" documentation="identifiant du projet auquel il appartient" name="projet" static="0" scope="201" />
</UML:Class>
<UML:Class stereotype="" package="" xmi.id="145" abstract="0" documentation="" name="prevision" static="0" scope="200" >
<UML:Operation stereotype="" package="" xmi.id="150" type="void" abstract="0" documentation="" name="enregistrerPrevision" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="151" type="prevision" abstract="0" documentation="" name="recupererPrevision" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="152" type="Float" abstract="0" documentation="" name="getDuree" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="153" type="void" abstract="0" documentation="" name="setDuree" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="float" abstract="0" documentation="" name="duree" static="0" scope="200" />
<UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="154" type="void" abstract="0" documentation="" name="setDate" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="date" abstract="0" documentation="" name="date_prev" static="0" scope="200" />
<UML:Parameter stereotype="" package="" xmi.id="2" value="" type="string" abstract="0" documentation="" name="db" static="0" scope="200" />
</UML:Operation>
<UML:Attribute stereotype="" package="" xmi.id="146" value="" type="date" abstract="0" documentation="" name="date_prevue" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="147" value="" type="float" abstract="0" documentation="" name="duree_prevue" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="148" value="" type="int" abstract="0" documentation="" name="utilisateur" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="149" value="" type="int" abstract="0" documentation="" name="tache" static="0" scope="201" />
</UML:Class>
<UML:Class stereotype="" package="" xmi.id="158" abstract="0" documentation="" name="Depense" static="0" scope="200" >
<UML:Operation stereotype="" package="" xmi.id="162" type="void" abstract="0" documentation="" name="enregistrerDepense" static="0" scope="201" />
<UML:Operation stereotype="" package="" xmi.id="163" type="Depense" abstract="0" documentation="" name="recupererDepense" static="0" scope="201" />
<UML:Operation stereotype="" package="" xmi.id="164" type="void" abstract="0" documentation="" name="supprimerDepense" static="0" scope="200" />
<UML:Attribute stereotype="" package="" xmi.id="159" value="" type="int" abstract="0" documentation="" name="id_frais" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="160" value="" type="date" abstract="0" documentation="" name="date_frais" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="161" value="" type="int" abstract="0" documentation="" name="utilisateur" static="0" scope="201" />
</UML:Class>
<UML:Class stereotype="" package="" xmi.id="165" abstract="0" documentation="" name="Statut" static="0" scope="200" >
<UML:Operation stereotype="" package="" xmi.id="168" type="void" abstract="0" documentation="" name="enregistrerStatut" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="169" type="Statut" abstract="0" documentation="" name="recupererStatut" static="0" scope="200" />
<UML:Operation stereotype="" package="" xmi.id="170" type="Statut" abstract="0" documentation="" name="Statut" static="0" scope="200" >
<UML:Parameter stereotype="" package="" xmi.id="1" value="" type="Tableau" abstract="0" documentation="" name="tableau" static="0" scope="200" />
</UML:Operation>
<UML:Operation stereotype="" package="" xmi.id="171" type="void" abstract="0" documentation="" name="supprimerStatut" static="0" scope="200" />
<UML:Attribute stereotype="" package="" xmi.id="166" value="" type="int" abstract="0" documentation="" name="id_statut" static="0" scope="201" />
<UML:Attribute stereotype="" package="" xmi.id="167" value="" type="string" abstract="0" documentation="" name="libelle_statut" static="0" scope="201" />
</UML:Class>
</umlobjects>
<diagrams>
<diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" showgrid="0" showopsig="0" usefillcolor="1" snapx="10" snapy="10" showatts="1" xmi.id="2" documentation="" type="402" showops="0" showpackage="0" name="diagramme de classes" localid="30000" showstereotype="0" showscope="1" font="Sans,10,-1,5,0,0,0,0,0,0" linecolor="#ff0000" >
<widgets>
<UML:ConceptWidget usesdiagramfillcolour="0" width="173" showattsigs="601" usesdiagramusefillcolour="0" x="25" linecolour="#ff0000" y="13" showopsigs="600" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="238" usefillcolor="1" showattributes="1" xmi.id="9" showoperations="0" showpackage="0" showscope="1" showstereotype="0" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:ConceptWidget usesdiagramfillcolour="0" width="131" showattsigs="601" usesdiagramusefillcolour="0" x="625" linecolour="#ff0000" y="31" showopsigs="600" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="112" usefillcolor="1" showattributes="1" xmi.id="26" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:ConceptWidget usesdiagramfillcolour="0" width="171" showattsigs="601" usesdiagramusefillcolour="0" x="344" linecolour="#ff0000" y="7" showopsigs="600" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="168" usefillcolor="1" showattributes="1" xmi.id="31" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:ConceptWidget usesdiagramfillcolour="0" width="130" showattsigs="601" usesdiagramusefillcolour="0" x="689" linecolour="#ff0000" y="177" showopsigs="600" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="140" usefillcolor="1" showattributes="1" xmi.id="35" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:ConceptWidget usesdiagramfillcolour="0" width="137" showattsigs="601" usesdiagramusefillcolour="0" x="318" linecolour="#ff0000" y="178" showopsigs="600" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="126" usefillcolor="1" showattributes="1" xmi.id="42" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:ConceptWidget usesdiagramfillcolour="0" width="153" showattsigs="601" usesdiagramusefillcolour="0" x="371" linecolour="#ff0000" y="322" showopsigs="600" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="84" usefillcolor="1" showattributes="1" xmi.id="45" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:ConceptWidget usesdiagramfillcolour="0" width="128" showattsigs="601" usesdiagramusefillcolour="0" x="23" linecolour="#ff0000" y="338" showopsigs="600" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="112" usefillcolor="1" showattributes="1" xmi.id="48" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:ConceptWidget usesdiagramfillcolour="0" width="158" showattsigs="601" usesdiagramusefillcolour="0" x="12" linecolour="#ff0000" y="493" showopsigs="600" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="70" usefillcolor="1" showattributes="1" xmi.id="53" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:ConceptWidget usesdiagramfillcolour="0" width="156" showattsigs="601" usesdiagramusefillcolour="0" x="205" linecolour="#ff0000" y="390" showopsigs="600" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="182" usefillcolor="1" showattributes="1" xmi.id="55" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:ConceptWidget usesdiagramfillcolour="0" width="169" showattsigs="601" usesdiagramusefillcolour="0" x="637" linecolour="#ff0000" y="410" showopsigs="600" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="168" usefillcolor="1" showattributes="1" xmi.id="133" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:ConceptWidget usesdiagramfillcolour="0" width="150" showattsigs="601" usesdiagramusefillcolour="0" x="388" linecolour="#ff0000" y="416" showopsigs="600" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="140" usefillcolor="1" showattributes="1" xmi.id="145" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:ConceptWidget usesdiagramfillcolour="0" width="139" showattsigs="601" usesdiagramusefillcolour="0" x="170" linecolour="#ff0000" y="273" showopsigs="600" usesdiagramlinecolour="0" fillcolour="#ffffc0" height="98" usefillcolor="1" showattributes="1" xmi.id="165" showoperations="1" showpackage="0" showscope="1" showstereotype="0" font="Sans,10,-1,5,0,0,0,0,0,0" />
</widgets>
<messages/>
<associations>
<UML:AssocWidget totalcounta="3" indexa="1" totalcountb="2" indexb="1" widgetbid="31" widgetaid="9" documentation="" type="503" >
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="200" linecolour="none" y="72" operation="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="1" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="329" linecolour="none" y="93" operation="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="*" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="271" linecolour="none" y="91" operation="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="fait" font="Sans,10,-1,5,0,0,0,0,0,0" />
<linepath>
<startpoint startx="198" starty="92" />
<endpoint endx="344" endy="91" />
</linepath>
</UML:AssocWidget>
<UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="26" widgetaid="31" documentation="" type="503" >
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="517" linecolour="none" y="71" operation="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="*" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="609" linecolour="none" y="89" operation="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="1" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="570" linecolour="none" y="89" operation="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="explique" font="Sans,10,-1,5,0,0,0,0,0,0" />
<linepath>
<startpoint startx="515" starty="91" />
<endpoint endx="625" endy="87" />
</linepath>
</UML:AssocWidget>
<UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="48" widgetaid="53" documentation="" type="500" >
<linepath>
<startpoint startx="91" starty="493" />
<endpoint endx="87" endy="450" />
</linepath>
</UML:AssocWidget>
<UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="48" widgetaid="55" documentation="" type="500" >
<linepath>
<startpoint startx="205" starty="481" />
<endpoint endx="151" endy="394" />
</linepath>
</UML:AssocWidget>
<UML:AssocWidget totalcounta="3" indexa="2" totalcountb="2" indexb="1" widgetbid="42" widgetaid="9" documentation="" type="503" >
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="200" linecolour="none" y="173" operation="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="1" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="303" linecolour="none" y="221" operation="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="*" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="258" linecolour="none" y="206" operation="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="effectue" font="Sans,10,-1,5,0,0,0,0,0,0" />
<linepath>
<startpoint startx="198" starty="171" />
<endpoint endx="318" endy="241" />
</linepath>
</UML:AssocWidget>
<UML:AssocWidget totalcounta="4" indexa="1" totalcountb="2" indexb="1" widgetbid="42" widgetaid="35" documentation="" type="503" >
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="673" linecolour="none" y="214" operation="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="1" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="457" linecolour="none" y="221" operation="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="*" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="572" linecolour="none" y="226" operation="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="" font="Sans,10,-1,5,0,0,0,0,0,0" />
<linepath>
<startpoint startx="689" starty="212" />
<endpoint endx="455" endy="241" />
</linepath>
</UML:AssocWidget>
<UML:AssocWidget totalcounta="4" indexa="2" totalcountb="2" indexb="1" widgetbid="45" widgetaid="35" documentation="" type="501" >
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="662" linecolour="none" y="249" operation="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="1..*" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="449" linecolour="none" y="302" operation="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="1" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="568" linecolour="none" y="284" operation="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="" font="Sans,10,-1,5,0,0,0,0,0,0" />
<linepath>
<startpoint startx="689" starty="247" />
<endpoint endx="447" endy="322" />
</linepath>
</UML:AssocWidget>
<UML:AssocWidget totalcounta="4" indexa="3" totalcountb="2" indexb="1" widgetbid="145" widgetaid="35" documentation="" type="503" >
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="673" linecolour="none" y="284" operation="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="1" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="465" linecolour="none" y="396" operation="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="*" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="576" linecolour="none" y="349" operation="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="concerne" font="Sans,10,-1,5,0,0,0,0,0,0" />
<linepath>
<startpoint startx="689" starty="282" />
<endpoint endx="463" endy="416" />
</linepath>
</UML:AssocWidget>
<UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="133" widgetaid="133" documentation="" type="503" >
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="664" linecolour="none" y="390" operation="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="*" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="770" linecolour="none" y="393" operation="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="*" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="649" linecolour="none" y="350" operation="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="a pour predecesseur" font="Sans,10,-1,5,0,0,0,0,0,0" />
<linepath>
<startpoint startx="679" starty="410" />
<endpoint endx="763" endy="410" />
<point x="679" y="360" />
<point x="763" y="360" />
</linepath>
</UML:AssocWidget>
<UML:AssocWidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="133" widgetaid="145" documentation="" type="503" >
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="540" linecolour="none" y="488" operation="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="*" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="621" linecolour="none" y="474" operation="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="1" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="587" linecolour="none" y="490" operation="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="prevoit" font="Sans,10,-1,5,0,0,0,0,0,0" />
<linepath>
<startpoint startx="538" starty="486" />
<endpoint endx="637" endy="494" />
</linepath>
</UML:AssocWidget>
<UML:AssocWidget totalcounta="3" indexa="2" totalcountb="2" indexb="1" widgetbid="35" widgetaid="133" documentation="" type="501" >
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="751" linecolour="none" y="390" operation="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="*" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="738" linecolour="none" y="319" operation="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="1" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="751" linecolour="none" y="363" operation="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="" font="Sans,10,-1,5,0,0,0,0,0,0" />
<linepath>
<startpoint startx="749" starty="410" />
<endpoint endx="754" endy="317" />
</linepath>
</UML:AssocWidget>
<UML:AssocWidget totalcounta="3" indexa="1" totalcountb="2" indexb="1" widgetbid="48" widgetaid="9" documentation="" type="503" >
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="84" linecolour="none" y="253" operation="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="1" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="72" linecolour="none" y="318" operation="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="*" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="84" linecolour="none" y="294" operation="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="depense" font="Sans,10,-1,5,0,0,0,0,0,0" />
<linepath>
<startpoint startx="82" starty="251" />
<endpoint endx="87" endy="338" />
</linepath>
</UML:AssocWidget>
<UML:AssocWidget totalcounta="3" indexa="2" totalcountb="2" indexb="1" widgetbid="165" widgetaid="9" documentation="" type="503" >
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="142" linecolour="none" y="253" operation="" usesdiagramlinecolour="1" role="701" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="*" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="223" linecolour="none" y="253" operation="" usesdiagramlinecolour="1" role="702" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="1" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:FloatingTextWidget usesdiagramfillcolour="1" width="0" usesdiagramusefillcolour="1" x="165" linecolour="none" y="251" operation="" usesdiagramlinecolour="1" role="703" fillcolour="none" height="0" usefillcolor="1" seqnum="" xmi.id="-1" text="possede" font="Sans,10,-1,5,0,0,0,0,0,0" />
<linepath>
<startpoint startx="140" starty="251" />
<endpoint endx="239" endy="273" />
</linepath>
</UML:AssocWidget>
</associations>
</diagram>
<diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" snapy="10" showatts="1" xmi.id="3" documentation="" type="405" showops="1" showpackage="0" name="diagramme d'activités" localid="30000" showstereotype="0" showscope="1" font="Sans,10,-1,5,0,0,0,0,0,0" linecolor="#ff0000" >
<widgets>
<UML:ActivityWidget usesdiagramfillcolour="1" width="10" activityname="Activity" usesdiagramusefillcolour="1" x="328" linecolour="none" y="623" usesdiagramlinecolour="1" fillcolour="none" height="10" usefillcolor="1" xmi.id="4" documentation="" activitytype="0" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:ActivityWidget usesdiagramfillcolour="1" width="132" activityname="présenter fenêtre login" usesdiagramusefillcolour="1" x="275" linecolour="none" y="663" usesdiagramlinecolour="1" fillcolour="none" height="24" usefillcolor="1" xmi.id="5" documentation="" activitytype="1" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:ActivityWidget usesdiagramfillcolour="1" width="20" activityname="Activity" usesdiagramusefillcolour="1" x="337" linecolour="none" y="717" usesdiagramlinecolour="1" fillcolour="none" height="20" usefillcolor="1" xmi.id="6" documentation="" activitytype="3" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:ActivityWidget usesdiagramfillcolour="1" width="95" activityname="page principale" usesdiagramusefillcolour="1" x="196" linecolour="none" y="749" usesdiagramlinecolour="1" fillcolour="none" height="24" usefillcolor="1" xmi.id="7" documentation="" activitytype="1" font="Sans,10,-1,5,0,0,0,0,0,0" />
<UML:ActivityWidget usesdiagramfillcolour="1" width="95" activityname="message erreur" usesdiagramusefillcolour="1" x="399" linecolour="none" y="744" usesdiagramlinecolour="1" fillcolour="none" height="24" usefillcolor="1" xmi.id="8" documentation="" activitytype="1" font="Sans,10,-1,5,0,0,0,0,0,0" />
</widgets>
<messages/>
<associations/>
</diagram>
</diagrams>
<listview>
<listitem open="1" type="800" id="-1" label="Vues" >
<listitem open="1" type="802" id="-1" label="Cas d'utilisations" />
<listitem open="1" type="801" id="-1" label="Vue logique" >
<listitem open="1" type="813" id="31" label="Absence" >
<listitem open="0" type="814" id="32" label="date_debut_absence" />
<listitem open="0" type="814" id="34" label="date_envoi_lettre" />
<listitem open="0" type="814" id="33" label="date_fin_absence" />
<listitem open="0" type="815" id="71" label="enregistrerAbsence" />
<listitem open="0" type="815" id="72" label="enregistrerDateEnvoi" />
<listitem open="0" type="815" id="73" label="isEnvoi" />
<listitem open="0" type="814" id="125" label="motif" />
<listitem open="0" type="815" id="97" label="setDateDeb" />
<listitem open="0" type="815" id="99" label="setDateEnvoi" />
<listitem open="0" type="815" id="98" label="setDateFin" />
<listitem open="0" type="814" id="124" label="utilisateur" />
</listitem>
<listitem open="1" type="813" id="45" label="Categorie" >
<listitem open="0" type="815" id="90" label="enregistrerCategorie" />
<listitem open="0" type="814" id="46" label="id_categorie" />
<listitem open="0" type="814" id="47" label="libelle_categorie" />
<listitem open="0" type="815" id="91" label="recupererCategorie" />
<listitem open="0" type="815" id="105" label="supprimerCategorie" />
</listitem>
<listitem open="1" type="813" id="158" label="Depense" >
<listitem open="0" type="814" id="160" label="date_frais" />
<listitem open="0" type="815" id="162" label="enregistrerDepense" />
<listitem open="0" type="814" id="159" label="id_frais" />
<listitem open="0" type="815" id="163" label="recupererDepense" />
<listitem open="0" type="815" id="164" label="supprimerDepense" />
<listitem open="0" type="814" id="161" label="utilisateur" />
</listitem>
<listitem open="0" type="809" id="3" label="diagramme d'activités" />
<listitem open="0" type="807" id="2" label="diagramme de classes" />
<listitem open="1" type="813" id="48" label="Frais" >
<listitem open="0" type="814" id="172" label="date_frais" />
<listitem open="0" type="815" id="102" label="enregistrerFrais" />
<listitem open="0" type="814" id="49" label="id_frais" />
<listitem open="0" type="814" id="50" label="libelle_frais" />
<listitem open="0" type="815" id="107" label="recupererFrais" />
<listitem open="0" type="815" id="108" label="supprimerFrais" />
<listitem open="0" type="814" id="173" label="utilisateur" />
</listitem>
<listitem open="1" type="813" id="55" label="Frais_kilometrique" >
<listitem open="0" type="815" id="122" label="CalculMontant" />
<listitem open="0" type="815" id="109" label="enregistrerFraisKilo" />
<listitem open="0" type="814" id="64" label="montant_total" />
<listitem open="0" type="814" id="57" label="nombre_kilometre" />
<listitem open="0" type="814" id="58" label="Objet" />
<listitem open="0" type="815" id="110" label="recupererFraisKilo" />
<listitem open="0" type="815" id="118" label="setNombreKilo" />
<listitem open="0" type="815" id="119" label="setObjet" />
<listitem open="0" type="815" id="117" label="setTaux" />
<listitem open="0" type="815" id="120" label="setTrajet" />
<listitem open="0" type="814" id="56" label="taux_kilometre" />
<listitem open="0" type="814" id="59" label="Trajet" />
</listitem>
<listitem open="1" type="813" id="26" label="Motif" >
<listitem open="0" type="815" id="74" label="enregistrerMotif" />
<listitem open="0" type="814" id="27" label="id_motif" />
<listitem open="0" type="814" id="29" label="libelle_motif" />
<listitem open="0" type="815" id="87" label="recupererMotif" />
<listitem open="0" type="815" id="113" label="setRtt" />
<listitem open="0" type="815" id="104" label="supprimerMotif" />
<listitem open="0" type="814" id="30" label="type_rtt" />
</listitem>
<listitem open="1" type="813" id="53" label="Note_De_Frais" >
<listitem open="0" type="815" id="111" label="enregistrerNotesFrais" />
<listitem open="0" type="814" id="54" label="montant_ht" />
<listitem open="0" type="814" id="63" label="montant_ttc" />
<listitem open="0" type="815" id="112" label="recupererNotesFrais" />
</listitem>
<listitem open="1" type="813" id="145" label="prevision" >
<listitem open="0" type="814" id="146" label="date_prevue" />
<listitem open="0" type="814" id="147" label="duree_prevue" />
<listitem open="0" type="815" id="150" label="enregistrerPrevision" />
<listitem open="0" type="815" id="152" label="getDuree" />
<listitem open="0" type="815" id="151" label="recupererPrevision" />
<listitem open="0" type="815" id="154" label="setDate" />
<listitem open="0" type="815" id="153" label="setDuree" />
<listitem open="0" type="814" id="149" label="tache" />
<listitem open="0" type="814" id="148" label="utilisateur" />
</listitem>
<listitem open="1" type="813" id="39" label="Prevision" >
<listitem open="0" type="814" id="40" label="date_prevue" />
<listitem open="0" type="814" id="41" label="duree_prevue" />
<listitem open="0" type="815" id="92" label="enregistrerPrevision" />
<listitem open="0" type="815" id="94" label="getDuree" />
<listitem open="0" type="814" id="127" label="projet" />
<listitem open="0" type="815" id="93" label="recupererPrevision" />
<listitem open="0" type="815" id="95" label="setDate" />
<listitem open="0" type="815" id="96" label="setDuree" />
<listitem open="0" type="814" id="126" label="utilisateur" />
</listitem>
<listitem open="1" type="813" id="35" label="Projet" >
<listitem open="0" type="814" id="131" label="avancement" />
<listitem open="0" type="814" id="157" label="categorie" />
<listitem open="0" type="814" id="38" label="Description" />
<listitem open="0" type="815" id="88" label="enregistrerProjet" />
<listitem open="0" type="814" id="36" label="id_projet" />
<listitem open="0" type="814" id="37" label="Nom_projet" />
<listitem open="0" type="815" id="89" label="recupererprojet" />
<listitem open="0" type="815" id="132" label="setAvancement" />
<listitem open="0" type="815" id="103" label="supprimerProjet" />
</listitem>
<listitem open="1" type="813" id="165" label="Statut" >
<listitem open="0" type="815" id="168" label="enregistrerStatut" />
<listitem open="0" type="814" id="166" label="id_statut" />
<listitem open="0" type="814" id="167" label="libelle_statut" />
<listitem open="0" type="815" id="169" label="recupererStatut" />
<listitem open="0" type="815" id="170" label="Statut" />
<listitem open="0" type="815" id="171" label="supprimerStatut" />
</listitem>
<listitem open="1" type="813" id="133" label="Taches" >
<listitem open="0" type="814" id="139" label="avancement_tache" />
<listitem open="0" type="814" id="137" label="date_debut_tache" />
<listitem open="0" type="814" id="136" label="description_tache" />
<listitem open="0" type="814" id="138" label="duree_prevue_tache" />
<listitem open="0" type="815" id="140" label="enregistrerTache" />
<listitem open="0" type="814" id="134" label="id_tache" />
<listitem open="0" type="814" id="135" label="nom_tache" />
<listitem open="0" type="814" id="156" label="projet" />
<listitem open="0" type="815" id="142" label="recupererTache" />
<listitem open="0" type="815" id="144" label="setAvancement" />
<listitem open="0" type="815" id="143" label="supprimerTache" />
</listitem>
<listitem open="1" type="813" id="42" label="Travail" >
<listitem open="0" type="814" id="43" label="date_travail" />
<listitem open="0" type="814" id="44" label="duree_travail" />
<listitem open="0" type="815" id="100" label="enregistrerTravail" />
<listitem open="0" type="814" id="129" label="projet" />
<listitem open="0" type="815" id="123" label="recupererTravail" />
<listitem open="0" type="815" id="114" label="setDateTravail" />
<listitem open="0" type="815" id="115" label="setDuree" />
<listitem open="0" type="814" id="128" label="utilisateur" />
</listitem>
<listitem open="1" type="813" id="9" label="Utilisateur" >
<listitem open="0" type="814" id="23" label="admin" />
<listitem open="0" type="814" id="24" label="admin2" />
<listitem open="0" type="814" id="18" label="adresse" />
<listitem open="0" type="814" id="19" label="code_postal" />
<listitem open="0" type="814" id="22" label="conges_payes" />
<listitem open="0" type="814" id="16" label="email" />
<listitem open="0" type="815" id="67" label="enregistrerUtilisateur" />
<listitem open="0" type="815" id="82" label="getAdmin" />
<listitem open="0" type="815" id="83" label="getAdmin2" />
<listitem open="0" type="815" id="77" label="getAdresse" />
<listitem open="0" type="815" id="78" label="getCode" />
<listitem open="0" type="815" id="81" label="getConges" />
<listitem open="0" type="815" id="70" label="getNom" />
<listitem open="0" type="815" id="84" label="getNotes" />
<listitem open="0" type="815" id="75" label="getPrenom" />
<listitem open="0" type="815" id="80" label="getQuota" />
<listitem open="0" type="815" id="85" label="getStatut" />
<listitem open="0" type="815" id="76" label="getTelephone" />
<listitem open="0" type="815" id="79" label="getVille" />
<listitem open="0" type="814" id="11" label="id_utilisateur" />
<listitem open="0" type="814" id="12" label="nom" />
<listitem open="0" type="814" id="25" label="Notes" />
<listitem open="0" type="814" id="15" label="password" />
<listitem open="0" type="814" id="14" label="prenom" />
<listitem open="0" type="814" id="21" label="quota_heures_sup" />
<listitem open="0" type="815" id="68" label="recupererUtilisateur" />
<listitem open="0" type="814" id="62" label="statut" />
<listitem open="0" type="815" id="106" label="supprimerUtilisateur" />
<listitem open="0" type="814" id="17" label="telephone" />
<listitem open="0" type="814" id="155" label="temps_de_travail" />
<listitem open="0" type="815" id="66" label="Utilisateur" />
<listitem open="0" type="814" id="20" label="ville" />
</listitem>
</listitem>
</listitem>
</listview>
</XMI.content>
</XMI>
/trunk/documentation/IMAGE TABLE.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/documentation/IMAGE TABLE.png
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/documentation/model_reverse_engineered.xml
New file
0,0 → 1,902
<?xml version="1.0" standalone="yes" ?>
<DBMODEL Version="4.0">
<SETTINGS>
<GLOBALSETTINGS ModelName="model_reverse_engineered" IDModel="0" IDVersion="0" VersionStr="1.0.0.0" Comments="" UseVersionHistroy="1" AutoIncVersion="1" DatabaseType="MySQL" ZoomFac="100.00" XPos="262" YPos="264" DefaultDataType="5" DefaultTablePrefix="0" DefSaveDBConn="" DefSyncDBConn="" DefQueryDBConn="" Printer="" HPageCount="4.0" PageAspectRatio="1.440892512336408" PageOrientation="1" PageFormat="A4 (210x297 mm, 8.26x11.7 inches)" SelectedPages="" UsePositionGrid="0" PositionGridX="20" PositionGridY="20" TableNameInRefs="0" DefaultTableType="0" ActivateRefDefForNewRelations="1" FKPrefix="" FKPostfix="" CreateFKRefDefIndex="0" DBQuoteCharacter="`" CreateSQLforLinkedObjects="0" DefModelFont="Nimbus Sans L" CanvasWidth="4096" CanvasHeight="2842" />
<DATATYPEGROUPS>
<DATATYPEGROUP Name="Numeric Types" Icon="1" />
<DATATYPEGROUP Name="Date and Time Types" Icon="2" />
<DATATYPEGROUP Name="String Types" Icon="3" />
<DATATYPEGROUP Name="Blob and Text Types" Icon="4" />
<DATATYPEGROUP Name="User defined Types" Icon="5" />
<DATATYPEGROUP Name="Geographic Types" Icon="6" />
</DATATYPEGROUPS>
<DATATYPES>
<DATATYPE ID="1" IDGroup="0" TypeName="TINYINT" Description="A very small integer. The signed range is -128 to 127. The unsigned range is 0 to 255." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="UNSIGNED" Default="1" />
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="2" IDGroup="0" TypeName="SMALLINT" Description="A small integer. The signed range is -32768 to 32767. The unsigned range is 0 to 65535." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="UNSIGNED" Default="1" />
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="3" IDGroup="0" TypeName="MEDIUMINT" Description="A medium-size integer. The signed range is -8388608 to 8388607. The unsigned range is 0 to 16777215." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="UNSIGNED" Default="1" />
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="4" IDGroup="0" TypeName="INT" Description="A normal-size integer. The signed range is -2147483648 to 2147483647. The unsigned range is 0 to 4294967295." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="1" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="UNSIGNED" Default="0" />
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="5" IDGroup="0" TypeName="INTEGER" Description="A normal-size integer. The signed range is -2147483648 to 2147483647. The unsigned range is 0 to 4294967295." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="1" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="UNSIGNED" Default="1" />
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="6" IDGroup="0" TypeName="BIGINT" Description="A large integer. The signed range is -9223372036854775808 to 9223372036854775807. The unsigned range is 0 to 18446744073709551615." ParamCount="1" OptionCount="2" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="UNSIGNED" Default="0" />
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="7" IDGroup="0" TypeName="FLOAT" Description="A small (single-precision) floating-point number. Cannot be unsigned. Allowable values are -3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38." ParamCount="1" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="precision" />
</PARAMS>
<OPTIONS>
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="8" IDGroup="0" TypeName="FLOAT" Description="A small (single-precision) floating-point number. Cannot be unsigned. Allowable values are -3.402823466E+38 to -1.175494351E-38, 0, and 1.175494351E-38 to 3.402823466E+38." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
<PARAM Name="decimals" />
</PARAMS>
<OPTIONS>
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="9" IDGroup="0" TypeName="DOUBLE" Description="A normal-size (double-precision) floating-point number. Cannot be unsigned. Allowable values are -1.7976931348623157E+308 to -2.2250738585072014E-308, 0, and 2.2250738585072014E-308 to 1.7976931348623157E+308." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="2" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
<PARAM Name="decimals" />
</PARAMS>
<OPTIONS>
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="10" IDGroup="0" TypeName="DOUBLE PRECISION" Description="This is a synonym for DOUBLE." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="2" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
<PARAM Name="decimals" />
</PARAMS>
<OPTIONS>
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="11" IDGroup="0" TypeName="REAL" Description="This is a synonym for DOUBLE." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="2" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
<PARAM Name="decimals" />
</PARAMS>
<OPTIONS>
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="12" IDGroup="0" TypeName="DECIMAL" Description="An unpacked floating-point number. Cannot be unsigned. Behaves like a CHAR column." ParamCount="2" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="3" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
<PARAM Name="decimals" />
</PARAMS>
<OPTIONS>
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="13" IDGroup="0" TypeName="NUMERIC" Description="This is a synonym for DECIMAL." ParamCount="2" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="3" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
<PARAM Name="decimals" />
</PARAMS>
<OPTIONS>
<OPTION Name="ZEROFILL" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="14" IDGroup="1" TypeName="DATE" Description="A date. The supported range is \a1000-01-01\a to \a9999-12-31\a." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="15" IDGroup="1" TypeName="DATETIME" Description="A date and time combination. The supported range is \a1000-01-01 00:00:00\a to \a9999-12-31 23:59:59\a." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="16" IDGroup="1" TypeName="TIMESTAMP" Description="A timestamp. The range is \a1970-01-01 00:00:00\a to sometime in the year 2037. The length can be 14 (or missing), 12, 10, 8, 6, 4, or 2 representing YYYYMMDDHHMMSS, ... , YYYYMMDD, ... , YY formats." ParamCount="1" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
</PARAMS>
</DATATYPE>
<DATATYPE ID="17" IDGroup="1" TypeName="TIME" Description="A time. The range is \a-838:59:59\a to \a838:59:59\a." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="18" IDGroup="1" TypeName="YEAR" Description="A year in 2- or 4-digit format (default is 4-digit)." ParamCount="1" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
</PARAMS>
</DATATYPE>
<DATATYPE ID="19" IDGroup="2" TypeName="CHAR" Description="A fixed-length string (1 to 255 characters) that is always right-padded with spaces to the specified length when stored. values are sorted and compared in case-insensitive fashion according to the default character set unless the BINARY keyword is given." ParamCount="1" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="BINARY" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="20" IDGroup="2" TypeName="VARCHAR" Description="A variable-length string (1 to 255 characters). Values are sorted and compared in case-sensitive fashion unless the BINARY keyword is given." ParamCount="1" OptionCount="1" ParamRequired="1" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="length" />
</PARAMS>
<OPTIONS>
<OPTION Name="BINARY" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="21" IDGroup="2" TypeName="BIT" Description="This is a synonym for CHAR(1)." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="22" IDGroup="2" TypeName="BOOL" Description="This is a synonym for CHAR(1)." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="23" IDGroup="3" TypeName="TINYBLOB" Description="A column maximum length of 255 (2^8 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="24" IDGroup="3" TypeName="BLOB" Description="A column maximum length of 65535 (2^16 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="25" IDGroup="3" TypeName="MEDIUMBLOB" Description="A column maximum length of 16777215 (2^24 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="26" IDGroup="3" TypeName="LONGBLOB" Description="A column maximum length of 4294967295 (2^32 - 1) characters. Values are sorted and compared in case-sensitive fashion." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="27" IDGroup="3" TypeName="TINYTEXT" Description="A column maximum length of 255 (2^8 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="28" IDGroup="3" TypeName="TEXT" Description="A column maximum length of 65535 (2^16 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="29" IDGroup="3" TypeName="MEDIUMTEXT" Description="A column maximum length of 16777215 (2^24 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="30" IDGroup="3" TypeName="LONGTEXT" Description="A column maximum length of 4294967295 (2^32 - 1) characters." ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="31" IDGroup="3" TypeName="ENUM" Description="An enumeration. A string object that can have only one value, chosen from the list of values." ParamCount="1" OptionCount="0" ParamRequired="1" EditParamsAsString="1" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="values" />
</PARAMS>
</DATATYPE>
<DATATYPE ID="32" IDGroup="3" TypeName="SET" Description="A set. A string object that can have zero or more values, each of which must be chosen from the list of values." ParamCount="1" OptionCount="0" ParamRequired="1" EditParamsAsString="1" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<PARAMS>
<PARAM Name="values" />
</PARAMS>
</DATATYPE>
<DATATYPE ID="33" IDGroup="4" TypeName="Varchar(20)" Description="" ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<OPTIONS>
<OPTION Name="BINARY" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="34" IDGroup="4" TypeName="Varchar(45)" Description="" ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<OPTIONS>
<OPTION Name="BINARY" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="35" IDGroup="4" TypeName="Varchar(255)" Description="" ParamCount="0" OptionCount="1" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
<OPTIONS>
<OPTION Name="BINARY" Default="0" />
</OPTIONS>
</DATATYPE>
<DATATYPE ID="36" IDGroup="5" TypeName="GEOMETRY" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="38" IDGroup="5" TypeName="LINESTRING" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="39" IDGroup="5" TypeName="POLYGON" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="40" IDGroup="5" TypeName="MULTIPOINT" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="41" IDGroup="5" TypeName="MULTILINESTRING" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="42" IDGroup="5" TypeName="MULTIPOLYGON" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
<DATATYPE ID="43" IDGroup="5" TypeName="GEOMETRYCOLLECTION" Description="Geographic Datatype" ParamCount="0" OptionCount="0" ParamRequired="0" EditParamsAsString="0" SynonymGroup="0" PhysicalMapping="0" PhysicalTypeName="" >
</DATATYPE>
</DATATYPES>
<COMMON_DATATYPES>
<COMMON_DATATYPE ID="5" />
<COMMON_DATATYPE ID="8" />
<COMMON_DATATYPE ID="20" />
<COMMON_DATATYPE ID="15" />
<COMMON_DATATYPE ID="22" />
<COMMON_DATATYPE ID="28" />
<COMMON_DATATYPE ID="26" />
<COMMON_DATATYPE ID="33" />
<COMMON_DATATYPE ID="34" />
<COMMON_DATATYPE ID="35" />
</COMMON_DATATYPES>
<TABLEPREFIXES>
<TABLEPREFIX Name="Default (no prefix)" />
</TABLEPREFIXES>
<REGIONCOLORS>
<REGIONCOLOR Color="Red=#FFEEEC" />
<REGIONCOLOR Color="Yellow=#FEFDED" />
<REGIONCOLOR Color="Green=#EAFFE5" />
<REGIONCOLOR Color="Cyan=#ECFDFF" />
<REGIONCOLOR Color="Blue=#F0F1FE" />
<REGIONCOLOR Color="Magenta=#FFEBFA" />
</REGIONCOLORS>
<POSITIONMARKERS>
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
<POSITIONMARKER ZoomFac="-1.0" X="0" Y="0" />
</POSITIONMARKERS>
</SETTINGS>
<METADATA>
<REGIONS>
</REGIONS>
<TABLES>
<TABLE ID="1394" Tablename="gestion_absence" PrevTableName="" XPos="591" YPos="702" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="2" >
<COLUMNS>
<COLUMN ID="1409" ColName="gu_id_utilisateur" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1411" ColName="ga_date_debut" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1584" ColName="gma_id_motif" PrevColName="" Pos="1" idDatatype="1" DatatypeParams="(3)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1412" ColName="ga_date_fin" PrevColName="" Pos="4" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1413" ColName="ga_date_envoi_lettre" PrevColName="" Pos="5" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1583" />
<RELATION_END ID="1585" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1414" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1409" LengthParam="0" />
<INDEXCOLUMN idColumn="1411" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1395" Tablename="gestion_categorie" PrevTableName="" XPos="85" YPos="1" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="3" >
<COLUMNS>
<COLUMN ID="1415" ColName="gc_id_categorie" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1416" ColName="gc_libelle_categorie" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1564" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1417" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1415" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1396" Tablename="gestion_composer_utilisateur_frais_kilometrique" PrevTableName="" XPos="887" YPos="503" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="4" >
<COLUMNS>
<COLUMN ID="1418" ColName="gcufk_id_frais_kilometrique" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1419" ColName="gcufk_id_utilisateur" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1420" ColName="gcufk_date_frais" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1506" ColName="gfk_id_frais_kilometrique" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1504" ColName="gu_id_utilisateur" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1421" ColName="gcufk_nb_kilometre" PrevColName="" Pos="4" idDatatype="7" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1422" ColName="gcufk_objet" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1423" ColName="gcufk_trajet" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1424" ColName="gcufk_montant_total" PrevColName="" Pos="7" idDatatype="7" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1503" />
<RELATION_END ID="1505" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1425" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1418" LengthParam="0" />
<INDEXCOLUMN idColumn="1419" LengthParam="0" />
<INDEXCOLUMN idColumn="1420" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1397" Tablename="gestion_depense" PrevTableName="" XPos="330" YPos="105" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="5" >
<COLUMNS>
<COLUMN ID="1426" ColName="gu_id_utilisateur" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1427" ColName="gnf_id_frais" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1428" ColName="gd_date_depense" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1429" ColName="gd_montant_ht" PrevColName="" Pos="4" idDatatype="7" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1430" ColName="gd_montant_ttc" PrevColName="" Pos="5" idDatatype="7" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1499" />
<RELATION_END ID="1500" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1431" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1426" LengthParam="0" />
<INDEXCOLUMN idColumn="1427" LengthParam="0" />
<INDEXCOLUMN idColumn="1428" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1398" Tablename="gestion_frais_kilometrique" PrevTableName="" XPos="849" YPos="264" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="6" >
<COLUMNS>
<COLUMN ID="1432" ColName="gfk_id_frais_kilometrique" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1433" ColName="gfk_taux_kilometre" PrevColName="" Pos="2" idDatatype="7" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1505" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1434" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1432" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1399" Tablename="gestion_motif_absence" PrevTableName="" XPos="272" YPos="709" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="7" >
<COLUMNS>
<COLUMN ID="1435" ColName="gma_id_motif" PrevColName="" Pos="1" idDatatype="1" DatatypeParams="(3)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1436" ColName="gma_libelle_motif" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1437" ColName="gma_type_rtt" PrevColName="" Pos="3" idDatatype="19" DatatypeParams="(1)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1583" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1438" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1435" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1400" Tablename="gestion_note_frais" PrevTableName="" XPos="356" YPos="15" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="8" >
<COLUMNS>
<COLUMN ID="1439" ColName="gnf_id_frais" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1440" ColName="gnf_libelle_frais" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1500" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1441" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1439" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1401" Tablename="gestion_predecesseurs" PrevTableName="" XPos="14" YPos="734" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="9" >
<COLUMNS>
<COLUMN ID="1443" ColName="gpred_id_pred" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1515" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1444" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1443" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1402" Tablename="gestion_preferences" PrevTableName="" XPos="348" YPos="290" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="10" >
<COLUMNS>
<COLUMN ID="1445" ColName="gu_id_utilisateur" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1446" ColName="gp_id_projet" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1494" />
<RELATION_END ID="1498" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1447" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1445" LengthParam="0" />
<INDEXCOLUMN idColumn="1446" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1403" Tablename="gestion_prevision_tache" PrevTableName="" XPos="310" YPos="587" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="11" >
<COLUMNS>
<COLUMN ID="1448" ColName="gu_id_utilisateur" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1450" ColName="gpt_date_prevision" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1451" ColName="gpt_duree_prevision" PrevColName="" Pos="4" idDatatype="7" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1512" />
<RELATION_END ID="1513" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1452" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1448" LengthParam="0" />
<INDEXCOLUMN idColumn="1450" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1404" Tablename="gestion_projet" PrevTableName="" XPos="10" YPos="114" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="12" >
<COLUMNS>
<COLUMN ID="1565" ColName="gc_id_categorie" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1522" ColName="gp_id_projet" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="" Width="-1" Prec="-1" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1455" ColName="gp_nom_projet" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1456" ColName="gp_description" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1457" ColName="gp_date_debut" PrevColName="" Pos="5" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1458" ColName="gp_duree_prevue" PrevColName="" Pos="6" idDatatype="7" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1459" ColName="gp_avancement" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1498" />
<RELATION_START ID="1511" />
<RELATION_START ID="1514" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="1564" />
</RELATIONS_END>
</TABLE>
<TABLE ID="1405" Tablename="gestion_statut" PrevTableName="" XPos="580" YPos="64" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="13" >
<COLUMNS>
<COLUMN ID="1461" ColName="gs_id_statut" PrevColName="" Pos="1" idDatatype="1" DatatypeParams="(3)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1502" ColName="gu_id_utilisateur" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1462" ColName="gs_libelle_statut" PrevColName="" Pos="2" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1501" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1463" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1461" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1406" Tablename="gestion_taches" PrevTableName="" XPos="-2" YPos="482" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="\n" TableOptions="DelayKeyTblUpdates=0\nPackKeys=0\nRowChecksum=0\nRowFormat=0\nUseRaid=0\nRaidType=0\n" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="14" >
<COLUMNS>
<COLUMN ID="1464" ColName="gt_id_tache" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1465" ColName="gp_id_projet" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1466" ColName="gt_nom_tache" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1467" ColName="gt_description_tache" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1468" ColName="gt_date_debut_tache" PrevColName="" Pos="5" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1469" ColName="gt_duree_prevue" PrevColName="" Pos="6" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1470" ColName="gt_avancement" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(11)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1513" />
<RELATION_START ID="1515" />
</RELATIONS_START>
<RELATIONS_END>
<RELATION_END ID="1514" />
</RELATIONS_END>
</TABLE>
<TABLE ID="1407" Tablename="gestion_travail" PrevTableName="" XPos="194" YPos="390" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="15" >
<COLUMNS>
<COLUMN ID="1472" ColName="gp_id_projet" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1473" ColName="gu_id_utilisateur" PrevColName="" Pos="2" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="1" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1474" ColName="gt_date_travail" PrevColName="" Pos="3" idDatatype="14" DatatypeParams="" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="0000-00-00" Comments="">
<OPTIONSELECTED>
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1475" ColName="gt_duree_travail" PrevColName="" Pos="4" idDatatype="7" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_END>
<RELATION_END ID="1510" />
<RELATION_END ID="1511" />
</RELATIONS_END>
<INDICES>
<INDEX ID="1476" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1472" LengthParam="0" />
<INDEXCOLUMN idColumn="1473" LengthParam="0" />
<INDEXCOLUMN idColumn="1474" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
<TABLE ID="1408" Tablename="gestion_utilisateur" PrevTableName="" XPos="627" YPos="288" TableType="0" TablePrefix="0" nmTable="0" Temporary="0" UseStandardInserts="0" StandardInserts="" TableOptions="" Comments="" Collapsed="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="16" >
<COLUMNS>
<COLUMN ID="1477" ColName="gu_id_utilisateur" PrevColName="" Pos="1" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="1" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1478" ColName="gs_id_statut" PrevColName="" Pos="2" idDatatype="1" DatatypeParams="(3)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1479" ColName="gu_nom" PrevColName="" Pos="3" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1480" ColName="gu_prenom" PrevColName="" Pos="4" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1481" ColName="gu_password" PrevColName="" Pos="5" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1482" ColName="gu_email" PrevColName="" Pos="6" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="1" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1483" ColName="gu_telephone" PrevColName="" Pos="7" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1484" ColName="gu_adresse" PrevColName="" Pos="8" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1485" ColName="gu_code_postal" PrevColName="" Pos="9" idDatatype="5" DatatypeParams="(10)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1486" ColName="gu_ville" PrevColName="" Pos="10" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1487" ColName="gu_quota_heures_supp" PrevColName="" Pos="11" idDatatype="7" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1488" ColName="gu_conges_payes" PrevColName="" Pos="12" idDatatype="7" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1489" ColName="gu_temps_de_travail" PrevColName="" Pos="13" idDatatype="7" DatatypeParams="" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1490" ColName="gu_admin" PrevColName="" Pos="14" idDatatype="1" DatatypeParams="(3)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1491" ColName="gu_admin2" PrevColName="" Pos="15" idDatatype="1" DatatypeParams="(3)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="1" />
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
<COLUMN ID="1492" ColName="gu_notes" PrevColName="" Pos="16" idDatatype="20" DatatypeParams="(255)" Width="0" Prec="0" PrimaryKey="0" NotNull="0" AutoInc="0" IsForeignKey="0" DefaultValue="" Comments="">
<OPTIONSELECTED>
<OPTIONSELECT Value="0" />
</OPTIONSELECTED>
</COLUMN>
</COLUMNS>
<RELATIONS_START>
<RELATION_START ID="1494" />
<RELATION_START ID="1499" />
<RELATION_START ID="1501" />
<RELATION_START ID="1503" />
<RELATION_START ID="1510" />
<RELATION_START ID="1512" />
<RELATION_START ID="1585" />
</RELATIONS_START>
<INDICES>
<INDEX ID="1493" IndexName="PRIMARY" IndexKind="0" FKRefDef_Obj_id="-1">
<INDEXCOLUMNS>
<INDEXCOLUMN idColumn="1477" LengthParam="0" />
</INDEXCOLUMNS>
</INDEX>
</INDICES>
</TABLE>
</TABLES>
<RELATIONS>
<RELATION ID="1494" RelationName="avoir_preferences" Kind="2" SrcTable="1408" DestTable="1402" FKFields="gu_id_utilisateur=gu_id_utilisateur\n" FKFieldsComments="\n" relDirection="4" MidOffset="-23" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-3" CaptionOffsetY="-61" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="17" />
<RELATION ID="1498" RelationName="fk_gp_gpreferences" Kind="5" SrcTable="1404" DestTable="1402" FKFields="" FKFieldsComments="" relDirection="2" MidOffset="19" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="10" CaptionOffsetY="-33" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="18" />
<RELATION ID="1499" RelationName="fk_gu_gd" Kind="5" SrcTable="1408" DestTable="1397" FKFields="gu_id_utilisateur=gu_id_utilisateur\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="19" />
<RELATION ID="1500" RelationName="fk_gnf_gd" Kind="5" SrcTable="1400" DestTable="1397" FKFields="gnf_id_frais=gnf_id_frais\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-5" CaptionOffsetY="-23" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="20" />
<RELATION ID="1501" RelationName="fk_gu_gs" Kind="5" SrcTable="1408" DestTable="1405" FKFields="gu_id_utilisateur=gu_id_utilisateur\n" FKFieldsComments="\n" relDirection="1" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="30" CaptionOffsetY="11" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="21" />
<RELATION ID="1503" RelationName="fk_gu_gcufk" Kind="5" SrcTable="1408" DestTable="1396" FKFields="gu_id_utilisateur=gu_id_utilisateur\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="22" />
<RELATION ID="1505" RelationName="fk_gfk_gcufk" Kind="5" SrcTable="1398" DestTable="1396" FKFields="gfk_id_frais_kilometrique=gfk_id_frais_kilometrique\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="23" />
<RELATION ID="1510" RelationName="effectuer_travail" Kind="5" SrcTable="1408" DestTable="1407" FKFields="gu_id_utilisateur=gu_id_utilisateur\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-1" CaptionOffsetY="-46" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="26" />
<RELATION ID="1511" RelationName="fk_gp_gt" Kind="5" SrcTable="1404" DestTable="1407" FKFields="" FKFieldsComments="" relDirection="3" MidOffset="29" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="83" CaptionOffsetY="14" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="27" />
<RELATION ID="1512" RelationName="faire_prevision" Kind="0" SrcTable="1408" DestTable="1403" FKFields="gu_id_utilisateur=gu_id_utilisateur\n" FKFieldsComments="\n" relDirection="4" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="28" />
<RELATION ID="1513" RelationName="concerner_tache" Kind="5" SrcTable="1406" DestTable="1403" FKFields="" FKFieldsComments="" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="-28" CaptionOffsetY="32" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="29" />
<RELATION ID="1514" RelationName="etre_compose" Kind="5" SrcTable="1404" DestTable="1406" FKFields="" FKFieldsComments="" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="30" />
<RELATION ID="1515" RelationName="avoir_predecesseur" Kind="5" SrcTable="1406" DestTable="1401" FKFields="" FKFieldsComments="" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="31" />
<RELATION ID="1564" RelationName="Rel_21" Kind="5" SrcTable="1395" DestTable="1404" FKFields="gc_id_categorie=gc_id_categorie\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="32" />
<RELATION ID="1583" RelationName="fk_gma_ga" Kind="2" SrcTable="1399" DestTable="1394" FKFields="gma_id_motif=gma_id_motif\n" FKFieldsComments="\n" relDirection="2" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="31" />
<RELATION ID="1585" RelationName="fk_gu_ga" Kind="5" SrcTable="1408" DestTable="1394" FKFields="gu_id_utilisateur=gu_id_utilisateur\n" FKFieldsComments="\n" relDirection="3" MidOffset="0" OptionalStart="0" OptionalEnd="0" CaptionOffsetX="0" CaptionOffsetY="0" StartIntervalOffsetX="0" StartIntervalOffsetY="0" EndIntervalOffsetX="0" EndIntervalOffsetY="0" CreateRefDef="1" Invisible="0" RefDef="Matching=0\nOnDelete=3\nOnUpdate=3\n" Comments="" FKRefDefIndex_Obj_id="-1" Splitted="0" IsLinkedObject="0" IDLinkedModel="-1" Obj_id_Linked="-1" OrderPos="32" />
</RELATIONS>
<NOTES>
</NOTES>
<IMAGES>
</IMAGES>
</METADATA>
<PLUGINDATA>
<PLUGINDATARECORDS>
</PLUGINDATARECORDS>
</PLUGINDATA>
<QUERYDATA>
<QUERYRECORDS>
</QUERYRECORDS>
</QUERYDATA>
<LINKEDMODELS>
</LINKEDMODELS>
</DBMODEL>
/trunk/documentation/image classe.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/documentation/image classe.png
New file
Property changes:
Added: svn:executable
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property