RUC: 20612345671
BOLETA DE VENTA
${o.order_number}
${new Date().toLocaleString('es-PE')}
Cliente: ${o.client_name}
${o.client_doc ? 'Doc: '+o.client_doc+'
':''}${o.client_address ? 'Dir: '+o.client_address+'
':''}
| ${it.products?.name||'—'} | ${it.quantity} ${it.unit_label||''} | ${it.price_type?.name||''} | ${it.unit_price ? 'S/' + it.unit_price : '—'} |
TOTAL: ${o.total ? 'S/ ' + parseFloat(o.total).toFixed(2) : '—'}
Gracias por su compra