Reportes DiloConNieve | ||||||
Del {{ date('d/m/Y',strtotime($dates[0])) }} al {{ date('d/m/Y',strtotime($dates[1])) }} |
{{ count($data['orders_dcn']) }} Pedidos Completados A Través De #Diloconnieve |
Pedido | Fecha | Cliente | Tipo envío | Costo envío | Subtotal | Total | Productos |
---|---|---|---|---|---|---|---|
#{{ $order['code'] }} | {{ date('d/m/Y H:i:s',strtotime($order['created_at'])) }} | @if ($order['user']) {{ $order['user']['full_name'] }} @else {{ $order['data_address']->name }} {{ $order['data_address']->lastname }} @endif | {{ $order['delivery_type'] }} | ${{ number_format($order['shipping_amount'], 2) }} | ${{ number_format($order['subtotal'], 2) }} | ${{ number_format($order['total'], 2) }} | {{ count($order['details']) }} |
{{ count($data['orders_byview_dcn']) }} Pedidos Que Llegan Tras Haber Visto O Entrado A #Diloconnieve |
Pedido | Fecha | Cliente | Tipo envío | Costo envío | Subtotal | Total | Productos |
---|---|---|---|---|---|---|---|
#{{ $order['code'] }} | {{ date('d/m/Y H:i:s',strtotime($order['created_at'])) }} | @if ($order['user']) {{ $order['user']['full_name'] }} @else {{ $order['data_address']->name }} {{ $order['data_address']->lastname }} @endif | {{ $order['delivery_type'] }} | ${{ number_format($order['shipping_amount'], 2) }} | ${{ number_format($order['subtotal'], 2) }} | ${{ number_format($order['total'], 2) }} | {{ count($order['details']) }} |
{{ count($data['orders_out_dcn']) }} Pedidos No Relacionados Con La Campaña |
Pedido | Fecha | Cliente | Tipo envío | Costo envío | Subtotal | Total | Productos |
---|---|---|---|---|---|---|---|
#{{ $order['code'] }} | {{ date('d/m/Y H:i:s',strtotime($order['created_at'])) }} | @if ($order['user']) {{ $order['user']['full_name'] }} @else {{ $order['data_address']->name }} {{ $order['data_address']->lastname }} @endif | {{ $order['delivery_type'] }} | ${{ number_format($order['shipping_amount'], 2) }} | ${{ number_format($order['subtotal'], 2) }} | ${{ number_format($order['total'], 2) }} | {{ count($order['details']) }} |
Promedio De Dinero Por Pedido: ${{ number_format($data['average_money'], 2) }} |
Productos mas vendidos |
Producto | Cantidad |
---|---|
{{ $product['product'] }} | {{ $product['qty'] }} veces |