Question: Delete Barcode and QR Code from invoices

Delete Barcode and QR Code from invoices

Hello, I don't need Barcode and QR Code on any invoices. So what to do? Best regards

MB

Mehdi boudhir

Asked
Hello,
I don't need Barcode and QR Code on any invoices. So what to do?
Best regards
  • MS

    Mian Saleem

    Answered
    Hello,

    There is no option from settings. You can add following to `assets/custom/custom.css`

    ```css
    .bcimg, .qrimg {
    display: none;
    }
    ```
  • MB

    Mehdi boudhir

    Answered
    Still coming
    I think that need to change this one:
    .order_barcodes img but not in assets/custom/custom.css
  • MS

    Mian Saleem

    Answered
    Yes, 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.
  • MB

    Mehdi boudhir

    Answered
    still coming Bro
    https://snipboard.io/Scbe90.jpg
  • MS

    Mian Saleem

    Answered
    Ah 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
  • MB

    Mehdi boudhir

    Answered
    "For now you can add the rules to the receipt file themes/default/admin/views/pos/view.php"

    How , please?
  • MB

    Mehdi boudhir

    Answered
    ok
    thank you
    I found it
  • M

    meshan

    Answered
    **[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
  • MS

    Mian Saleem

    Answered
    **[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.
  • M

    meshan

    Answered
    **[Mian Saleem](/u/saleem)** Thanks
  • Login to Reply