{% extends 'layouts/authenticated.html.twig' %} {% block page_title %}Caisses POS{% endblock %} {% block content %}
Gestion des caisses enregistreuses
{{ register.location }}
{% endif %}
Session en cours
Ouverte par {{ register.currentSession.openedBy.fullName|default('?') }}
le {{ register.currentSession.openedAt|date('d/m H:i') }}
{{ register.currentSession.salesCount }} vente{{ register.currentSession.salesCount > 1 ? 's' : '' }}
{{ register.description }}
{% endif %}