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

Année {$annee_recu} : versements par activité et tarif


{button type="submit" label="Télécharger les reçus au format PDF" shape="download" form="versements_activites" formaction="generer_recus.php?type=activite&format=pdf" onclick="return verifierChoix(this.form)"} {button type="submit" target="_dialog" label="Imprimer les reçus" shape="print" form="versements_activites" formaction="generer_recus.php?type=activite&format=print" onclick="return verifierChoix(this.form)"}
{* Itération sur les versements *} {foreach from=$lesVersements key="rang" item="versement"} {if $rang == 0} {* premier versement *} idTarif; $personneCourante = $versement->idUser; $compteCourant = $versement->idCompte; $codeCompte = $versement->codeCompte; ?> {afficher_debut_tarif versement=$versement} {afficher_debut_personne user=$personneCourante idVersement="%s_%s"|args:$tarifCourant,$personneCourante} {afficher_debut_compte idCompte=$compteCourant} {elseif $versement.idTarif != $tarifCourant} {* changement de tarif *} {fin_compte} {fin_personne} {fin_tarif} idTarif; $personneCourante = $versement->idUser; $compteCourant = $versement->idCompte; $codeCompte = $versement->codeCompte; ?> {afficher_debut_tarif versement=$versement} {afficher_debut_personne user=$personneCourante idVersement="%s_%s"|args:$tarifCourant,$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="%s_%s"|args:$tarifCourant,$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="%s_%s"|args:$tarifCourant,$personneCourante rang=$rang pair=$pair} {/foreach} {* Itération sur les versements *} {fin_compte} {fin_personne} {fin_tarif}
{* scripts divers *} {include file="_foot.tpl"}