{{ $settings['ticket_header'] }}
@if(!empty($settings['store_address'])){{ $settings['store_address'] }}
@endif @if(!empty($settings['store_rut']))R.U.T: {{ $settings['store_rut'] }}
@endif @if(!empty($settings['store_phone']))Tel: {{ $settings['store_phone'] }}
@endif| Nº Ticket: DEMO-0001 | Fecha: {{ date('d/m/Y H:i') }} |
| Cajero: Administrador | Cliente: Cliente General |
| Pago: Efectivo | |
| Artículo | Cant. | P.Unit | Total |
|---|---|---|---|
| {{ $item['name'] }} | {{ $item['qty'] }} | ${{ number_format($item['unitcost'], 0, ',', '.') }} | ${{ number_format($item['total'], 0, ',', '.') }} |
| Subtotal: | ${{ number_format($subtotal, 0, ',', '.') }} |
| IVA (19%): | ${{ number_format($tax, 0, ',', '.') }} |
| TOTAL: | ${{ number_format($total, 0, ',', '.') }} |
| Recibido: | ${{ number_format($paid, 0, ',', '.') }} |
| Vuelto: | ${{ number_format($change, 0, ',', '.') }} |