a
This commit is contained in:
parent
cdbf20a929
commit
735c651f2b
|
|
@ -23035,9 +23035,6 @@ function propositions_paiement_prestataire()
|
|||
|
||||
donnees = 'codePerdiode1='+codePerdiode1+'&codePerdiode2='+codePerdiode2;
|
||||
|
||||
alert(donnees);
|
||||
return;
|
||||
|
||||
$("#div_detail").html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/> <span style="font-size:15pt;">' + 'Veuillez patienter... / Please wait...' + '</span></div>');
|
||||
|
||||
$.ajax({
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<thead>
|
||||
|
||||
<tr>
|
||||
<td colspan="9" style='text-align:center'> <?= format_N($this->nettoyer($decomptes_total['nbLigne'])) ?> <?= _("Lignes au total") ?> </td>
|
||||
<td colspan="10" style='text-align:center'> <?= format_N($this->nettoyer($decomptes_total['nbLigne'])) ?> <?= _("Lignes au total") ?> </td>
|
||||
<td align='center'><?= format_N($this->nettoyer($decomptes_total['montantFactureTotal'])) ?></td>
|
||||
<td align='center'><?= format_N($this->nettoyer($decomptes_total['fraisRetenuTotal'])) ?></td>
|
||||
<td align='center'><?= format_N($this->nettoyer($decomptes_total['montantApayerTotal'])) ?></td>
|
||||
|
|
@ -22,6 +22,7 @@
|
|||
<th style='text-align:center'> <?= _("Cpte bancaire") ?> </th>
|
||||
<th style='text-align:center'> <?= _("Banque") ?> </th>
|
||||
<th style='text-align:center'> <?= _("Réception") ?> </th>
|
||||
<th style='text-align:center'> <?= _("Âge") ?> </th>
|
||||
<th style='text-align:center'> <?= _("Validation") ?> </th>
|
||||
<th style='text-align:center'> <?= _("Situation") ?> </th>
|
||||
<th style='text-align:center'> <?= _("Règlement") ?> </th>
|
||||
|
|
@ -39,7 +40,7 @@
|
|||
|
||||
<tfoot>
|
||||
<tr>
|
||||
<td colspan="9" style='text-align:center'> <?= format_N($this->nettoyer($decomptes_total['nbLigne'])) ?> <?= _("Lignes au total") ?> </td>
|
||||
<td colspan="10" style='text-align:center'> <?= format_N($this->nettoyer($decomptes_total['nbLigne'])) ?> <?= _("Lignes au total") ?> </td>
|
||||
<td align='center'><?= format_N($this->nettoyer($decomptes_total['montantFactureTotal'])) ?></td>
|
||||
<td align='center'><?= format_N($this->nettoyer($decomptes_total['fraisRetenuTotal'])) ?></td>
|
||||
<td align='center'><?= format_N($this->nettoyer($decomptes_total['montantApayerTotal'])) ?></td>
|
||||
|
|
@ -54,8 +55,14 @@
|
|||
<tbody>
|
||||
<?php foreach ($decomptes as $decompte):
|
||||
$nbligne++;
|
||||
$tropAge = $this->nettoyer($decompte['tropAge']);
|
||||
?>
|
||||
<tr valign="top">
|
||||
|
||||
<?php if($tropAge=="1"): ?>
|
||||
<tr valign="top" style="background-color: red;color:white;">
|
||||
<?php else: ?>
|
||||
<tr valign="top">
|
||||
<?php endif; ?>
|
||||
<td align='center'><?= $this->nettoyer($decompte['cnt']) ?></td>
|
||||
<td align='center'><?= $this->nettoyer($decompte['prestataire']) ?></td>
|
||||
<td align='center'><?= $this->nettoyer($decompte['numeroCompteBancaire']) ?></td>
|
||||
|
|
|
|||
|
|
@ -263,7 +263,7 @@ controlerPlafondBeneficiaire : <?= $_SESSION['controlerPlafondBeneficiaire'] ?>
|
|||
<script src="Js/datepicker-fr.js"></script>
|
||||
<?php endif; ?>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.03.04.00"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.03.04.01"></script>
|
||||
|
||||
<script src="<?= $_SESSION['dossierSociete'].'/Js/societe.js' ?>" > </script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user