{include file="%s/templates/_nav.tpl"|args:$plugin_root current_nav="personne"}

Année {$annee_recu} : versements par personne


{button type="submit" label="Télécharger les reçus au format PDF" shape="download" form="versements_personnes" formaction="generer_recus.php?type=personne&format=pdf" onclick="return verifierChoix(this.form)"} {button type="submit" label="Imprimer les reçus" shape="print" form="versements_personnes" formaction="generer_recus.php?type=personne&format=print" onclick="return verifierChoix(this.form)"}
{* Itération sur les personnes *} {foreach from=$lesVersements key="rang" item="versement"} {if $rang == 0} {* 1ère personne *} idUser; $compteCourant = $versement->idCompte; $codeCompte = $versement->codeCompte; ?> {afficher_debut_personne user=$personneCourante idVersement=$personneCourante} {afficher_debut_compte idCompte=$compteCourant} {elseif $versement.idUser != $personneCourante} {* changement de personne *} {fin_compte} {fin_personne} idUser; $compteCourant = $versement->idCompte; $codeCompte = $versement->codeCompte; ?> {afficher_debut_personne user=$personneCourante idVersement=$personneCourante} {afficher_debut_compte idCompte=$compteCourant} {elseif $versement.codeCompte != $codeCompte} {fin_compte} {* changement de compte *} idCompte; $codeCompte = $versement->codeCompte; ?> {afficher_debut_compte idCompte=$compteCourant} {else} {* même personne, même compte *} {/if} {afficher_versement versement=$versement idVersement=$personneCourante rang=$rang pair=$pair} {/foreach} {* Itération sur les personnes *} {fin_compte} {fin_personne}
{* scripts divers *} {include file="_foot.tpl"}