ticket con los datos del cliente
This commit is contained in:
10
index.js
10
index.js
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user