Tickets Configuracion
Tickets Configuracion
Tickets Configuracion
>
<!--
http://sourceforge.net/projects/unicentaopos
You should have received a copy of the GNU General Public License
-->
<output>
<display>
</display>
<ticket>
<image>Printer.Ticket.Logo</image>
<line></line>
<line></line>
#if (${ticket.ticketType} == 0)
#end
#if (${ticket.ticketType} == 1)
#end
#if ($ticket.getCustomer())
#end
#end
<line></line>
#if ($ticketline.isProductCom())
#else
#end
</line>
#if ($ticketline.productAttSetInstId)
#end
#end
<line></line>
<line><text bold="true">Dinero</text></line>
#end
<line><text bold="true">Refund</text></line>
#if ($paymentline.chipAndPin)
<line size="1"><text>${paymentline.getCardName()}</text></line>
<line><text>${paymentline.printCardNumber()}</text></line>
<line></line>
<line><text>Tranx ID : </text><text>${paymentline.printTransactionID()}</text></line>
<line><text>Verified By : </text><text>${paymentline.printVerification()}</text></line>
#end
#if (!$paymentline.chipAndPin)
<line size="1"><text>${paymentline.getCardName()}</text></line>
<line><text>${paymentline.printCardNumber()}</text></line>
<line></line>
<line><text>Merchant : </text><text>**123456</text></line>
<line><text>Tranx ID : </text><text>${paymentline.printTransactionID()}</text></line>
<line></line>
#end
#end
<line size="1"><text>${paymentline.getCardName()}</text></line>
<line><text>${paymentline.printCardNumber()}</text></line>
<line></line>
<line><text>Tranx ID : </text><text>${paymentline.printTransactionID()}</text></line>
<line></line>
#end
<line></line>
<line><text bold="true">Cheque</text></line>
#end
<line></line>
#end
<line></line>
<line><text bold="true">Note</text></line>
#end
<line></line>
<line></line>
<line><text bold="true">Free</text></line>
#end
<line></line>
<line></line>
#end
#end
<line></line>
<line><text align ="left" bold="true" length="16">Total con Iva:</text><text align ="right" length="26">$
{ticket.printSubTotal()}</text></line>
<line></line>
<line>
</line>
#end
<line></line>
</ticket>
<opendrawer/>
#end
<opendrawer/>
#end
#end
</output>