|
|
|
|
|
|
|
|
</a> |
|
|
</a> |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if _entity_config['list']['btn_history_purchase_order'] is defined %} |
|
|
|
|
|
<a class="float-right btn-sm btn-info" |
|
|
|
|
|
href="{{ path('easyadmin', { entity: 'PurchaseOrder', action: 'list' }) }}"> |
|
|
|
|
|
<i class="fa fa-history"></i> Historiques des bons de commandes |
|
|
|
|
|
</a> |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
{% if _entity_config['list']['btn_week_purchase_order'] is defined %} |
|
|
|
|
|
<a class="float-right btn-sm btn-info" |
|
|
|
|
|
href="{{ path('easyadmin', { entity: 'SupplierOrderPurchase', action: 'list' }) }}"> |
|
|
|
|
|
<i class="fa fa-tractor"></i> Bons de commandes de la semaine |
|
|
|
|
|
</a> |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
{% if _entity_config['list']['btn_add_purchase_order'] is defined %} |
|
|
|
|
|
<a class="float-right btn-sm btn-primary" |
|
|
|
|
|
href="{{ path('easyadmin', { entity: 'PurchaseOrder', action: 'new' }) }}"> |
|
|
|
|
|
<i class="fa fa-plus"></i> Créer un bon de commande |
|
|
|
|
|
</a> |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
{% if _entity_config['list']['edit_position'] is defined %} |
|
|
{% if _entity_config['list']['edit_position'] is defined %} |
|
|
<a class="float-right btn-sm btn-success action-sort" |
|
|
<a class="float-right btn-sm btn-success action-sort" |
|
|
href="{{ path('easyadmin', _request_parameters|merge({ action: 'sort' })) }}"> |
|
|
href="{{ path('easyadmin', _request_parameters|merge({ action: 'sort' })) }}"> |