${ticket.printTotal()}الاجمالي: شكرا لاختياركم لنا
#if ($company.canPrintName()) #end #if ($company.getHeader()) #end #if ($company.getVat()) #end #if (${ticket.ticketType} == 0 || ${ticket.ticketType} == 4) #if ( ${ticket.ticketType} == 4 || $ticket.isDelivery()) #else #end #end #if (${ticket.ticketType} == 1) #end #if ($ticket.getCustomer()) #if ($ticket.isDelivery()) #else #end #end #if (${tickettext.place} != ${place}) #end
${company.getHtmlName()}
${company.getHtmlHeader()}
الرقم الضريبي - ${company.getVat()}
سفري
محلي
${ticket.printIdNum()}رقم الطلب:
${ticket.printId()}:مرتجع:
${ticket.printDate()}تاريخ:
${ticket.getCustomer().printName()}موظف التوصيل:
${ticket.getCustomer().printName()}العميل:
${ticket.getCustomer().printTaxid()}الحساب #:
${ticket.getCustomer().printCurDebt()}الدين الحالي:
${place}الطاولة:
${ticket.printUser()}البائع :
#foreach ($ticketline in $ticket.getLines()) #if ($ticketline.productAttSetInstId) #end #end
المبلغكميةسعرالصنف
${ticketline.printValue()} ${ticketline.printMultiply()} ${ticketline.printSubValue()} ${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()}الاجمالي:
${posId}-${ticket.printId()}رقم الفاتورة:
#if ($company.getFooter()) ${company.getHtmlFooter()} #end
]]>
#if ($printers && ${ticket.ticketType} == 0 || ${ticket.ticketType} == 4) #foreach ($printerKey in $printers.getDevicePrinterKeys()) #if ($printers.hasPrinter($printerKey, $ticket)) ${ticket.printIdNum()}رقم الطلب: #if ( ${ticket.ticketType} == 4 || $ticket.isDelivery()) سفري #else محلي #end #if ($ticket.isDelivery()) ${ticket.getCustomer().printName()}موظف التوصيل: #end #if ( $ticket.getDueDate() != 0) ${ticket.printDueDate()}حجز: #end #if (${tickettext.place} != ${place}) ${place}الطاولة: #end #foreach ($ticketline in $ticket.getLines()) #if ($printers.hasPrinter($printerKey, $ticketline)) #end #end
كميةالصنف
${ticketline.printMultiply()} ${ticketline.printName()} #if ($ticketline.productAttSetInstId)
${ticketline.productAttSetInstDesc} #end
]]>
#end #end #end