{% extends '@Core/base.html.twig' %} {% block sectionTitle %}Punto de venta{% endblock %} {% block sectionActions %} {% if not isWarehouseAssistant %} Nueva venta {% endif %} {% endblock %} {% block breadcrumbLinks %}
  • Punto de venta
  • {% endblock %} {% block content %}
    {% if not isWarehouseAssistant and not isOffice %}
    {% if shop.isShowObjetiveDaylyPercentage %}
    {{ shop.name }}

    - Hoy: {{ objetiveForToday["today"] | number_format(2, ',', '.') }}€
    - Año pasado: {{ objetiveForToday["lastYear"] | number_format(2, ',', '.') }}€

    {{ objetiveForToday["percentage"] }}%
    {% endif %} {% if user.group.groupConfiguration.usePendingStockForReservation %} {% endif %}
    {% endif %} {% if roleRight == false %}
    {% if isWarehouseAssistant or isOffice %} {% endif %} {% if user.group.groupConfiguration.invoiceSectionEnabled %} {% if isOffice %} {% endif %} {% endif %} {% if user.isWebManager %} {% endif %}
    {% if isWarehouseAssistant or isOffice %} {% endif %} {% if isShopManager or isOffice %} {% endif %}
    {% endif %}
    {% for flash_message in app.session.flashBag.get('success') %}
    {{ flash_message }}
    {% endfor %}
    {% endblock%}