Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Conocimientos
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

How to typeset a GS1 barcode?

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
barcodequickstartGS1
4 Respuestas
11293 Vistas
Avatar
Luis Fernando Carrera Saenz (lfc)

I have a customer that is using barcodes with GS1 nomenclature. 

1
Avatar
Descartar
Avatar
Luis Fernando Carrera Saenz (lfc)
Autor Mejor respuesta

Each barcode is divided into one or more parts, each beginning with an "Application Identifier" (AI).

To access the list of AI's present in Odoo:


 - Install `stock_barcode`;

 - Enter debug mode;

 - Go to Inventory > Settings > Barcode Nomenclatures;

 - Select "GS1 nomenclature by default";

 - The AI's are in the list of rules (it is the first number of the pattern each time).


For example:

 - For a product, the AI is 01.

 - For a quantity expressed in kg, the AI goes from 3100 to 3105 (the last digit, going from 0 to 5, expresses how many numbers there are after the decimal point).


Some AI's require a barcode of a specific length, others are more flexible.

For AI 01 (product), exactly 14 numbers are expected to follow.

A Serial Number (AI 21) is expected to be followed by any number (maximum 20) of characters, including numbers, letters of the alphabet, and some special characters (!"%-/0-9:-? ).

As a GS1 barcode can be a sequence of different parts, each beginning with an AI, it is easy to tell when one ends and another begins when the length is fixed (as for 01), but less obvious when it is not. case, as with AI 21. In this case, if it is followed by another AI, it ends with a special character called FNC1 that serves as a separator.

By default, this is ASCII character number 29. The "FNC1 Separator" field, still in the BOM form view, allows you to modify it.

Unfortunately, since it's a special character, it will often be invisible because the element that's supposed to display it can't interpret it in the text (that's why the field appears empty).

In the browser console, it can be written like this: \x1D


A practical example to make it clearer...

Let's imagine that I have a product whose barcode is: 76543210

The AI for a product is 01 and is expected to be followed by 14 characters, all of which are numbers. Since the product's barcode is only 8 characters long, we add zeros (0) to the front so that it has the appropriate length.


So a GS1 barcode for this product would look like this: 0100000076543210


If we break it down it looks like this:

 - (01)(00000076543210)

    - 01: This is the Application Identifier that Odoo uses to know that it is a product;

    - 00000076543210: it is the barcode of the product (76543210) to which 6 zeros have been added (000000) so that it has 14 characters.


Now imagine this product is tracked by lot, the AI used to designate a lot is 10. If the lot in question is "lot-0042", the barcode will be: 0100000076543210(\x1D)10lot-0042


If we break it down, it gives this: (01)(00000076543210)(\x1D)(10)(lot-0042)


You don't need to separate AI 01 from AI 10 using FNC1 because you know exactly where the AI ends up. Conversely, if AI 10 predates AI 01, the barcode would look like this: 10lot-0042\x1D0100000076543210. The above only applies in case the GS1 barcode nomenclature has not been modified, however, in case of errors due to not using the FNC1 separator (\x1D) put it like the examples below.


If we break it down, it gives this: (10)(lot-0042)(\x1D)(01)(00000076543210)

                                   (AI)(LN)(FNC1)(AI)(Product)


If you want to add an amount (expressed in units), take the AI 30, followed by up to 8 numbers. For a quantity of 12 units, the different possible combinations are as follows:

 - 010000007654321010lot-0042\x1D3012

   Product + lot + quantity


 - 0100000076543210\x1D3012\x1D10lot-0042

   Product + Quantity + Lot


 - 10lot-0042\x1D3012\x1D0100000076543210

   Lot + quantity + product


 - 10lot-0042\x1D0100000076543210\x1D3012

   Lot + product + quantity


 - 3012\x1D10lot-0042\x1D0100000076543210


   Quantity + lot + product


 - 3012\x1D0100000076543210\x1D10lot-0042

   Quantity + product + lot


Note that for quantity, since Ai accepts up to 8 characters, 3012 equals 30012, 300012, ..., 3000000012


Typically, GS1 specifications require certain AIs to be associated with other AIs on the same barcode. Therefore, all AIs that start with 3 (those that express a quantity, a measure) are necessarily associated with an AI 01. In Odoo, it is quite possible to scan them separately.


In case you do not have a 2d barcode reader for GS1 codes, use your cell phone and make the movements from the Odoo mobile application.


