Question: Barcode and QR POS Print

Barcode and QR POS Print

Hi, Where can I change the Barcode and QR in POS printout. Would like to customized it and put our own QR code. Is there a way to make the barcode the reference No. of the transaction /

JB

Janwil Brayles

Asked
Hi,

Where can I change the Barcode and QR in POS printout.

Would like to customized it and put our own QR code.

Is there a way to make the barcode the reference No. of the transaction / sale?

Thanks.
  • MS

    Mian Saleem

    Answered
    Hello,

    The receipt view file is `themes/default/admin/views/pos/view.php`

    The barcode is already generated against the sale reference.

    Thank you
  • JB

    Janwil Brayles

    Answered
    is this correct?

    /* <?= $this->sma->qrcode('link', urlencode(admin_url('sales/view/' . $inv->id)), 2); ?> */

    added comment in view.php

    also, where can i hide the logo in receipt?
  • MS

    Mian Saleem

    Answered
    Yes, the logo is in the same file.
  • Login to Reply