Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
15796 Lượt xem

Does anybody know which format will suite strings such as "SO012-1-1/2". I heard that code128 barcode format is good. But, there are some problems when the scanner scans the barcodes such as "SO012-1-11/12". Scanner does not detect this barcode at all.

The last two numbers are in 2 digits. Let me know if I have any other better formats that have not restriction beyond some limit.

Thanks

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hello !

Actually, OpenERP only supports EAN13 for barcode.
If you want to support other barcode, then you have to remove this restriction by some customization in existing code.

Thanks,
www.acespritech.com

Ảnh đại diện
Huỷ bỏ

There are also scanner guns that convert the barcode you have on your products to EAN13 in order to retrieve the correct product in OpenERP. If you have such scanners, it is actually much easier to configure them than to do custom developments in OpenERP.

Câu trả lời hay nhất

Code 128 is supported.

Modify the report ...

<barCode 
    code="code128" fontName="Times-Roman" fontSize="50" 
    alignment="CENTER"> [[ o.name or '' ]]     
</barCode>

. . . in the RML of a Sales Order to print the SO number as a code128 barcode.

code is one of these:

[ I2of5 | Code128 | Standard93 | Extended93 | Standard39 | Extended39 | MSI | Codabar | Code11 | FIM | POSTNET | USPS_4State ]

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

try this http://www.keepautomation.com/online_barcode_generator/code_128/ (barcode 128 barcode)

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 5 24
1023
0
thg 2 25
1324
0
thg 12 24
46
0
thg 12 24
1192
1
thg 10 24
2497