Print Arabic product names on the receipts

Table of Contents

This document will guide you on how to print Arabic names on the receipt for the products billed.


Procedure: #

1. First set the product properties for each product to enable Arabic fonts on the products’ labels. Watch the video below to learn how to set the product properties and Label Fonts:

Setting Up the Product properties and Product Label Fonts

2. After you have set up the product properties to enable the Arabic fonts, proceed with the next steps to enable the Arabic products on the receipt.

3. Administration Menu > Maintenance > Resources

4. Under Resources click on “Printer.Ticket” from the left side list

5. Search for the below script line

*${ticketline.printName()}           

and replace it with 

$ticketline.getProperty("arabic")

(Refer below Image for the exact place where you need replace the commands)

6. Once after replacing the commands press the Save button and restart the system.

0 Comments

Leave a Reply

Arrow-up