= $emisor['nombre'] ?>
ID: = $emisor['identificacion'] ?>
= $emisor['ubicacion'] ?>
= $receptor['nombre'] ?>
ID: = $receptor['identificacion'] ?>
Descripción | Precio | Impuesto | Total |
---|---|---|---|
= $item['descripcion'] ?> | ₡= number_format($item['monto'], 2) ?> | = $item['impuesto'] ?>% | ₡= number_format($item['monto'] * (1 + $item['impuesto']/100), 2) ?> |
Subtotal: ₡= number_format($totales['subtotal'], 2) ?>
Impuestos: ₡= number_format($totales['impuestos'], 2) ?>
Total: ₡= number_format($totales['total'], 2) ?>
Clave: = $clave ?>