|
|
|
|
|
|
|
|
{% if _entity_config['list']['btn_download_purchase_order_archive'] is defined %} |
|
|
{% if _entity_config['list']['btn_download_purchase_order_archive'] is defined %} |
|
|
<a class="float-right btn-sm btn-success" |
|
|
<a class="float-right btn-sm btn-success" |
|
|
href="{{ path('easyadmin', { entity: 'Supplier', action: 'exportOrderPurchasesAsArchive' }) }}"> |
|
|
href="{{ path('easyadmin', { entity: 'Supplier', action: 'exportOrderPurchasesAsArchive' }) }}"> |
|
|
<i class="fa fa-download"></i> Télécharger tous les bons de commande |
|
|
|
|
|
|
|
|
<i class="fa fa-download"></i> Récapitulatif des commandes |
|
|
</a> |
|
|
</a> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|