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)
46 lines
1.6 KiB
PHP
46 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>Trajet</span>
|
|
</div>
|
|
<div class="crumb svg crumbhome">
|
|
<span>Details</span>
|
|
</div>
|
|
<div class="crumb svg crumbhome">
|
|
<button style="margin-left:3px;" type="button" id="newTrajetdetails">
|
|
Ajouter une ligne
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex justify-content-between align-items-center">
|
|
<div>
|
|
<div>Thanatopracteur : <?php if($_['trajet'][0]->prenom_thanato!=NULL) echo $_['trajet'][0]->prenom_thanato ?> <?php if($_['trajet'][0]->nom_thanato!=NULL) echo $_['trajet'][0]->nom_thanato ?></div>
|
|
</div>
|
|
<div>
|
|
<button class="btn btn-secondary" id="saveIk">Sauvegarder dans nextcloud</button>
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
<table id="trajetsdetails" class="display tabledt">
|
|
<thead>
|
|
<tr>
|
|
<th><?php p($l->t('ID'));?></th>
|
|
<th>Rang</th>
|
|
<th>Date</th>
|
|
<th>Client</th>
|
|
<th>Soin</th>
|
|
<th>Lieu</th>
|
|
<th>Commentaire</th>
|
|
<th><?php /*Auteur devis*/?></th>
|
|
<th><?php p($l->t('Actions'));?></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|