JB
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.
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.
Attachments
- MSAnsweredHello,
The receipt view file is `themes/default/admin/views/pos/view.php`
The barcode is already generated against the sale reference.
Thank you - JBAnsweredis 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? - MSAnsweredYes, the logo is in the same file.
- Login to Reply