|
|
| FACTURA Nº: | = ($factura->estado == 'draft') ? 'BORRADOR' : $factura->numero ?> | FECHA: | = $factura->fecha_factura_at ?> |
|---|---|---|---|
| Dirección: | |||
| Persona de contacto: | = $factura->cliente_direccion ?> | ||
| Razón social: = $factura->cliente ?> | = $factura->cliente_cp ?> , = $factura->cliente_ciudad ?> | ||
| CIF: = $factura->cliente_cif ?> | = $factura->cliente_pais ?> | ||
| Tipo y Nombre del trabajo | Uds. | Precio | IVA | Subtotal |
|---|---|---|---|---|
| = nl2br($linea->descripcion); ?> | = ($linea->cantidad > 0) ? $linea->cantidad : '' ?> | = ($linea->cantidad > 0) ? $linea->precio_unidad : '' ?> | = ($linea->cantidad > 0) ? $linea->iva : '' ?> | = ($linea->cantidad > 0) ? $linea->base : '' ?> |
| BASE | IVA | TOTAL | |
|---|---|---|---|
| = $tipo_iva->base ?> € | = $tipo_iva->iva ?> % | = $tipo_iva->total_iva ?> € | = $tipo_iva->total ?> € |
| TOTAL | = $factura->total ?> € |
| Vencimiento | Fecha | Forma de pago | BIC / IBAN |
|---|---|---|---|
| = $factura->dias_vencimiento ?> días | = $factura->vencimiento ?> | = $factura->forma_pago ?> | = ($factura->forma_pago == "Transferencias") ? 'ES33 2100 1134 14 1300319844' : $factura->cliente_ccc ?> |