diff --git a/Vue/Ficheadherent/index.php b/Vue/Ficheadherent/index.php index 87649e7..52b9782 100644 --- a/Vue/Ficheadherent/index.php +++ b/Vue/Ficheadherent/index.php @@ -1,319 +1,183 @@ -titre = "INTER-SANTE - Fiche Adhérent"; +
+ = $this->nettoyer($adherent['libelleCollege']) ?> | + = $this->nettoyer($adherent['ville']) ?>, = $this->nettoyer($adherent['pays']) ?> +
+| # | += _("Bénéficiaire") ?> | += _("Parenté") ?> | += _("Âge") ?> | += _("Prime Nette") ?> | += _("TTC") ?> | += _("Statut") ?> | +
|---|---|---|---|---|---|---|
|
+ |
+
+ = $beneficiaire['nomBeneficiaire'] . " " . $beneficiaire['prenomsBeneficiaire'] ?>
+ = $beneficiaire['numeroBeneficiaire'] ?>
+ |
+ = est_anglophone() ? $beneficiaire['LienParenteEng'] : $beneficiaire['LienParente'] ?> | += $beneficiaire['age'] ?> ans | += format_N($beneficiaire['primeHt']) ?> | += format_N($beneficiaire['primeTtc']) ?> | ++ + = $beneficiaire['codeEtatBeneficiaire'] ?> + + | +
| = _("CUMUL FAMILLE") ?> | += format_N($totalbeneficiaires['primeHt']) ?> | += format_N($totalbeneficiaires['primeTtc']) ?> | ++ | |||
| = _("Garantie") ?> | += _("Plafond Vigueur") ?> | += _("Consommé") ?> | += _("Solde") ?> | += _("Type") ?> | +
|---|---|---|---|---|
| = $gar['garantie'] ?> | += format_N($gar['plafond']) ?> | += ($gar['champApplication'] == '1') ? '-' : format_N($gar['consommation']) ?> | += ($gar['champApplication'] == '1') ? '-' : format_N($gar['solde']) ?> | ++ + = ($gar['champApplication'] == '1') ? _("Par tête") : _("Famille") ?> + + | +