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