Disable Barcode And Qrcode

0

Can i disable the bardoce/qr code when printing invoice in POS mode ?

Question Resolved For: Stock Manager Advance with All Modules 0 Votes 7 Answers 462 Views
Asked by Einnlleinhatt Ha 2 years ago

0

Answered by Mian Saleem 2 years ago

Hello,

You can add the following rules to your header view file themes/default/admin/views/header.php

<style>
  .bcimg { display: none; } /* to hide barcode image */
  .qrimg { display: none; } /* to hide qrcode image */
</style>

Thank you

0

Answered by Einnlleinhatt Ha 2 years ago

Mian Saleem Does it matter where i put the code ?

0

Answered by Einnlleinhatt Ha 2 years ago

When the invoice is printed, it still show the qr and barcode image.

0

Answered by Mian Saleem 2 years ago

Hello,

I think, No. But you should add it before clsoing the head tag </head>

Thank you

0

Answered by Mian Saleem 2 years ago

Hello,

If you have added the code, it should not show the barcde and qrcode images. Please double check.

Thank you

0

Answered by Einnlleinhatt Ha 2 years ago

Mian Saleem That will make it not showing anywhere right ? Or can i just make it for not to show when printing the recipt at POS mode.

0

Answered by Mian Saleem 2 years ago

Hello,

Yes, that will not print it from all pages.

If you need it from receipt only then you only apply those to #receiptData like

<style>
  #receiptData .bcimg { display: none; } /* to hide barcode image */
  #receiptData .qrimg { display: none; } /* to hide qrcode image */
</style>

Thank you

We use Cookies

We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.