caissier_get_last_transactions.html.twig 536 Bytes
Newer Older
1 2 3 4 5 6 7 8
{% extends '@kohinos/block/block_collapse.html.twig' %}

{% block blocktitle %}
	<i class="fa fa-list-alt mr-4"></i> {{'Transactions'|trans }}
{% endblock blocktitle %}
{% block blockcontent %}
	{% set datetime_last_export = getPrestaLastTransactionsExportDate() %}

9
	<p>Récupérer le montant total des transactions (hors reconversions) depuis le <b>{{ datetime_last_export }}</b></p>
10 11 12 13
	<a class='btn btn-xs btn-primary mt-2' href='{{ path('get_presta_last_transactions') }}'>
		{{ 'Exporter'|trans }}
	</a>
{% endblock blockcontent %}