{**************************************************************************} {* *} {* Copyright (C) 2003-2008 Polytechnique.org *} {* http://opensource.polytechnique.org/ *} {* *} {* This program is free software; you can redistribute it and/or modify *} {* it under the terms of the GNU General Public License as published by *} {* the Free Software Foundation; either version 2 of the License, or *} {* (at your option) any later version. *} {* *} {* This program is distributed in the hope that it will be useful, *} {* but WITHOUT ANY WARRANTY; without even the implied warranty of *} {* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *} {* GNU General Public License for more details. *} {* *} {* You should have received a copy of the GNU General Public License *} {* along with this program; if not, write to the Free Software *} {* Foundation, Inc., *} {* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *} {* *} {**************************************************************************}

Vérifier notre table de correspondance entre l'annuaire de l'AX et le nôtre

Liste des camarades qui n'apparaissent pas sous le même nom dans les deux annuaires

{foreach item=x from=$diffs} {/foreach}
Promo Nom X.org Prénom X.org Mat X.org Nom AX Prénom AX Mat AX
{$x.promo} {$x.nom} {$x.prenom} {$x.mat} {$x.nomax} {$x.prenomax} {$x.matax}

{$diffs|@count} camarades ont un état civil différent dans les 2 annuaires.



Liste des camarades de l'annuaire de l'AX qui manquent à notre annuaire

{foreach item=x from=$mank} {/foreach}
Promo Nom Prénom
{$x.promo} {$x.nom} {if $x.nom_patro neq $x.nom}({$c.nom_patro}){/if} {$x.prenom}

{$mank|@count} camarades sont absents de notre annuaire.



Liste des camarades de notre annuaire qui ne sont pas dans l'annuaire de l'AX

{foreach item=x from=$plus} {/foreach}
Promo Nom Prénom
{$x.promo} {$x.nom} {$x.prenom}

{$plus|@count} camarades sont absents de l'annuaire de l'AX.

{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}