Question: Add Adjustment and POS Search

Add Adjustment and POS Search

Hi, Would like to ask your help regarding this. It seems weird for us. when searching example item code "bps-ss03" it will not automatically add the item hence it will show the suggestion

JB

Janwil Brayles

Asked
Hi,

Would like to ask your help regarding this.

It seems weird for us.

when searching example item code "bps-ss03"
it will not automatically add the item hence it will show the suggestion item, "bps-ss01", "bps-q01", "bps-k01"

check this screenshot
https://snipboard.io/Gv1IaO.jpg

it's kinda off, same with POS

Is there a settings regarding this? please help.

Thanks!
  • MS

    Mian Saleem

    Answered
    Hello,

    If you using - (dash) in your product codes, you will need to change your barcode separator to something other than - (dash) in system settings.

    Thank you
  • JB

    Janwil Brayles

    Answered
    I can't proceed in updating my system settings.

    It keeps saying this
    https://snipboard.io/fnOXyj.jpg
    Even all required fields are okay.
  • JB

    Janwil Brayles

    Answered
    Im not sure if it's a bug, double checked it. and all the fields are okay.
    even changing the - (dash) ONLY still says:
    "Please update the information below. The field labels marked with * are required input fields."
  • JB

    Janwil Brayles

    Answered
    This is what i observe.
    when clicking Update Settings. it will load and nothing happens.
    after load (see attached file) it will return to page
  • JB

    Janwil Brayles

    Answered
    Additional info, planning to change the settings in database but it seems I can't see it in settings.
    Checked the database but I cant find column for System Settings.. hmmmm
  • MS

    Mian Saleem

    Answered
    Hello,

    Is it fresh installed? Can you try to run the query below to

    ```sql
    ALTER TABLE `sma_settings` ADD `use_code_for_slug` TINYINT(1) NULL DEFAULT NULL;
    ```

    I hope this will fix the settings update issue.
  • JB

    Janwil Brayles

    Answered
    Hello, yes this is a fresh install. We just purchased and installed it the other day.
  • JB

    Janwil Brayles

    Answered
    thank you so much! it works.!

    currently we installed it on a test environment for testing.
    if ever we deploy it on our live domain, should I update again the database?
  • MS

    Mian Saleem

    Answered
    No. The database issue was fixed yesterday but as it was installed before fix that caused the issue. All new installations will have that column already. Thank you
  • JB

    Janwil Brayles

    Answered
    okay thank you so much.
    will download the updated installer then.

    Godbless!
  • Login to Reply