ty
This commit is contained in:
parent
34b5d7c8e7
commit
c51b15c527
|
|
@ -9,37 +9,35 @@
|
|||
|
||||
<div id="div_emission" class="container-fluid py-3 animate__animated animate__fadeIn">
|
||||
|
||||
<h1 class="text-primary"><i class="fas fa-file-invoice-dollar me-2"></i></i> <?= _('Emission') ?></h1>
|
||||
|
||||
<div class="d-flex justify-content-between align-items-center mb-4">
|
||||
<h4 class="fw-bold text-secondary mb-0">
|
||||
<i class="fas fa-file-invoice-dollar me-2 text-primary"></i>
|
||||
<?= _("Détail de l'Émission") ?> : <span class="text-primary"><?= $emission['numeroEmission'] ?></span>
|
||||
<?= _("ID") ?> : <span class="text-primary"><?= $emission['numeroEmission'] ?></span>
|
||||
</h4>
|
||||
<button class="btn btn-outline-primary btn-sm" onclick="window.print();">
|
||||
<i class="fas fa-print me-2"></i><?= _("Imprimer la fiche") ?>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="card shadow-sm border-0 mb-4">
|
||||
<div class="card-body p-4">
|
||||
<div class="row g-3">
|
||||
<div class="col-md-2">
|
||||
<label class="form-label small fw-bold text-primary text-uppercase"><?= _("Police") ?></label>
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("Police") ?></label>
|
||||
<input type="text" class="form-control bg-light fw-bold" value="<?=$emission['numeroPolice']?>" readonly>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<label class="form-label small fw-bold text-primary text-uppercase"><?= _("Avenant") ?></label>
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("Avenant") ?></label>
|
||||
<input type="text" class="form-control" value="<?=$emission['numeroAvenant']?>" readonly>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<label class="form-label small fw-bold text-primary text-uppercase"><?= _("Mouvement") ?></label>
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("Mouvement") ?></label>
|
||||
<input type="text" class="form-control text-center text-danger fw-bold" value="<?=$emission['codeTypeAvenant']?>" readonly>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<label class="form-label small fw-bold text-primary text-uppercase"><?= _("Date Effet") ?></label>
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("Date Effet") ?></label>
|
||||
<input type="text" class="form-control" value="<?= dateLang($emission['dateEffet'], $_SESSION['lang']) ?>" readonly>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<label class="form-label small fw-bold text-primary text-uppercase"><?= _("Échéance") ?></label>
|
||||
<label class="form-label small fw-bold text-uppercase"><?= _("Échéance") ?></label>
|
||||
<input type="text" class="form-control border-warning" value="<?= dateLang($emission['dateEcheance'], $_SESSION['lang']) ?>" readonly>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user