{% extends "AppBundle::layout_backend.html.twig" %} {% block stylesheets2nd %} {# #} {% stylesheets %} {% endstylesheets %} {% endblock %} {% block bootstrap_stylesheets %} {% endblock %} {% block bootstrap_javascript %} {% endblock %} {% block content %} {% stylesheets 'bundles/app/css/views/Order/index.css' filter='cssrewrite' %} {% endstylesheets %}
{% include 'AppBundle:Ordenes:filter_cards.html.twig' with {'cards': cards } %} {% include 'AppBundle:Ordenes:index/header_options.html.twig' with {'seller': seller } %}
{% set tableColumnsWidth = { 'checkAllRecords' : 2, 'reference' : 15, 'date' : 8, 'client' : 15, 'comments' : 2, 'total' : 9, 'products' : 9, 'status' : 9, 'shipping' : 15, 'sync' : 8, 'actions' : 8, } %}
ID Venta Fecha Cliente Total Productos Estado Envío Sincro. ERP Acciones
Cargando órdenes...
{% include 'AppBundle:Ordenes:index/syncro_modal.html.twig' %} {% include 'AppBundle:Ordenes:index/filter_box_modal.html.twig' %} {% include 'AppBundle:Ordenes:index/comments_box_modal.html.twig' %} {% include 'AppBundle:Ordenes:index/create_order_modal.html.twig' %} {% include 'AppBundle:Ordenes:index/transition_modal.html.twig' %} {% include 'AppBundle:Ordenes:index/massive-comments_modal.html.twig' %}
{% endblock %} {% block javascripts2nd %} {% javascripts '@AppBundle/Resources/public/js/Ordenes/indexHelper.js' '@AppBundle/Resources/public/js/Ordenes/cardFilterHelper.js' %} {% endjavascripts %} {% endblock %}