Question: Barcode Remove On Invoices

Barcode Remove On Invoices

How to remove barcode & QR code from invoices?

MK

Mohamed Ishraque Kalideen

Asked

How to remove barcode & QR code from invoices?

  • MS

    Mian Saleem

    Answered

    Hello,

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

    .bcimg, .qrimg {
      display: none;
    }
    

    The above file is for SMA only for 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.

    Thank you

  • MK

    Mohamed Ishraque Kalideen

    Answered

    Removed, thanks

  • MK

    Mohamed Ishraque Kalideen

    Answered

    How to increase number of list on drop down at “Search product by name” in “POS module”

  • MS

    Mian Saleem

    Answered

    Hello,

    You can modify the limit for method getProductNames in app/models/admin/Sales_model.php for sales and same method name in app/models/admin/Purchases_model.php

    Thank you

  • MK

    Mohamed Ishraque Kalideen

    Answered

    thanks updated

  • MK

    Mohamed Ishraque Kalideen

    Answered

    How to change the invoice paper size to A4 paper size?

  • MK

    Mohamed Ishraque Kalideen

    Answered

    Mian Saleem I have updated getProductNames into 20 but 11 products listed on sales model. can’t i scroll down other using mouse?

  • MS

    Mian Saleem

    Answered

    Hello,

    Please hire developer to help you modify the item as you need.

    Thank you

  • Login to Reply