Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 29 → Rev 30

/trunk/doc/bdd/coel_table_coel_personne.html
New file
0,0 → 1,569
<?xml version="1.0" encoding="iso-8859-15" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head lang="fr" >
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Coel v1.0 - Personne - coel_personne</title>
<link rel="stylesheet" type="text/css" media="screen" title="Classique" href="coel.css">
</head>
<body xml:lang="fr" lang="fr" >
<div id="zone_bandeau" >
<div id="logo">
<h1>
<a href="/wikini/eflore/wakka.php?wiki=AppliGwtCoel" title="Retourner à la page d'accueil du wiki">
<img src="/wikini/eflore/bibliotheque/images/eflore.jpg" width="110" height="31" alt="Logo" /><br />
Retourner à la page d'accueil du wiki
</a>
</h1>
</div>
<div id="rapport_nom">
<h1>Coel v1.0</h1>
</div>
<ul id="accessibilite">
<li><a href="#zone_contenu_tete">Aller au texte</a></li>
<li class="dernier"><a href="#zone_menu">Aller au menu</a></li>
</ul>
</div>
<div id="zone_contenu">
<p>Vous êtes ici : <a href="index.html">Accueil</a> > <a href="coel_module_Personne.html">Personne</a> > coel_personne</p>
<div id="zone_contenu_tete">
<!-- CONTENU_TETE -->
</div>
<div id="zone_contenu_corps">
<!-- CONTENU_CORPS -->
<h1> Table coel_personne</h1>
<h2> Description générale </h2>
<p>
Contient les informations sur les personnes.<br />Par personne nous entendons à la fois les utilisateurs de l'application mais aussi les personnes contacts, les botanistes collecteurs, auteurs...
</p>
<h2> Liste des colonnes </h2>
<table border="1" cellpadding="2" cellspacing="0" >
<thead>
<th> N° </th>
<th> Nom </th>
<th> Code </th>
<th> Type données </th>
<th> Obligatoire </th>
<th> Valeur défaut </th>
<th> Type champ </th>
<th> Index </th>
<th> Description </th>
</thead>
<tbody>
<tr class="pair" >
<td> 1 </td>
<td> cp_id_personne </td>
<td> cp_id_p </td>
<td> INTEGER </td>
<td> oui </td>
<td> </td>
<td> clé primaire </td>
<td> oui </td>
<td> Identifiant d'un contact. </td>
</tr>
<tr class="pair" >
<td> 2 </td>
<td> cp_ce_projet </td>
<td> cp_ce_p </td>
<td> INTEGER(11) </td>
<td> oui </td>
<td> </td>
<td> clé étrangère </td>
<td> non </td>
<td> Identifiant du projet auquel la personne appartient. Exemple : utilisateur appli coel, HUH, IPNI... </td>
</tr>
<tr class="pair" >
<td> 3 </td>
<td> cp_fmt_nom_complet </td>
<td> cp_fnc </td>
<td> VARCHAR(100) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nom complet du contact formaté pour l'affichage avec : préfixe+" "+Prénom+" "+NOM+" "+suffixe </td>
</tr>
<tr class="pair" >
<td> 4 </td>
<td> cp_ce_truk_prefix </td>
<td> cp_ce_tp </td>
<td> VARCHAR(20) </td>
<td> non </td>
<td> </td>
<td> clé étrangère </td>
<td> non </td>
<td> Préfixe du nom principal. Exemple : Dr, Mr. </td>
</tr>
<tr class="pair" >
<td> 5 </td>
<td> cp_prenom </td>
<td> cp_p </td>
<td> VARCHAR(100) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Prénom principal (le plus connu, répandu) de la personne. Un point virgul peut séparer le prénom principal de prénoms secondaires à ne pas afficher dans le nom complet. </td>
</tr>
<tr class="pair" >
<td> 6 </td>
<td> cp_nom </td>
<td> cp_n </td>
<td> VARCHAR(100) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nom de famille principal (le plus connu, répandu). Un point virgule peut séparer le nom principal de noms secondaires à ne pas afficher dans le nom complet. </td>
</tr>
<tr class="pair" >
<td> 7 </td>
<td> cp_ce_truk_suffix </td>
<td> cp_ce_ts </td>
<td> VARCHAR(20) </td>
<td> non </td>
<td> </td>
<td> clé étrangère </td>
<td> non </td>
<td> Suffixe du nom principal. Exemple : Jr, III. </td>
</tr>
<tr class="pair" >
<td> 8 </td>
<td> cp_truk_nom_autre </td>
<td> cp_tna </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nom(s) complet alternatif. Pour les valeurs, séparez l'identifiant de l'abreviation par un symbole pipe "|". Exemple: HUH#105714|Sharp, Aaron John;APN#9544-1|Sharp, Aaron John ('Jack') </td>
</tr>
<tr class="pair" >
<td> 9 </td>
<td> cp_abreviation </td>
<td> cp_a </td>
<td> VARCHAR(50) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Abreviation retenu du nom. </td>
</tr>
<tr class="pair" >
<td> 10 </td>
<td> cp_truk_abreviation_autre </td>
<td> cp_taa </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Autres abréviations du nom. Pour les valeurs, séparez l'identifiant de l'abreviation par un symbole pipe "|". Exemple: HUH#105714|A. J. Sharp;APN#9544-1|Sharp </td>
</tr>
<tr class="pair" >
<td> 11 </td>
<td> cp_naissance_date </td>
<td> cp_nd </td>
<td> DATE </td>
<td> non </td>
<td> 0000-00-00 </td>
<td> standard </td>
<td> non </td>
<td> Date de naissance de la personne. </td>
</tr>
<tr class="pair" >
<td> 12 </td>
<td> cp_naissance_lieu </td>
<td> cp_nl </td>
<td> VARCHAR(100) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Autres abréviations du nom. Pour les valeurs, séparez l'identifiant de l'abreviation par un symbole pipe "|". Exemple: HUH#105714|A. J. Sharp;APN#9544-1|Sharp;BP#?|Sharp </td>
</tr>
<tr class="pair" >
<td> 13 </td>
<td> cp_deces_date </td>
<td> cp_dd </td>
<td> DATE </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Date de décés de la personne. Par défaut, si la personne n'est pas décédé le champ reste null. Si la personne est décédée mais que l'on ne connait pas la date mettre : 0000-00-00 </td>
</tr>
<tr class="pair" >
<td> 14 </td>
<td> cp_deces_lieu </td>
<td> cp_dl </td>
<td> VARCHAR(100) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Lieu de décés de la personne. </td>
</tr>
<tr class="pair" >
<td> 15 </td>
<td> cp_biographie </td>
<td> cp_b </td>
<td> TEXT </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Vie et renommée (locale, régionale, ...) de la personne. </td>
</tr>
<tr class="pair" >
<td> 16 </td>
<td> cp_adresse_01 </td>
<td> cp_a0 </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Adresse de la personne. </td>
</tr>
<tr class="pair" >
<td> 17 </td>
<td> cp_adresse_02 </td>
<td> cp_a0 </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Complément d'adresse personnelle. </td>
</tr>
<tr class="pair" >
<td> 18 </td>
<td> cp_region </td>
<td> cp_r </td>
<td> VARCHAR(100) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nom de la région (état, province) où vit la personne. Utiliser les noms du standard ISO-3166-2. </td>
</tr>
<tr class="pair" >
<td> 19 </td>
<td> cp_bp </td>
<td> cp_b </td>
<td> VARCHAR(20) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Boite postale de l'adresse de la personne. </td>
</tr>
<tr class="pair" >
<td> 20 </td>
<td> cp_code_postal </td>
<td> cp_cp </td>
<td> VARCHAR(10) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Code postal (zip) personnel. </td>
</tr>
<tr class="pair" >
<td> 21 </td>
<td> cp_ville </td>
<td> cp_v </td>
<td> VARCHAR(100) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nom de la localité (ville) où vit la personne. </td>
</tr>
<tr class="pair" >
<td> 22 </td>
<td> cp_pays </td>
<td> cp_p </td>
<td> VARCHAR(100) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Nom du pays où vit la personne. Utiliser les noms du standard ISO-3166-1. </td>
</tr>
<tr class="pair" >
<td> 23 </td>
<td> cp_truk_telephone </td>
<td> cp_tt </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Numéro(s) de téléphone, pager... personnels complémentaires. </td>
</tr>
<tr class="pair" >
<td> 24 </td>
<td> cp_truk_fax </td>
<td> cp_tf </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Numéro(s) de fax. </td>
</tr>
<tr class="pair" >
<td> 25 </td>
<td> cp_truk_courriel </td>
<td> cp_tc </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Adresse(s) de courriel personnel. Ajouter les adresses dans leur ordre d'importance. </td>
</tr>
<tr class="pair" >
<td> 26 </td>
<td> cp_truk_url </td>
<td> cp_tu </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> URL(s) de site web personnel. Ajouter les adresses dans leur ordre d'importance. </td>
</tr>
<tr class="pair" >
<td> 27 </td>
<td> cp_truk_logo </td>
<td> cp_tl </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> URL(s) de logo personnel. Ajouter les adresses dans leur ordre d'importance. </td>
</tr>
<tr class="pair" >
<td> 28 </td>
<td> cp_ce_truk_specialite </td>
<td> cp_ce_ts </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> clé étrangère </td>
<td> non </td>
<td> Indiquer séparer par des points virgules ";" les spécialités naturalistes de la personne. </td>
</tr>
<tr class="pair" >
<td> 29 </td>
<td> cp_truk_recolte </td>
<td> cp_tr </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Indiquer les lieux de récolte (code ISO des pays) séparés par des points virgules. Après chaque code ISO indiqué les années de récolte séparées par des vigules ou des tirets pour les périodes continues). Si le pays de récolte est inconnu utilisé un point d'interogration. Exemple : FR#1905-1908,1910;PS#1912. </td>
</tr>
<tr class="pair" >
<td> 30 </td>
<td> cp_ce_truk_role </td>
<td> cp_ce_tr </td>
<td> VARCHAR(255) </td>
<td> non </td>
<td> </td>
<td> clé étrangère </td>
<td> non </td>
<td> Rôle générale de la personne vis à vis de l'ensemble des projets : superadmin, admin... </td>
</tr>
<tr class="pair" >
<td> 31 </td>
<td> cp_bool_licence </td>
<td> cp_bl </td>
<td> BOOL </td>
<td> non </td>
<td> 0 </td>
<td> standard </td>
<td> non </td>
<td> Indique quand la valeur vaut 1 que l'utilisateur a accepté la licence d'utilisation de l'application. </td>
</tr>
<tr class="pair" >
<td> 32 </td>
<td> cp_login </td>
<td> cp_l </td>
<td> VARCHAR(50) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Login de la personne pour accéder à l'application. </td>
</tr>
<tr class="pair" >
<td> 33 </td>
<td> cp_mot_de_passe </td>
<td> cp_mdp </td>
<td> VARCHAR(100) </td>
<td> non </td>
<td> </td>
<td> standard </td>
<td> non </td>
<td> Mot de passe de la personne pour accéder à l'application. </td>
</tr>
<tr class="pair" >
<td> 34 </td>
<td> cp_date_derniere_modif </td>
<td> cp_ddm </td>
<td> DATETIME </td>
<td> oui </td>
<td> 0000-00-00 00:00:00 </td>
<td> standard </td>
<td> non </td>
<td> Date de la dernière modification sur cet enregistrement. </td>
</tr>
</tbody>
</table>
<h2> Liste des relations </h2>
<!-- RELATION_ZONE_DEBUT -->
<table border="1" cellpadding="2" cellspacing="0" >
<thead>
<th> N° </th>
<th> Code </th>
<th> Colonne dans cette table </th>
<th> Colonne dans la table liée </th>
<th> Nom table liée </th>
</thead>
<tbody>
<tr class="pair" >
<td> 1 </td>
<td> fk_cp_csap </td>
<td> cp_id_personne </td>
<td> csap_id_personne </td>
<td> <a href="coel_table_coel_structure_a_personne.html">coel_structure_a_personne</a> </td>
</tr>
<tr class="pair" >
<td> 2 </td>
<td> fk_cp_ccap </td>
<td> cp_id_personne </td>
<td> ccap_id_personne </td>
<td> <a href="coel_table_coel_collection_a_personne.html">coel_collection_a_personne</a> </td>
</tr>
<tr class="pair" >
<td> 3 </td>
<td> fk_cp_cpuap </td>
<td> cp_id_personne </td>
<td> cpuap_id_personne </td>
<td> <a href="coel_table_coel_publication_a_personne.html">coel_publication_a_personne</a> </td>
</tr>
<tr class="pair" >
<td> 4 </td>
<td> fk_cp_cpar_01 </td>
<td> cp_id_personne </td>
<td> cpar_id_personne_01 </td>
<td> <a href="coel_table_coel_personne_a_relation.html">coel_personne_a_relation</a> </td>
</tr>
<tr class="pair" >
<td> 5 </td>
<td> fk_cpr_cp </td>
<td> cp_ce_projet </td>
<td> cpr_id_projet </td>
<td> <a href="coel_table_coel_projet.html">coel_projet</a> </td>
</tr>
<tr class="pair" >
<td> 6 </td>
<td> fk_cp_cpar_02 </td>
<td> cp_id_personne </td>
<td> cpar_id_personne_02 </td>
<td> <a href="coel_table_coel_personne_a_relation.html">coel_personne_a_relation</a> </td>
</tr>
<tr class="pair" >
<td> 7 </td>
<td> fk_cp_cmhl_modifier_par </td>
<td> cp_id_personne </td>
<td> cmhl_ce_modifier_par </td>
<td> <a href="coel_table_coel_meta_historique_ligne.html">coel_meta_historique_ligne</a> </td>
</tr>
</tbody>
</table>
<!-- RELATION_ZONE_FIN -->
<!--
<h2> Régles </h2>
<h2> Domaine </h2>
-->
<h2> Commentaires </h2>
<p>N'hésitez pas à  laisser sur le wiki vos suggestions, réactions... concernant cette table :
<a href="http://wiki.tela-botanica.org/eflore/wakka.php?wiki=EfloreV4AppliCoelDiscussion_coel_personne">
discussion sur la table coel_personne
</a>.
</p>
</div>
<div id="zone_contenu_pied">
<p>Documentation générée le 23 décembre 2008 12:57:35</p>
<!-- CONTENU_PIED -->
</div>
<div id="zone_pied">
<p> &copy;<a href="http://www.tela-botanica.org/">Tela Botanica</a> / 2000-2008 - Le réseau des Botanistes Francophones</p>
</div>
</div>
<div id="zone_menu">
<!-- MENU -->
</div>
</body>
</html>