-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Typo in EAN, how to handle ? #409
Comments
I implemented on |
Would you go as far as not allowing any prices for barcodes that don't validate the EAN rule ? It could be easily implemented. Or we could run checks afterwards and flag "wrong" products. By the way there is already a warning message in the frontend price addition form. But nothing in the mobile. I would tend to keep it on the user side, no ? |
Why not preventing price addition completely.
I agree, digit checksum is easy to compute, it can be done client-side. |
Just to be sure, is this check already done in Product Opener ? |
It's not!
That's a valid point, but is it possible to generate a barcode image that's recognized by barcode scanners and not valid with respect to the checksum? ping @teolemon |
@raphael0202 I had a real life case just yesterday , I squinted beyond reason to finally decipher |
Problem
Might be related to #182
I noticed/realized
3564700010546
was in fact3564700010846
it'd be nice if the prices could be connected to the correct EAN, maybe some kind of merging process.What would be/will be the process in such case ?
The text was updated successfully, but these errors were encountered: