Use barcode QR code as a customer card?
Hey,
Is there any way to create a customer record that includes a barcode?
When you scan the code you will get data like name surname address
Hey,
Is there any way to create a customer record that includes a barcode?
When you scan the code you will get data like name surname address
So, I wanted to code a framework and then bundle the files into a frameworkname.js file with my tool. But I have no idea how to structure it. If you work with modules, do you then start the individual libraries in a main.js file? I've asked a similar question before, but it was about something…
Hello everyone, Can someone explain to me why the list is 8 long?
Hello, I'm in 10th grade at a high school and I have to create a website using HTML, PHP, and a database. But I don't have a suitable topic yet. Can anyone suggest some topics?
Hello, I have a Cisco Aironet LAP1142N-E-K9. I didn't want to connect to it on my laptop using Putty via serial. However, that only brings up the code field and I can't do anything. Can anyone help me with this? Unfortunately, I can't really find anything about it on the internet. If pictures are needed,…
Hello, in the game Valorant, you can talk to your teammates via voice chat. However, it's only possible with Push To Talk. Since it's annoying to keep pressing the button and I often forget, I'd like to have the option to leave my mic on, since I can easily mute/unmute my mic anyway. Is there…
Good morning, First of all, I'm not a web developer, so I don't know much about this. If I don't have a web server, is it possible for me to use my navbar dynamically so that it shows me which page I am currently on? I'm currently building the navbar in a separate HTML file…
Either you try to write the data directly on the card into a QR code (can be generated directly online) or you write a system with e.g. SvelteKit, in which the customers incl. CustomerID will be stored and print on the card later the ID as a bar or QR code.
Sure, I can.
Either by writing the data directly into the code (may be too large for some codecs) or by applying a database with name, first name, address and ID and then writing this ID into the bar code.
Normally, you want to save the data centrally to make counterfeiting more difficult.
Jupp, that’s true – I’d always do it.
It just seemed to me that the questioner had the intention to print the data directly into the barcode, which is also possible. If you’d be stupid to lose the card, then everyone gets his address.
Sure, just do it. What are you trying to prevent?
I want to know how this is going