V
V
Vlad_Sihnaievskyi2020-02-28 12:42:25
PHP
Vlad_Sihnaievskyi, 2020-02-28 12:42:25

How to use barcodes in CRM/ERP?

Good day to all. We write a CRM / ERP system with the guys in PHP (Laravel). There was a need to use barcodes.
The scenarios are approximately the following:

- generate a barcode in the product card (for those who do not have them) so that later you can print and stick barcodes on your products. Or, to quickly search for a product in the list, simply "peeped" and found it among several thousand other products.
- generate barcode for invoices/invoices. Then you can scan and also find the desired invoice among all invoices.
- loyalty program. Customers will receive cards and accumulate bonus points on them. Accordingly, I see two options:
1. generate a barcode for each client and print it on the card
2. Print cards with default stripes and assign this barcode to the client through the scanner.

I'm interested in practical advice from people with similar experience. What are some good barcode generators, subtleties or life hacks in this area with such a feature.
Thanks in advance for any information!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
L
Leonid, 2020-02-28
@caballero

https://github.com/picqer/php-barcode-generator is used in the zippy.com.ua accounting system . The accounting system, by the way, is open source on github.

I
Ilya, 2020-02-28
@New_Horizons

We use this thing to generate barcodes of goods tecnickcom/tcpdf

A
Ayrah, 2020-02-29
@Ayrah

Perhaps it will be useful: https://habr.com/ru/post/420585/

K
Konstantin, 2020-02-28
@fosihas

- generate a barcode in the product card (for those who do not have them) so that later you can print and stick barcodes on your products. Or, to quickly search for a product in the list, simply "peeped" and found it among several thousand other products.

Consider packaging if the product has them, each must have its own bar code.
It is also possible to set several bar codes for one Product. There was such a thing when "Good Juice" came from different factories with different barcodes, but the goods are identical.
- generate barcode for invoices/invoices. Then you can scan and also find the desired invoice among all invoices.

It’s easier to get attached to which internal Giud and bring it to the SC some kind of ean 128
- loyalty program.

both options are good. Here it is better to get a description of the program itself, which they want. And then decide what will be implemented. Lots of different programs.
It also depends on what industry you are writing for, each has its own little but peculiarity)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question