{% extends 'layouts/panel_layout.html.twig' %} {% block title %} Informes {% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('informes_index') }} {% endblock %} {% block content %} {# TITULO #}

Informes

{# BOTONERA PRINCIPAL #}
{% if (is_granted('ROLE_ADMIN')) %}
{% endif %} {% if (is_granted('ROLE_ADMIN')) %} {% endif %} {% if (is_granted('ROLE_ADMIN')) or (is_granted('ROLE_LOGISTICA')) %}
{% endif %} {# CONTENIDO PRINCIPAL #}
{# FILTRO DE FECHA #} {% if tipo != 'varios' %}
{# if tipo == 'contador' %} {% endif #}
{% endif %}
{% if tipo == 'contador' %}
{% endif %} {% if tipo == 'logistica' %}

COBRANZAS POR CUENTA CORRIENTE

{# #}
{% endif %} {% if tipo == 'varios' %}
{% if not is_granted('ROLE_LOGISTICA') and not is_granted('ROLE_VENDEDOR') %} {% endif %} {% if not is_granted('ROLE_VENDEDOR') %} {% endif %} {% if not is_granted('ROLE_VENDEDOR') %} {% endif %}
{% endif %}
{# MODALES #} {% if tipo == 'logistica' %} {# OPCIONES VENTAS GENERALES #} {# OPCIONES VENTAS POR VENDEDORES #} {# OPCIONES COMPRA GENERAL #} {# OPCIONES FACTURA CUENTA CORRIENTE #} {# OPCIONES VENTAS CLIENTES #} {% elseif tipo == 'varios' %} {% endif %} {% if tipo == 'logistica' or tipo == 'varios' %} {% endif %} {% endblock %} {% block javascripts %} {{ encore_entry_script_tags('informes_index') }} {% endblock %}