|
= htmlspecialchars($datosEmpresa['direccion']) ?>
= htmlspecialchars($datosEmpresa['ciudad']) ?> (= htmlspecialchars($datosEmpresa['codigo_postal']) ?>) - = htmlspecialchars($datosEmpresa['provincia']) ?> Tel.: = htmlspecialchars($datosEmpresa['telefono']) ?> Email: = htmlspecialchars($datosEmpresa['email']) ?> |
Presupuesto
Nº: = $numeroPresupuesto ?>
Fecha: = date('d/m/Y') ?>
IVA: = htmlspecialchars($datosEmpresa['cond_iva']) ?>
CUIT: = htmlspecialchars($datosEmpresa['cuit']) ?>
Inicio actividades: = htmlspecialchars($datosEmpresa['inicio_act']) ?>
|
|
||||||
| Cod. | Producto | Cant. | Precio Unit. | Descuento (%) | IVA (%) | Subtotal |
|---|---|---|---|---|---|---|
| = htmlspecialchars($p['id_producto']) ?> | = htmlspecialchars($p['marca'] . ' ' . $p['modelo']) ?> | = $p['cantidad'] ?> | $ = number_format($p['precio'], 2, '.', ',') ?> | = number_format($p['descuento_total'], 2, '.', ',') ?> % | = htmlspecialchars($datosEmpresa['iva']) ?> % | $ = number_format($p['precio_final'] * $p['cantidad'], 2, '.', ',') ?> |
|
Observaciones
= "Descuento: " . number_format($descuentoPresupuesto, 2, ',', '.') . ' (%)'?>
= "Recargo: " . number_format($recargoPresupuesto, 2, ',', '.') . ' (%)'?> = "Valor de cuota: " . htmlspecialchars($cuota . ' x $ ') . number_format($valorCuota, 2, ',', '.') ?> El valor de cada cuota es estimativo y se calcula sobre el total del presupuesto al momento de su emisión. |
|