Finally, when an AI necessarily expects a sequence of fixed-length numbers to follow (such as products, packages, and rentals), we can't invent any barcodes.

It must be valid as defined by the GS1 specifications, and to verify this, the last character in the string (called the "check digit") must be defined according to a small calculation. Instead of calculating it by hand, you can use the GS1 "Check Digit Calculator"

​


3
Avatar
Descartar
Pedro Teixeira

Hi, Odoo is compatible with the version ECC200 of GS1 2D datamatrix?
All this configuration that you mention doesn't work with pharma gs1 datamatrix

Anas Iqbal

Hi Pedro,

I am not sure what you mean by pharma gs1 datamatrix

If by pharma GS1 you mean the DataMatrix as described by GS1 website then it is working in Odoo

https://www.gs1.org/industries/healthcare/news/key-role-gs1-datamatrix-barcodes-product-identification-healthcare

Nina Lösch

Vielen Dank für Ihre E-Mail. Ab dem 09.01.2023 bin ich wieder erreichbar. Ihre E-Mail wird nicht automatisch weitergeleitet.

Unser Ticketsystem steht Ihnen jederzeit zur Verfügung. Es erfolgt eine direkte Benachrichtigung an den zuständigen Ansprechpartner.

 

 

Thank you for your email. You can reach me again on 2023-01-09. Your email is not forwarded automatically.

Our ticket system is available at any time. A direct notification will be sent to the appropriate contact person.

 

 

Freundliche Grüße / Kind regards

 

Nina Lösch
Finance Specialist | Backoffice

Mobil: +49 160 956 12346

E-Mail: nina.loesch@flexicode.net

 

FLEXiCODE GmbH

Kurgartenstraße 37, 90762 Fürth

www.flexicode.net 

https://www.flexicode.net/

 

 

N  i

n

Gesellschaft: FLEXiCODE GmbH; Mühlau 2, 94577 Winzer; Sitz: Winzer

Registergericht: Amtsgericht Deggendorf, HRB 4816; Geschäftsführung: Carolin Scheifl, Lorenz Wiederer

Besuchen Sie uns auf LinkedIn oder Instagram

 


Confidentiality notice and disclaimer

The content of this email is confidential and intended for the recipient specified in message only. It is strictly forbidden to share any part of this message with any third party, without a written consent of the sender. If you received this message by mistake, please reply to this message and follow with its deletion, so that we can ensure such a mistake does not occur in the future. FLEXiCODE GmbH puts the security of the client at a high priority. Therefore, we have put efforts into ensuring that the message is error and virus-free. Unfortunately, full security of the email cannot be ensured as, despite our efforts, the data included in emails could be infected, intercepted, or corrupted. Therefore, the recipient should check the email for threats with proper software, as the sender does not accept liability for any damage inflicted by viewing the content of this email.

Unsere Hinweise zum Datenschutz finden Sie hier: Datenschutzerklärung
Näheres zur Informationspflicht nach Artikel 13 DSGVO und zu unserer Verarbeitung Ihrer personenbezogenen Daten erfahren Sie hier.

Avatar
Lars Aam
Mejor respuesta

I like to add one information:

To use GTIN (Global trade Identification number - AI = 01) you must register as a supplier. There is an annual fee.  The beginning of the GTIN number must always identify the vendor (supplier /manufacturer). 

The same is for the SSCC number (Serial Shipping Containr Code).

You get your number at the national organizastion of GS1.    You can find yours here: https://www.gs1.org/standards/get-barcodes

0
Avatar
Descartar
Avatar
Egon Raamat
Mejor respuesta

Can odoo print GS1 labels and GS1 datamatrix labels?

0
Avatar
Descartar
Avatar
Anas Iqbal
Mejor respuesta

How can I configure Odoo to read Pharma Gs1 datamatrix?

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
How to generate barcode and QR codes from Google sheet (GS1 compatible) ? Resuelto
inventory barcode quickstart GS1
Avatar
1
ene 25
3418
GS1 Barcode Creation for product variants
barcode GS1
Avatar
0
mar 25
1238
How to set up Gs1-128 barcode
barcode GS1
Avatar
0
jun 22
3378
Is Odoo 16 able to generate GS1 barcodes? Resuelto
barcode GS1 v16
Avatar
Avatar
Avatar
3
sept 25
4398
How to get what is shown in the odoo 16 demo? GS1 Code
barcode odoo GS1 odoo16features
Avatar
0
jul 23
2491
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

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