-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Error on the number generated #222
Comments
The last digit might be the verification digit.
|
As a minimum to understand the issue I need:
|
EAN13 has 13 digits, of which the last is the checksum digit. You're providing the wrong checksum, so python-barcode is replacing it with the correct digit. The |
I think https://github.com/WhyNotHugo/python-barcode/pull/98/files is the solution |
See: #43 |
@WhyNotHugo Thank you I will try this solution, and I will give my feedback |
Please merge this pull request #224 for me to try |
I tried it and it works very well. |
this generates a bar code but the bar code scanner does not work |
the number generated and the bar code is different from the one I provided to the function. I use the EAN13 standard
there are differences in last number
The text was updated successfully, but these errors were encountered: