r1794 - in trunk: src/conception/specifications src/site/rst tutti-ui-swing/src/main/help/fr
Author: lkaufmann Date: 2014-05-20 16:35:51 +0200 (Tue, 20 May 2014) New Revision: 1794 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/1794 Log: Fixes #5089 Specifications : add last evolutions & referential queries Modified: trunk/src/conception/specifications/AllegroCampagne-Specifications.odt trunk/src/conception/specifications/AllegroCampagne-Specifications.pdf trunk/src/site/rst/referential.rst trunk/tutti-ui-swing/src/main/help/fr/dbMapping.html Modified: trunk/src/conception/specifications/AllegroCampagne-Specifications.odt =================================================================== (Binary files differ) Modified: trunk/src/conception/specifications/AllegroCampagne-Specifications.pdf =================================================================== (Binary files differ) Modified: trunk/src/site/rst/referential.rst =================================================================== --- trunk/src/site/rst/referential.rst 2014-05-20 14:35:16 UTC (rev 1793) +++ trunk/src/site/rst/referential.rst 2014-05-20 14:35:51 UTC (rev 1794) @@ -31,7 +31,7 @@ Ce document décrit comment sont récupérées les données du référentiel. -Chaque requète a un nom du style **[REF-XXX]**. +Chaque requête a un nom du style **[REF-XXX]**. Les requètes métier ~~~~~~~~~~~~~~~~~~~ @@ -161,6 +161,7 @@ ------------------------------- :: + SELECT DISTINCT p.id, p.lastname, @@ -173,9 +174,9 @@ WHERE p.status.code IN (:statusValidCode, :statusTemporaryCode) AND pp.id IN ( - :observerProfilId, - :projectMemberProfilId, - :userProfilId + :observerProfilId, + :projectMemberProfilId, + :userProfilId ) AND p.department.code LIKE concat(:departementPrefixCode , '%') @@ -190,42 +191,42 @@ *État:* Valide. -[REF-05] Catégorie de macro-déchets +[REF-06] Catégorie de macro-déchets ----------------------------------- [REF-T01] + [REF-T02] avec :pmfmId = *PmfmId.MARINE_LITTER_TYPE* *État:* Valide. -[REF-06] Catégorie de taille macro-déchets +[REF-07] Catégorie de taille macro-déchets ------------------------------------------- [REF-T01] + [REF-T02] avec :pmfmId = *PmfmId.MARINE_LITTER_SIZE_CATEGORY* *État:* Valide. -[REF-07] Catégorie H/VC +[REF-08] Catégorie H/VC ----------------------- [REF-T01] + [REF-T02] avec :pmfmId = *PmfmId.SORTED_UNSORTED* *État:* Valide. -[REF-08] Catégorie Classe. Tri +[REF-09] Catégorie Classe. Tri ------------------------------ [REF-T01] + [REF-T02] avec :pmfmId = *PmfmId.SIZE_CATEGORY* *État:* Valide. -[REF-09] Catégorie Sexe +[REF-10] Catégorie Sexe ----------------------- [REF-T01] + [REF-T02] avec :pmfmId = *PmfmId.SEX* *État:* Valide. -[REF-10] Catégorie Maturité +[REF-11] Catégorie Maturité --------------------------- [REF-T01] + [REF-T02] avec :pmfmId = *PmfmId.MATURITY* @@ -273,7 +274,7 @@ *État:* Valide. -Les requètes techniques +Les requêtes techniques ~~~~~~~~~~~~~~~~~~~~~~~ +-----------------------------------------------------+-------+-----------------------------------------------------+ Modified: trunk/tutti-ui-swing/src/main/help/fr/dbMapping.html =================================================================== --- trunk/tutti-ui-swing/src/main/help/fr/dbMapping.html 2014-05-20 14:35:16 UTC (rev 1793) +++ trunk/tutti-ui-swing/src/main/help/fr/dbMapping.html 2014-05-20 14:35:51 UTC (rev 1794) @@ -220,12 +220,21 @@ <td> <p>Date (JJ/MM/AAAA)</p> </td> - <td colspan="2"> + <td colspan="2" rowspan="2"> <p>ScientificCruise.departureDateTime (SCIENTIFIC_CRUISE.DEPARTURE_DATE_TIME)</p> </td> </tr> <tr> + <td>Heure de début</td> <td> + <p class="checked">X</p> + </td> + <td> + Heure (HH:MM) + </td> + </tr> + <tr> + <td> <p>Date de fin</p> </td> <td> @@ -234,12 +243,21 @@ <td> <p>Date (JJ/MM/AAAA)</p> </td> - <td colspan="2"> + <td colspan="2" rowspan="2"> <p>ScientificCruise.returnDateTime (SCIENTIFIC_CRUISE.RETURN_DATE_TIME)</p> </td> </tr> <tr> + <td>Heure de fin</td> <td> + <p class="checked">X</p> + </td> + <td> + Heure (HH:MM) + </td> + </tr> + <tr> + <td> <p>Navire</p> </td> <td>
participants (1)
-
lkaufmann@users.forge.codelutin.com