Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0] Scanning a generated barcode can sometimes set the quantity to 0 in POS. #621

Open
PlantBasedStudio opened this issue Jun 12, 2024 · 1 comment
Labels
bug stale PR/Issue without recent activity, it'll be soon closed automatically.

Comments

@PlantBasedStudio
Copy link

Module

barcode_generator_abstract ?

Describe the bug

When I scan products with a generated barcode, it sometimes happens that the product quantity is 0 at the time of scanning.
The problem is that the barcode is a sequence of 13 digits, just like non-generated barcodes, which can set the quantity to 1 when scanned.

Unfortunately, I can't open the error on the runboat because it doesn't want to install the point-of-sale module.

To Reproduce

Affected versions: 16

Steps to reproduce the behavior:

  1. Install barcode_generator_abstract & product
  2. create generated barcode
  3. Print the barcode & scan it in POS. Compare to a real barcode

Expected behavior
The quantity should be set to 1 by default

Copy link

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

No branches or pull requests

1 participant