Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

How to use Barcode without EAN13?

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
barcodescannerposbarcodeean13
4 Odpowiedzi
24402 Widoki
Awatar
Manumission

We want to print internal Product Barcodes because we do not need EAN Numbers for our Products. But it's not working when i put it into the Products "Internal Reference" Field. (example code: BX06WO01)

When i enter this number into the Product/"Internal Reference" Field and "Print Product Label" our Barcode Scanner can not read the printed code, generated from Open ERP.

Is it possible to export and scan a code like BX06WO01 or do we have to buy EAN13 Barcodes?

thanks. Michi

2
Awatar
Odrzuć
Awatar
Ray Carnes
Najlepsza odpowiedź

Do you mean you need this printed in a PDF?

You can add a line like:

<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.

code is one of these:

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

6
Awatar
Odrzuć
Anas Taji

Great tip Ray, but I have small question, is it possible to store barcodes with these incodings (e.g save the barcode '15649' instead of ean13 '5901234123457' in the product form view)? if yes, what should I do?

Ray Carnes

The EAN13 field has validation, so if you want to store something else you will need another field. If you add your own field (either via the UI or via a module) you can store a numeric value. The example I gave generates a barcode from a series of values like SO002. If you want more help, please ask a new question, rather than expand this one.,

Awatar
Mohammad Alhashash
Najlepsza odpowiedź

Any barcode other than EAN13 is not currently supported in the official OpenERP v7 Point Of Sale.

The keyboard listener collects 13 digits which is then validated as ean13 by the check digit.

To support other barcode types, you need to modify the barcode capturing methods in addons/point_of_sale/static/src/js/devices.js in the web module.

BTW, you do not need to "buy" EAN13 barcodes to use it. For internal uses, you can use any "Restricted distribution" prefix listed in the EAN13 Prefix List. Just do not use any prefix from (21, 22, 23, 041, 042); these are used by OpenERP POS as described in this answer. For example, you can use codes like 277XXXXXXXXXC where Xs are any digits and C is the calculated check digit.

5
Awatar
Odrzuć
Manumission
Autor

thanks, this is helping.

Manumission
Autor

but the question was, how to print the code without EAN13 including a combination of digits and letters.

Fritz Schlechter

Now i'm getting somewhere, can you possibly explain how to get my scanner or other devices to connect to proxy and proxy to connect to server. I now know i need a proxy to communicate, but where is it. How do i activate / install / configure it to work between client and server.

Awatar
Manumission
Autor Najlepsza odpowiedź

I tested to scan our code with CODE 128 Instead of EAN13. Code 128 supports also letters and it works well with our hand scanner!

So, is there a way to tell open erp to print CODE 128 from product view, instead EAN13?

thanks

0
Awatar
Odrzuć
Mohammad Alhashash

I thought you were asking about POS barcode support. You do not need any special support to fill a form using any barcode as the scanner just acts as a keyboard. In that sense, Windows Notepad support anybarcode in the world.

If you plan to use the POS, only EAN13 is supported.

Awatar
Acespritech Solutions Private Limited
Najlepsza odpowiedź

There are some code in PY, Javascript in Point of Sale in device.js
We have created a web addon for this feature.

Contact: info@acespritech.com,
Skype: acespritech

-6
Awatar
Odrzuć
Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
Show barcode on POS when scans a product
barcodescanner pos barcode
Awatar
0
wrz 22
2324
Disable EAN13 Validation at the POS frontend
pos barcode ean13
Awatar
Awatar
Awatar
Awatar
3
mar 15
8232
Barre Code 22244208 problem (refers to discount not to any product) Rozwiązane
barcodescanner pos discount barcode
Awatar
Awatar
2
sie 17
4290
Barcode Scanner works only partially with POS Rozwiązane
barcodescanner pos barcode barcodereader
Awatar
Awatar
2
lip 15
10553
Scan product barcode and autofill some fields ?
barcodescanner stock_picking barcode ean13
Awatar
0
sty 25
5181
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now