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)
43 lines
1.5 KiB
PHP
43 lines
1.5 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('Invoice'));?></span>
|
|
</div>
|
|
<div class="crumb svg crumbhome">
|
|
<button style="margin-left:3px;" type="button" id="newInvoice">
|
|
<?php p($l->t('Add invoice'));?>
|
|
</button>
|
|
</div>
|
|
<!--<div class="crumb svg crumbhome">
|
|
<a><span id="newInvoice"><?php //p($l->t('Add invoice'));?></span></a>
|
|
</div>-->
|
|
</div>
|
|
<div class="d-flex justify-content-end">
|
|
<div>
|
|
<button class="btn btn-secondary" id="apercusFactures">Voir les aperçus</button>
|
|
</div>
|
|
</div>
|
|
<hr>
|
|
<table id="facture" class="display tabledt">
|
|
<thead>
|
|
<tr>
|
|
<th><?php p($l->t('ID'));?></th>
|
|
<th><?php p($l->t('Invoice number'));?></th>
|
|
<th><?php p($l->t('Date of service'));?></th>
|
|
<th>Date de facture</th>
|
|
<th><?php p($l->t('Means of payment'));?></th>
|
|
<th>Devis associé</th>
|
|
<th>Lieu</th>
|
|
<th><?php p($l->t('Status'));?></th>
|
|
<th><?php p($l->t('Actions'));?></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div>
|