Tiavina 50ca1bb3e8 h2f release (source is from h2f code, add only features needed without changing existing code not related)
Push only :
- calendar features (create agenda and create devis automatically)
- gestion feature (listener to create devis automatically when creating calendar, export thanato statistic, export client statistic)
2025-01-05 12:49:33 +03:00

44 lines
1.6 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 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">
<thead>
<tr>
<th><?php p($l->t('ID'));?></th>
<th><?php p($l->t('Quote date'));?></th>
<!-- <th>Nom du défunt</th> -->
<th>Défunt</th>
<th><?php p($l->t('Customer quote'));?></th>
<th>Thanatopracteur</th>
<th>Lieu</th>
<th><?php p($l->t('Status'));?></th>
<th><?php p($l->t('Actions'));?></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>