-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Dealing with cards where the ID is not the same as the actual barcode #90
Comments
Thanks for picking up the loyalty-card-locker and moving it forward. Fwiw I would love to see such feature and starting simple - a way to add/show "Custom ID". Say perhaps an extra field when editing and an icon/indicator when being shown. I'm slightly worried about building a database of companies and quirks. Both about scalability and being inflexible for less techy users. Ones that cannot submit a bugreport/MR - yet can press "custom ID" and write in in their app. |
Especially given #90's complexity, my plan is now as follows:
|
In the Sequence for reproducing
I don't understand why the application thinks that the barcode is generated based on the "Card ID" field value and not the "Barcode value" as it seems obvious. Perhaps the input field labels in the interface are mixed up? |
What you're talking about is already tracked in #1453. (Also please don't comment on old closed issues, your comments will get lost in the void as the issue is considered solved already and I don't keep track of new comments in closed issues) |
Some cards will show a different ID than what is the actual barcode. Which means that manually adding the card instead of scanning won't work for these companies.
For example, German company Engelhorn:
To test this, I created a new Engelhorn card in Stocard:
Customer ID 123456 -> ITF barcode 7431234561
Customer ID 767946 -> ITF barcode 7437679465
We need some way to deal with this, probably together with #89?
The text was updated successfully, but these errors were encountered: