Recalling a transaction with barcode

  • Hello,

    would it be possible to recall a transaction by scanning a barcode? It could simplify a lot the proccessing procedure of layaways.

    Thank you.

    You can print barcode on the receipt by checking the checkbox “Print Bar Code on Receipt” in General Settings. When you use F3 Recall transaction, you can scan the barcode into transaction# box.

    Well I am not using receipts at the moment. Would it possible this barcode to print it in a custom form. Is there a special database field that will allow me to print it in a label?

    You can add one of the following lines to special database field of the barcode in the label designer. Please use Code39 or Code128, don’t use UPC or EAN.

    TransactionNumber

    convert(varchar,storeid)+'-'+convert(varchar,transactionnumber)

You must be logged in to reply to this topic.