LINEA TIEMPO DE PEDIDO

@if(Input::get('pedido_id') )
PEDIDO Nº {{Input::get('pedido_id')}}

LLegada Pedido

{{ date( "d/m/Y", strtotime($info->created_at)) }} {{ date( "H:i:s", strtotime($info->created_at)) }}

Vendedor: {{ $info->nombre }}
Cliente: {{$info->sucursal_nombre}}
VER PEDIDO
@foreach( $logs as $log) @if($log->accion == Modules\Ventas\Entities\PedidoLog::RECHAZAR_CARTERA or $log->accion == Modules\Ventas\Entities\PedidoLog::APROBAR_CARTERA or $log->accion == Modules\Ventas\Entities\PedidoLog::REVISADO_CARTERA or $log->accion == Modules\Ventas\Entities\PedidoLog::MODIFICAR_CARTERA or $log->accion == Modules\Ventas\Entities\PedidoLog::LLAMADO_CARTERA)
CARTERA
@endif {{--RECHAZA CARTERA--}} @if( $log->accion == Modules\Ventas\Entities\PedidoLog::RECHAZAR_CARTERA)

{{ date( "d/m/Y", strtotime($log->created_at)) }} {{ date( "H:i:s", strtotime($log->created_at)) }}

Usuario: {{$log->nombre}}
Accion: {{$log->accion}}
@endif {{--APROBAR CARTERA--}} @if( $log->accion == Modules\Ventas\Entities\PedidoLog::APROBAR_CARTERA )

{{ date( "d/m/Y", strtotime($log->created_at)) }} {{ date( "H:i:s", strtotime($log->created_at)) }}

Usuario: {{$log->nombre}}
Accion: {{$log->accion}}
@endif {{--REVISADO_CARTERA--}} @if( $log->accion == Modules\Ventas\Entities\PedidoLog::REVISADO_CARTERA )

{{ date( "d/m/Y", strtotime($log->created_at)) }} {{ date( "H:i:s", strtotime($log->created_at)) }}

Usuario: {{$log->nombre}}
Accion: {{$log->accion}}
@endif {{--MODIFICAR_CARTERA--}} @if( $log->accion == Modules\Ventas\Entities\PedidoLog::MODIFICAR_CARTERA )

{{ date( "d/m/Y", strtotime($log->created_at)) }} {{ date( "H:i:s", strtotime($log->created_at)) }}

Usuario: {{$log->nombre}}
Accion: {{$log->accion}}
@endif {{--LLAMADO_CARTERA--}} @if( $log->accion == Modules\Ventas\Entities\PedidoLog::LLAMADO_CARTERA )

{{ date( "d/m/Y", strtotime($log->created_at)) }} {{ date( "H:i:s", strtotime($log->created_at)) }}

Usuario: {{$log->nombre}}
Accion: {{$log->accion}}
@endif @if($log->accion == Modules\Ventas\Entities\PedidoLog::MODIFICAR_VENTAS or $log->accion == Modules\Ventas\Entities\PedidoLog::APROBAR_VENTAS or $log->accion == Modules\Ventas\Entities\PedidoLog::RECHAZAR_VENTAS)
VENTAS
@endif {{--MODIFICAR_VENTAS--}} @if( $log->accion == Modules\Ventas\Entities\PedidoLog::MODIFICAR_VENTAS )

{{ date( "d/m/Y", strtotime($log->created_at)) }} {{ date( "H:i:s", strtotime($log->created_at)) }}

Usuario: {{$log->nombre}}
Accion: {{$log->accion}}
@endif {{--APROBAR_VENTAS--}} @if( $log->accion == Modules\Ventas\Entities\PedidoLog::APROBAR_VENTAS )

{{ date( "d/m/Y", strtotime($log->created_at)) }} {{ date( "H:i:s", strtotime($log->created_at)) }}

Usuario: {{$log->nombre}}
Accion: {{$log->accion}}
@endif {{--RECHAZAR_VENTAS--}} @if( $log->accion == Modules\Ventas\Entities\PedidoLog::RECHAZAR_VENTAS )

{{ date( "d/m/Y", strtotime($log->created_at)) }} {{ date( "H:i:s", strtotime($log->created_at)) }}

Usuario: {{$log->nombre}}
Accion: {{$log->accion}}
@endif @endforeach @if($info->procesado == 1)
ENVIADO A 1E
{{ date( "d/m/Y", strtotime($info->fechaproceso)) }} {{ date( "H:i:s", strtotime($info->fechaproceso)) }}

@endif @if($factura)
FACTURADO
@endif @if($factura)

{{ date( "d/m/Y", strtotime($log->created_at)) }} {{ date( "H:i:s", strtotime($log->created_at)) }}

Estado:FACTURADO
Numero Factura: {{ $factura->factura_dyna }}
fechafac)) }}/{{ \Utils::getNombreMes( (int)date( 'n', strtotime($factura->fechafac) ), false )}}/{{ $factura->factura_dyna }}.pdf" title="VER FACTURA" class="btn btn-warning btn-sm pull-left" target="_blank" >VER FACTURA
@endif @if($guia)
DESPACHADO
@endif @if($guia)

{{ date( "d/m/Y", strtotime($guia->Fecha)) }}

Transportador: {{$guia->Transportador}}
Numero de Guia: {{ $guia->Guia }} @if($guia->Unidades)
Unidades: {{$guia->Unidades }} @endif @if($guia->Lio_L)
Lios Largos: {{$guia->Lio_L }} @endif @if($guia->Lio_C)
Lios Cortos: {{$guia->Lio_C }} @endif @if($guia->Rollos)
Rollos: {{$guia->Rollos }} @endif @if($guia->Sacos)
Sacos: {{$guia->Sacos }} @endif @if($guia->Cartones_FAC)
Cartones: {{$guia->Cartones_FAC }} @endif @if($guia->Cajas)
Cajas: {{$guia->Cajas }} @endif @if($guia->Kilos)
Kilos: {{$guia->Kilos }} @endif @if($guia->Lio_L)
Lios Largos: {{$guia->Lio_L }} @endif @if($guia->Lio_L)
Lios Largos: {{$guia->Lio_L }} @endif
Ciudad: {{$guia->Ciudad }}
Direccion: {{$guia->Direccion }}
@endif @if( $guia )
FIN PEDIDO
@endif
@endif