{**************************************************************************} {* *} {* Copyright (C) 2003-2014 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 *} {* *} {**************************************************************************}

Fusion des annuaires X.org - AX / noms

{if $action eq "first"} {if $firstnameIssues|@count eq 0}

Aucun problème avec les prénoms.

{else}

Obtenir le csv des conflits.

{foreach from=$firstnameIssues item=profile} {/foreach}
pid ax id hrpid Prénoms
AX initial principal ordinaire
{$profile.pid} {$profile.ax_id} {$profile.hrpid} {$profile.prenom} {$profile.firstname_initial} {$profile.firstname_main} {$profile.firstname_ordinary}
{/if} {elseif $action eq "last" || $action eq "last1" || $action eq "last2" || $action eq "last3"}

{$issuesTypes.$action} : {$total}

{if $lastnameIssues|@count eq 0}

Aucun problème de ce type avec les noms.

{else}

Obtenir le csv des conflits.

{foreach from=$lastnameIssues item=profile} {/foreach}
pid ax id hrpid Noms
AX patro AX usuel AX complet initial principal marital ordinaire
{$profile.pid} {$profile.ax_id} {$profile.hrpid} {$profile.Nom_patronymique} {$profile.Nom_usuel} {$profile.Nom_complet} {$profile.lastname_initial} {$profile.lastname_main} {$profile.lastname_marital} {$profile.lastname_ordinary}
{/if} {else}

Il y a {$total} camarades dans l'intersection de nos bases.

{/if} {* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}