der
This commit is contained in:
parent
8d2cb15dbf
commit
8097f5484f
|
|
@ -70,14 +70,11 @@
|
|||
<input type="text" class="form-control fw-bold" value="<?= $this->nettoyer($police['numeroPolice']) ?>" readonly>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 col-md-6">
|
||||
<div class="col-lg-6 col-md-6">
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("Courtier / Apporteur") ?></label>
|
||||
<input type="text" class="form-control" value="<?= $this->nettoyer($police['apporteur']) ?>" readonly>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-6">
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("Tx Comm %") ?></label>
|
||||
<input type="text" class="form-control text-center" value="<?= $this->nettoyer($police['tauxCommission']) ?>" readonly>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-6 col-md-12">
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("Type de Contrat") ?></label>
|
||||
<input type="text" class="form-control" value="<?= $typeContrat ?>" readonly>
|
||||
|
|
@ -121,23 +118,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card-footer p-0 border-top-0">
|
||||
<div class="row g-0 text-center">
|
||||
<div class="col-4 financial-item border-end py-3">
|
||||
<small class="text-muted d-block"><?= _("Primes") ?></small>
|
||||
<span class="h5 mb-0 text-secondary fw-bold"><?= format_N($this->nettoyer($totalquittance['primeTtc'])) ?></span>
|
||||
</div>
|
||||
<div class="col-4 financial-item border-end py-3">
|
||||
<small class="text-muted d-block"><?= _("Encaissements") ?></small>
|
||||
<span class="h5 mb-0 text-success fw-bold"><?= format_N($this->nettoyer($totalquittance['encaisse'])) ?></span>
|
||||
</div>
|
||||
<div class="col-4 financial-item py-3">
|
||||
<small class="text-muted d-block"><?= _("Solde") ?></small>
|
||||
<span class="h5 mb-0 text-primary fw-bold"><?= format_N($this->nettoyer($totalquittance['solde'])) ?></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card shadow-sm mb-4">
|
||||
|
|
@ -147,21 +127,6 @@
|
|||
</h6>
|
||||
|
||||
<form enctype="multipart/form-data" action="Fichepolice" method="post" class="row g-3">
|
||||
<!-- Zone d'information sur les extensions
|
||||
<div class="alert alert-info mt-2 py-2 small col-md-12">
|
||||
<strong><?= _("Formats autorisés") ?>:</strong>
|
||||
<div class="d-flex flex-wrap mt-2">
|
||||
<?php foreach ($tabExt as $ext): ?>
|
||||
<?php
|
||||
$style = isset($extStyles[$ext]) ? $extStyles[$ext] : ["color" => "secondary", "icon" => "fas fa-file"];
|
||||
?>
|
||||
<span class="badge bg-<?= $style["color"] ?> me-2 mb-2">
|
||||
<i class="<?= $style["icon"] ?> me-1"></i><?= strtoupper($ext) ?>
|
||||
</span>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
<div class="col-md-9">
|
||||
<input class="form-control custom-file-input" name="fichier_upload" type="file" id="fichier_upload">
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user