Tuesday, 21 October 2014

Support A4 Size Receipt

Now our Retail Version POS can support A4 Size receipt Printing.

How to do?

1. Install A4 Size printer driver on the POS machine.
2. Open SimplePOS.ini file,
    Under [FrontendDefault],
    1) Set ReceiptA4Print to 1 (this setting is for All receipt, if you only want to print Deposit to A4 printer, set this to 0, and Under [Deposit], set A4Print=1)
    2) Set A4PrinterName and A4ReceiptRptName
3. Copy the crystal report for A4 size receipt to Reports folder.
Remark:
So far, we got two customer need print A4 size, but their formats are different. So, I create another crystral report for the current new customer.

What you need do is put the crystal report file name to INI file, like the setting 2 –> 2) above.

And from the picture below, you can know where the data is from on the receipt.
Company Name, Line1, Line2, Line3, and Line4 from "Company" table. Line3 combines Phone and Fax field,Line4 is Remark field.
AcctNo, CustName, Phone1, Phone2,, and Remark from CustMast Table.
ConditionLine1, ConditionLine2, ConditionLine3, ConditionLine4 is from [Parameter] table, Paracode is A4C1, A4C2, A4C3, A4C4

How to Re-print A4 Size Recept?

If customer wants to reprint the receipt, there is a folder named "Receipts" under application folder, all the A4 size receipts are stored there as PDF file format, the file name is the receipt number. so, you can easily find it and print it.

No comments:

Post a Comment