MB
Asked
Hello,
I don't need Barcode and QR Code on any invoices. So what to do?
Best regards
I don't need Barcode and QR Code on any invoices. So what to do?
Best regards
- MSAnsweredHello,
There is no option from settings. You can add following to `assets/custom/custom.css`
```css
.bcimg, .qrimg {
display: none;
}
``` - MBAnsweredStill coming
I think that need to change this one:
.order_barcodes img but not in assets/custom/custom.css - MSAnsweredYes, you can hide `.order_barcodes ` parent div too.
The above file is for SMA only so sales, quotations and purchases. You might need to add the above code to `assets/custom/pos.css` & `assets/custom/shop.css` to hide them in receipts and shop order views. - MBAnsweredstill coming Bro
https://snipboard.io/Scbe90.jpg - MSAnsweredAh receipt don't have the custom css file. I will add that in next update. For now you can add the rules to the receipt file `themes/default/admin/views/pos/view.php` Thank you
- MBAnswered"For now you can add the rules to the receipt file themes/default/admin/views/pos/view.php"
How , please? - MBAnsweredok
thank you
I found it - MAnswered**[Mian Saleem](/u/saleem)** Hi, Can you give this function in the settings. hope you will give it with future update. it will be very worth for everyone.
Thanks - MSAnswered**[meshan](/u/meshan97)** Hello, The setting and code is getting messy and need refactoring. That's the reason avoiding any additions till next major update.
- MAnswered**[Mian Saleem](/u/saleem)** Thanks
- Login to Reply