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 · 0 comments
Labels

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant