@extends('layouts.pdf') @section('css') {!! Html::style('css/pdf.albaran.css') !!} @endsection @section('header') @endsection @section('body')
|
|
| Nº ALBARÁN: | {{ $obj->numero }} | Nº PEDIDO: | {{ $obj->pedido_libro->id }} | FECHA: | {{ $fecha_albaran_real_at ? $fecha_albaran_real_at->format('d/m/Y') : '-' }} |
|---|---|---|---|---|---|
| Cliente: | |||||
| {{ $obj->customer_nombre }} | |||||
| Att: {{ $obj->customer_att }} | |||||
| {{ $obj->customer_address }} | |||||
| Nº Unid. | Título | ISBN | Ref. Cliente | Cajas | Ejempl./Cajas | @if($obj->mostar_precios)€/ud. | Subtotal | @endif
|---|---|---|---|---|---|---|---|
| {{ $linea->cantidad }} | {{ $linea->descripcion }} |
{{ $linea->isbn }} |
{{ $linea->ref_cliente }} |
{{ $linea->cajas }} | {{ $linea->ejemplares_por_caja }} | @if($obj->mostar_precios){{ float_to_str($linea->precio_unidad) }} |
{{ float_to_str($linea->total) }} |
@endif
| @if($obj->mostar_precios) | @endif |
| RECIBÍ | @if($obj->mostar_precios)TOTAL | {{ float_to_str($total_precio) }} | @endif