In openerp6.1 we can generate barcode for each product using tr_barcode module. But i dont know any module is available for openerp7.0? I want to generate ean13 barcode for each product.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
You can edit the RML of the report you want the barcode on:
You can add a line like:
<barCode
code="code128" fontName="Times-Roman" fontSize="50"
alignment="CENTER"> [[ o.ean13 or '' ]]
</barCode>
. . . in the RML of to print the barcode of a product.
code is one of these:
[ I2of5 | Code128 | Standard93 | Extended93 | Standard39 | Extended39 | MSI | Codabar | Code11 | FIM | POSTNET | USPS_4State ]
Ray: and what about WebKit HTML reports?
I don't use WebKIT! - Want to teach me :)
hi, i know a resource about ean13 barcode ,for i 've generated http://www.keepautomation.com/rdlc_barcode//barcodes/ean_13.html (ean13 barcode in RDLC report), actually,it also supports other platforms like .net ,asp.net, vb.net,C#,java etc. here's the http://www.keepautomation.com/online_barcode_generator/ean_13/ (ean13 barcode generator free online)
sfs
<a href="<http://www.keepdynamic.com/dotnet-barcode/barcode/ean-13.shtm">barcode ean 13 generator source code vb.net</a>
http://www.keepdynamic.com/dotnet-barcode/barcode/ean-13.shtml
[url=http://www.keepdynamic.com/dotnet-barcode/barcode/ean-13.shtml]barcode[/url]
[url]http://www.keepdynamic.com/dotnet-barcode/barcode/ean-13.shtml[/url]
I got full idea for how to generate qr code in c#.net from BarcodeLib.com.
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
2
thg 2 24
|
28553 | ||
Security (6,0) and (4) in openerp
Đã xử lý
|
|
3
thg 6 23
|
55447 | |
|
0
thg 7 22
|
3035 | ||
|
0
thg 10 17
|
3578 | ||
Sales Journal Setup on openerp 7
Đã xử lý
|
|
1
thg 4 17
|
2984 |
https://code.launchpad.net/~serpentcs/server-env-tools/label check this module functionality.May it will help you.