Fecha de completado | Canal de venta | Portal | Cod.Venta | Vendedor | Nº Artículos | Forma de pago | Descuento | Total de venta | Total de Ingreso | Sobrante por devolución | Estado | Acceder | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% if obj.completionDate is not null %} {{ obj.completionDate | date('Y-m-d') }} {{ obj.completionDate | date('d-m-Y H:i:s') }} {% else %} --- {% endif %} | FISICO | {{ obj.getalias }} | {{ obj.user.getName }} | {{ obj.saleElement | length }} | {{ render(controller('CoreBundle:SalesPoint:getPaymentMethodsFromSale', { 'sale' : obj.id })) }} | {{ (obj.getTotalFinal - obj.getTotalSale) | number_format(2, '.', ',') }} | {% if obj.typeStatusSale.id == constant('CoreBundle\\Entity\\TypeStatusSale::ID_STATUS_TO_IN_RESERVED') or obj.typeStatusSale.id == constant('CoreBundle\\Entity\\TypeStatusSale::ID_STATUS_TO_IN_RESERVED_CANCELED') %}0.00 | {% else %}{{ obj.getTotalFinal }} | {% endif %}{{ obj.totalIncome }} | {{ ( obj.pathAmount * -1 ) | number_format(2, '.', ',') }} |
{% if obj.notes != "" %}
|
Acceder | |
{% if obj.webOrder.dateDone is not null %} {{ obj.webOrder.dateDone | date('Y-m-d') }} {{ obj.webOrder.dateDone | date('d-m-Y H:i:s') }} {% else %} --- {% endif %} | ONLINE |
{% if obj.webOrder.amazonOrderId %}
{% if obj.webOrder.isSpartoo %}
{{ obj.webOrder.amazonOrderId }} {% endif %} {% if obj.webOrder.getChargeId %} {{ obj.webOrder.getChargeId }} {% endif %} {% if obj.webOrder.getPaypalId %} {{ obj.webOrder.getPaypalId }} {% endif %} |
{{ obj.webOrder.chargeId }} | --- | {{ obj.webOrder.webOrderElement | length }} | {% if obj.webOrder.typeWebOrderPayment %} {{ obj.webOrder.typeWebOrderPayment.description }} {% endif %} | {{ obj.webOrder.discount | number_format(2,".",",") }} € | {{ (obj.webOrder.total - obj.webOrder.discount) | number_format(2,".",",") }} € | {{ obj.webOrder.totalPay | number_format(2, '.', ',') }} € | --- | {{ obj.webOrder.typeWebOrderStatus.description }} | Acceder | |
{% if obj.dateForPrinting is not null %} {{ obj.dateForPrinting | date('Y-m-d') }} {{ obj.dateForPrinting | date('d-m-Y') }} {% else %} --- {% endif %} | ALBARÁN MAYORISTA | {{ obj.getalias }} | {{ obj.creator.getName }} | {{ obj.numArticles }} | {{ (obj.totalBase - obj.totalValoration) | number_format(2, '.', ',') }} | {{ obj.totalBase | number_format(2, '.', ',') }}€ | {{ obj.totalValoration | number_format(2, '.', ',') }}€ | {{ obj.status|raw }} | Acceder |