${ticket.printTotal()} الاجمالي: شكرا لاختياركم لنا
#if ($company.canPrintName())
${company.getHtmlName()}
#end #if ($company.getHeader())
${company.getHtmlHeader()}
#end #if ($company.getVat())
الرقم الضريبي - ${company.getVat()}
#end
]]>
#if ($ticket.getCustomer())
العميل: ${ticket.getCustomer().printName()}
رقم ضريبي #: ${ticket.getCustomer().printTaxid()}
الدين الحالي: ${ticket.getCustomer().printCurDebt()}
#end
#if (${ticket.ticketType} == 0) #end #if (${ticket.ticketType} == 1) #end
رقم الفاتورة: ${posId}-${ticket.printId()}
مرتجع: ${ticket.printId()}:
تاريخ: ${ticket.printDate()}
البائع: ${ticket.printUser()}

#foreach ($ticketline in $ticket.getLines()) #if ($ticketline.productAttSetInstId) #end #end
المبلغ كمية سعر الصنف
${ticketline.printValue()} ${ticketline.printMultiply()} ${ticketline.printPrice()} ${ticketline.printName()}
${ticketline.productAttSetInstDesc}
#foreach ($paymentline in $ticket.payments) #if ($paymentline.name == "cash") #end #if ($paymentline.name == "cashrefund") #end #if ($paymentline.name == "magcard") #end #if ($paymentline.name == "magcardrefund") #end #if ($paymentline.name == "cheque") #end #if ($paymentline.name == "chequerefund") #end #if ($paymentline.name == "paperin") #end #if ($paymentline.name == "paperout") #end #if ($paymentline.name == "free") #end #if ($paymentline.name == "debt") #end #if ($paymentline.name == "bank") #end #end #if ($ticket.getDiscountRate() > 0.0) #end #if ($ticket.hasTaxesCalculated()) #foreach ($tax in $ticket.getTaxes()) #end #end
${paymentline.printChange()}الباقي: ${paymentline.printPaid()}نقد:
${paymentline.printTotal()}مرتجع:
${paymentline.getCardName()}بطاقة: ${paymentline.printTotal()}المبلغ:
${paymentline.getCardName()}مرتجع بطاقة: ${paymentline.printTotal()}المبلغ:
${paymentline.printTotal()}شيك:
${paymentline.printTotal()}مرتجع شيك:
${paymentline.printTotal()}قسيمة:
${paymentline.printTotal()}المبلغ: ملاحظة ارجاع
${paymentline.printTotal()}مجانا:
${paymentline.printTotal()}على الحساب:
${paymentline.printTotal()}بنك:
${ticket.printDiscount()}الخصم: (${ticket.printDiscountRate()}) ${ticket.printTotalWithoutDiscount()}اجمالي المبلغ:
${ticket.printSubTotal()}الاجمالي الفرعي:
${tax.printTax()}${tax.getTaxInfo().getName()}:
${ticket.printTotal()}الاجمالي:
]]>
#if ($company.getFooter()) ${company.getHtmlFooter()} #end
]]>