ticket para pos IPTV

. --> Total. ${ticket.printTotal()} Gracias. Printer.Ticket.Logo Plaza Alianza 2 1ocal 101 Carr. Miguel Alem

Views 166 Downloads 17 File size 15KB

Report DMCA / Copyright

DOWNLOAD FILE

Recommend stories

Citation preview

. -->

Total. ${ticket.printTotal()}

Gracias.

Printer.Ticket.Logo

Plaza Alianza 2 1ocal 101

Carr. Miguel Alemán Km. 14.2 Apodaca, N.L.

TEL: 1334-0368

#if (${ticket.ticketType} == 0) #if (${ticket.imprimeFolio()} == "true")

Folio: ${ticket.getFolio()}

#end

Recibo: ${ticket.printId()}

#end #if (${ticket.ticketType} == 1)

Devolucion: ${ticket.printId()}

#end

Fecha y hora: ${ticket.printDate()}

#if ($ticket.getCustomer())

Cliente: ${ticket.getCustomer().printName()}

${ticket.getCustomer().printTaxid()}

#end #if ($place != "")

Mesa: ${place}

#end

Producto Precio

Valor

------------------------------------------

#foreach ($ticketline in $ticket.getLines())

#if ($ticketline.isProductCom()) *${ticketline.printName()} #else ${ticketline.printName()} #end ${ticketline.printPrice()} x${ticketline.printMultiply()} ${ticketline.printSubValue()}

#if ($ticketline.productAttSetInstId)

${ticketline.productAttSetIn stDesc}

#end #end

------------------------------------------

Numero de articulos: ${ticket.printArticlesCount()}

#foreach ($taxinfo in $taxes) #set( $taxline = $ticket.getTaxLine($taxinfo))

${taxline.getTaxInfo()} ${taxline.printSubTotal()} ${taxline.printTax()}

#end

Subtotal. ${ticket.printSubTotal()}

Impuestos. ${ticket.printTax()}

Total. ${ticket.printTotal()}< /text>

#foreach ($paymentline in $ticket.payments) #if ($paymentline.name == "cash")

Dinero

Entregado: ${paymentline.printPaid()}

Cambio: ${paymentline.printChange()}

#end #if ($paymentline.name == "cashrefund")

Refund

${paymentline.printTotal()}

#end #if ($paymentline.name == "magcard")

Mag card

${paymentline.printTotal()}

Number: ${paymentline.printCardNumber()}

Expiration date: ${paymentline.printExpirationDate()}

Operation: ${paymentline.printTransactionID()}

Authorization: ${paymentline.printAuthorization()}

#end #if ($paymentline.name == "magcardrefund")

Mag card refund

${paymentline.printTotal()}

#end #if ($paymentline.name == "cheque")

Cheque

${paymentline.printTotal()}

#end #if ($paymentline.name == "chequerefund")

Cheque refund

${paymentline.printTotal()}

#end #if ($paymentline.name == "paperin")

Note

${paymentline.printTotal()}

#end #if ($paymentline.name == "paperout")

Note Refund

${paymentline.printTotal()}

#end #if ($paymentline.name == "free")

Free

${paymentline.printTotal()}

#end #if ($paymentline.name == "debt")

Debt

${paymentline.printTotal()}

#end #end

Cajero: ${ticket.printUser()}

Gracias por su visita.

#foreach ($paymentline in $ticket.payments) #if ($paymentline.name == "cash")

#end #if ($paymentline.name == "cashrefund")

#end #end