178 lines
7.4 KiB
PHP
Executable File
178 lines
7.4 KiB
PHP
Executable File
<?php $this->titre = "INTER SANTE - Nouveau Garant"; ?>
|
|
|
|
<legend> <?= _("Consultation Paramètres de facturation du garant")." : ".$gc['libelle'] ?> </legend>
|
|
|
|
<?php
|
|
|
|
$codeSourceFondGarantAppelFond = $gc['codeSourceFondGarantAppelFond'];
|
|
$codeSourceFondGarantHonoraire = $gc['codeSourceFondGarantHonoraire'];
|
|
|
|
?>
|
|
|
|
<input class="sr-only" type="text" id="idGc" name="idGc" value="<?= $this->nettoyer($gc['id']) ?>" >
|
|
<input class="sr-only" type="text" id="nomForm" name="nomForm" value="parametrefacturationgarant" >
|
|
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="22%"> <?= _("Fraction Caution => Nb mois / 12") ?> </td>
|
|
<td>
|
|
<INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="nbMoisCaution" NAME="nbMoisCaution" disabled
|
|
value="<?=format_N( $this->nettoyer($gc['nbMoisCaution'])) ?> " >
|
|
</td>
|
|
|
|
<td colspan="2" width="5%"></td>
|
|
|
|
<td width="22%"> <?= _("Seuil pour Complément Caution (%)") ?> </td>
|
|
<td>
|
|
<INPUT style='font-size:10pt;' class="form-control" id="seuilComplementCaution" NAME="seuilComplementCaution"
|
|
value="<?= format_N($this->nettoyer($gc['seuilComplementCaution'])) ?>" disabled>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td > <?= _("Source Fond Sinistres") ?> </td>
|
|
<td>
|
|
<select class="form-control" id="codeSourceFondGarantAppelFond" NAME="codeSourceFondGarantAppelFond" style="font-size:12pt; height:30px;" disabled>
|
|
<?php liste_options($sourcefonds,$gc['codeSourceFondGarantAppelFond'],false); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td colspan="2"></td>
|
|
|
|
<td ><?= _("Périodicité Fond Sinistres") ?></td>
|
|
<td>
|
|
<select class="form-control" id="codePeriodiciteAppelFond" NAME="codePeriodiciteAppelFond"
|
|
style="font-size:12pt; height:30px;" disabled>
|
|
<?php liste_options($periodicitesappelfond,$gc['codePeriodiciteAppelFond'],false); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td > <?= _("Assiette Fond Sinistres") ?> </td>
|
|
<td>
|
|
<select class="form-control" id="codeAssietteFacturationGarantAppelFond" NAME="codeAssietteFacturationGarantAppelFond" style="font-size:12pt; height:30px;" disabled>
|
|
<?php liste_options($assiettefonds,$gc['codeAssietteFacturationGarantAppelFond'],false); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td colspan="2"></td>
|
|
|
|
<td > <?= _("Périodicité Facturation Déficit") ?> </td>
|
|
<td>
|
|
<select class="form-control" id="codePeriodiciteFacturationDeficit" NAME="codePeriodiciteFacturationDeficit" style="font-size:12pt; height:30px;" disabled>
|
|
<?php liste_options($periodicitesfactDeficit,$gc['codePeriodiciteFacturationDeficit'],false); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td > <?= _("Source Fond Honoraires") ?> </td>
|
|
<td>
|
|
<select class="form-control" id="codeSourceFondGarantHonoraire" NAME="codeSourceFondGarantHonoraire" style="font-size:12pt; height:30px;" disabled>
|
|
<?php liste_options($sourcehonoraire,$gc['codeSourceFondGarantHonoraire'],false); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td colspan="2"></td>
|
|
|
|
<td ><?= _("Forfait Fond Honoraires (HT)") ?></td>
|
|
<td>
|
|
<INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="forfaitHonoraire"
|
|
NAME="forfaitHonoraire" value="<?= format_N($this->nettoyer($gc['forfaitHonoraire'])) ?>" disabled >
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td > <?= _("Assiette Fond Honoraires") ?> </td>
|
|
<td>
|
|
<select class="form-control" id="codeAssietteFacturationGarantHonoraire" NAME="codeAssietteFacturationGarantHonoraire" style="font-size:12pt; height:30px;" disabled>
|
|
<?php liste_options($assiettehonoraire,$gc['codeAssietteFacturationGarantHonoraire'],false); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td colspan="2"></td>
|
|
|
|
<td > <?= _("Périodicité Fond Honoraires") ?> </td>
|
|
<td>
|
|
<select class="form-control" id="codePeriodiciteHonoraire" NAME="codePeriodiciteHonoraire"
|
|
style="font-size:12pt; height:30px;" disabled>
|
|
<?php liste_options($periodicites,$gc['codePeriodiciteHonoraire'],false); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td > <?= _("Nombre Total Famille Estimé") ?> </td>
|
|
<td> <INPUT style='font-size:10pt;' class="form-control" id="nbAdherent" NAME="nbAdherent" TYPE="text" value="<?= format_N($this->nettoyer($gc['nbAdherent'])) ?>" disabled></td>
|
|
|
|
<td colspan="2"></td>
|
|
|
|
<td > <?= _("Nombre Total Bénéficiaire Estimé") ?> </td>
|
|
<td> <INPUT style='font-size:10pt;' class="form-control" id="nbBeneficiaire" NAME="nbBeneficiaire" TYPE="text" value="<?= format_N($this->nettoyer($gc['nbBeneficiaire'])) ?>" disabled></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td > <?= _("Source Fond Caution Permanente") ?> </td>
|
|
<td>
|
|
<select class="form-control" id="codeSourceFondGarantCaution" NAME="codeSourceFondGarantCaution" style="font-size:12pt; height:30px;" disabled>
|
|
<?php liste_options($sourcecaution,$gc['codeSourceFondGarantCaution'],false); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td colspan="2"></td>
|
|
|
|
<td > <?= _("Forfait Caution Permanente (HT)") ?> </td>
|
|
<td >
|
|
<INPUT style='font-size:10pt;' class="form-control majuscule" TYPE="text" id="forfaitCautionPermanant"
|
|
NAME="forfaitCautionPermanant" value="<?= format_N($this->nettoyer($gc['forfaitCautionPermanant'])) ?>" disabled>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td > <?= _("Assiette Fond Caution Permanente") ?> </td>
|
|
<td>
|
|
<select class="form-control" id="codeAssietteFacturationGarantCaution" NAME="codeAssietteFacturationGarantCaution" style="font-size:12pt; height:30px;" disabled>
|
|
<?php liste_options($assiettecaution,$gc['codeAssietteFacturationGarantCaution'],false); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td colspan="2"></td>
|
|
|
|
<td ><?= _("Montant Provision Garant (HT)") ?></td>
|
|
<td >
|
|
<INPUT style='font-size:10pt;' class="form-control" TYPE="text" name="montantBudget" id="montantBudget" class="form-control"
|
|
value="<?= format_N($this->nettoyer($gc['montantBudget'])) ?>" disabled >
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td > <?= _("Taux Tva (%)") ?> </td>
|
|
<td> <INPUT style='font-size:10pt;' class="form-control" id="gcTauxTva" NAME="gcTauxTva" TYPE="number" value="<?= $this->nettoyer($gc['gcTauxTva']) ?>" disabled></td>
|
|
|
|
<td colspan="2"></td>
|
|
|
|
<td > <?= _("Taux Commission Primes (%)") ?> </td>
|
|
<td> <INPUT style='font-size:10pt;' class="form-control" id="gcTauxCommissionGerant" NAME="gcTauxCommissionGerant" TYPE="number" value="<?= $this->nettoyer($gc['gcTauxCommissionGerant']) ?>" disabled></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td > <?= _("Taux Commission Provision/Sinistres (%)") ?> </td>
|
|
<td> <INPUT style='font-size:10pt;' class="form-control" id="gcTauxFraisReel" NAME="gcTauxFraisReel" TYPE="number" value="<?= $this->nettoyer($gc['gcTauxFraisReel']) ?>" disabled></td>
|
|
|
|
<td colspan="2"></td>
|
|
|
|
<td > <?= _("Taux Redressement (%)") ?> </td>
|
|
<td> <INPUT style='font-size:10pt;' class="form-control" id="gcTauxRedressement" NAME="gcTauxRedressement" TYPE="number" step="1" value="<?= $this->nettoyer($gc['gcTauxRedressement']) ?>" disabled></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
|
|
<td colspan="6"> <input class = "form-control btn btn-warning" type="button" value="<?= _("Annuler") ?>" onClick="javascript:retour_fiche_garant();" style='font-size:9pt;' > </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|