53 lines
2.1 KiB
PHP

<div id="contentTable">
<div class="breadcrumb" data-html2canvas-ignore>
<div class="crumb svg crumbhome">
<a href="<?php echo($_['url']['index']); ?>" class="icon-home"></a>
<span style="display: none;"></span>
</div>
<div class="crumb svg crumbhome">
<span><?php p($l->t('Quote'));?></span>
</div>
<div class="crumb svg crumbhome">
<button style="margin-left:3px;" type="button" id="newDevis">
<?php p($l->t('Add quote'));?>
</button>
</div>
</div>
<div class="d-flex jsutify-content-end">
<button class="btn btn-secondary" id="apercusDevis">Voir les aperçus</button>
</div>
<div class="d-flex jsutify-content-end">
<button class="btn btn-secondary" id="exportDevisToFacture">Facturer</button>
</div>
<!-- <div class="d-flex justify-content-between">
<div class="d-flex flex-column">
<div class="d-flex flex-row align-items-center"><div class="emmanuelle"></div>&nbsp; <div>Emmanuelle</div></div>
<div class="d-flex flex-row align-items-center"><div class="delphine"></div>&nbsp; <div>Delphine</div></div>
</div>
<div>
<button class="btn btn-secondary" id="apercusDevis">Voir les aperçus</button>
</div>
</div> -->
<hr>
<table id="devis" class="display tabledt devisDataTable">
<thead>
<tr>
<th></th>
<th><?php p($l->t('ID'));?></th>
<th><?php p($l->t('Numéro de devis'));?></th>
<th><?php p($l->t('Quote date'));?></th>
<th>Défunt</th>
<th><?php p($l->t('Customer quote'));?></th>
<th>Thanatopracteur</th>
<th>Lieu</th>
<th><?php p($l->t('Articles'));?></th>
<!-- <th>Chambre funéraire</th> -->
<th><?php p($l->t('Status'));?></th>
<th><?php p($l->t('Actions'));?></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>