ticket con los datos del cliente

This commit is contained in:
martin
2026-03-16 23:50:08 -03:00
parent 63e3883984
commit ed58da67ef

View File

@@ -421,13 +421,13 @@ async function ticketPedido(
ticket += printDoubleLine(); ticket += printDoubleLine();
ticket += printProducts(JSON.parse(productos)); //ticket += printProducts(JSON.parse(productos));
ticket += line(); //ticket += line();
// Total // Total
ticket += boldOn(); //ticket += boldOn();
ticket += textDoubleHeight() + printBetween("Total: ", `$${total}`) + textNormal() + line(3); //ticket += textDoubleHeight() + printBetween("Total: ", `$${total}`) + textNormal() + line(3);
ticket += boldOff(); //ticket += boldOff();
// Corte // Corte
ticket += cut(); ticket += cut();