change reference to nom on liste produit, align all export item button to the right
This commit is contained in:
parent
9d1ece6cfe
commit
30ab4f148d
@ -13,11 +13,9 @@
|
||||
</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">
|
||||
<div class="d-flex justify-content-end">
|
||||
<button class="btn btn-secondary" id="exportDevisToFacture">Facturer</button>
|
||||
<button class="btn btn-secondary" id="apercusDevis">Voir les aperçus</button>
|
||||
</div>
|
||||
<!-- <div class="d-flex justify-content-between">
|
||||
<div class="d-flex flex-column">
|
||||
|
||||
@ -14,11 +14,12 @@
|
||||
</div>
|
||||
</div>
|
||||
<?php if(isset($_['groups']) && in_array('admin', $_['groups'])) : ?>
|
||||
<div class="d-flex jsutify-content-end">
|
||||
<div class="d-flex justify-content-end">
|
||||
<button class="btn btn-secondary" id="exportClientStat">Export client stat</button>
|
||||
</div>
|
||||
<?php else: ?>
|
||||
<?php endif; ?>
|
||||
<hr>
|
||||
<table id="client" class="display tabledt" style="font-size:11px;">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?php p($l->t('ID'));?></th>
|
||||
<th><?php p($l->t('Reference'));?></th>
|
||||
<th><?php p($l->t('Nom'));?></th>
|
||||
<th><?php p($l->t('Designation'));?></th>
|
||||
<th><?php p($l->t('Unit price without VAT'));?></th>
|
||||
<th><?php p($l->t('Actions'));?></th>
|
||||
|
||||
@ -13,9 +13,10 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex jsutify-content-end">
|
||||
<div class="d-flex justify-content-end">
|
||||
<button class="btn btn-secondary" id="exportThanatoData">Export thanato stat</button>
|
||||
</div>
|
||||
<hr>
|
||||
<table id="client" class="display tabledt" style="font-size:11px;">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user