change reference to nom on liste produit, align all export item button to the right

This commit is contained in:
Tiavina 2025-01-07 17:13:44 +03:00
parent 9d1ece6cfe
commit 30ab4f148d
4 changed files with 7 additions and 7 deletions

View File

@ -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">

View File

@ -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>

View File

@ -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>

View File

@ -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>