Pular para o conteúdo
Odoo Menu
  • Entrar
  • Experimente grátis
  • Aplicativos
    Finanças
    • Financeiro
    • Faturamento
    • Despesas
    • Planilhas (BI)
    • Documentos
    • Assinar Documentos
    Vendas
    • CRM
    • Vendas
    • PDV Loja
    • PDV Restaurantes
    • Assinaturas
    • Locação
    Websites
    • Criador de Sites
    • e-Commerce
    • Blog
    • Fórum
    • Chat ao Vivo
    • e-Learning
    Cadeia de mantimentos
    • Inventário
    • Fabricação
    • PLM - Ciclo de Vida do Produto
    • Compras
    • Manutenção
    • Qualidade
    Recursos Humanos
    • Funcionários
    • Recrutamento
    • Folgas
    • Avaliações
    • Indicações
    • Frota
    Marketing
    • Redes Sociais
    • Marketing por E-mail
    • Marketing por SMS
    • Eventos
    • Automação de Marketing
    • Pesquisas
    Serviços
    • Projeto
    • Planilhas de Horas
    • Serviço de Campo
    • Central de Ajuda
    • Planejamento
    • Compromissos
    Produtividade
    • Mensagens
    • Aprovações
    • Internet das Coisas
    • VoIP
    • Conhecimento
    • WhatsApp
    Aplicativos de terceiros Odoo Studio Plataforma Odoo Cloud
  • Setores
    Varejo
    • Loja de livros
    • Loja de roupas
    • Loja de móveis
    • Mercearia
    • Loja de ferramentas
    • Loja de brinquedos
    Comida e hospitalidade
    • Bar e Pub
    • Restaurante
    • Fast Food
    • Hospedagem
    • Distribuidor de bebidas
    • Hotel
    Imóveis
    • Imobiliária
    • Escritório de arquitetura
    • Construção
    • Administração de propriedades
    • Jardinagem
    • Associação de proprietários de imóveis
    Consultoria
    • Escritório de Contabilidade
    • Parceiro Odoo
    • Agência de marketing
    • Escritório de advocacia
    • Aquisição de talentos
    • Auditoria e Certificação
    Fabricação
    • Têxtil
    • Metal
    • Móveis
    • Alimentação
    • Cervejaria
    • Presentes corporativos
    Saúde e Boa forma
    • Clube esportivo
    • Loja de óculos
    • Academia
    • Profissionais de bem-estar
    • Farmácia
    • Salão de cabeleireiro
    Comércio
    • Handyman
    • Hardware e Suporte de TI
    • Sistemas de energia solar
    • Sapataria
    • Serviços de limpeza
    • Serviços de climatização
    Outros
    • Organização sem fins lucrativos
    • Agência Ambiental
    • Aluguel de outdoors
    • Fotografia
    • Aluguel de bicicletas
    • Revendedor de software
    Navegar por todos os setores
  • Comunidade
    Aprenda
    • Tutoriais
    • Documentação
    • Certificações
    • Treinamento
    • Blog
    • Podcast
    Empodere a Educação
    • Programa de educação
    • Scale Up! Jogo de Negócios
    • Visite a Odoo
    Obtenha o Software
    • Baixar
    • Comparar edições
    • Releases
    Colaborar
    • Github
    • Fórum
    • Eventos
    • Traduções
    • Torne-se um parceiro
    • Serviços para parceiros
    • Cadastre seu escritório contábil
    Obtenha os serviços
    • Encontre um parceiro
    • Encontre um Contador
    • Conheça um consultor
    • Serviços de Implementação
    • Referências de Clientes
    • Suporte
    • Upgrades
    Github YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Faça uma demonstração
  • Preços
  • Ajuda

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

  • CRM
  • e-Commerce
  • Financeiro
  • Inventário
  • PoS
  • Projeto
  • MRP
All apps
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
Ajuda

✅ [SOLVED] Let's break down the anatomy of a PoS ticket in Odoo 17 and 18 (order number and ticket number)

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
Quickstart
2 Respostas
4589 Visualizações
Avatar
Alfonso Martínez Pérez (ramp)








​ ​ ​ ​ ​ ​The Order Number: 

Odoo 18: Indicates the number of consecutive sales done without closing the register. If multiple sales are processed in a single day in an unique PoS if session is closed or as well without closing the register, the order numbers will range from 001 to 999, restarting at 001 after reaching 999.


Odoo 17: This logic for order numbers in Odoo is based on identifying distinct sessions and grouping sales within those sessions. Here's a breakdown:


Session-Based Order Numbers:

    • The first digit(s) (1XX, 2XX, 3XX, etc.) is based on the last number of the session you are currently working at. For example:
      • If you are working on session 4; the order number starts with 4XX
      • If you are working on session 137; the order number starts with 7XX


Repeat of Third Position:

    • If the third digit repeats (for example, 103 appearing twice), it indicates that the user did not log out after a sale, but instead accessed the backend and then returned to continue the sale. The order number 103 appears again, but both receipts are still separate, each with its own journal entries.

Sequential Sales Without Logging Out:

    • If multiple sales are made in one session without logging out, the order number increments sequentially; for example, if you are in session 1, it will go from 001 to 099. After reaching 099, the sequence resets to 001.


​ ​ ​ ​ ​ ​The Receipt Number:

Odoo 18:

Format: YYLL-SSS-FOOOO            

* YY is the year            

* LL is the login number (proxy to the device)            

* SSS is the session id            

* F is 1 or 0 (1 if sequence number is generated from client)            

* OOOO is the sequence number.    


Odoo 17: Let's follow this example: 00002-002-0001. The first numbers before the hyphen (00002) indicate the session count in the history since you started using the Odoo point of sale, meaning you have only opened 2 sessions in that POS. The three numbers within the two hyphens (002) indicate how many times you have exited to the backend (the general Odoo menu) without closing the session at the POS. The last numbers after the hyphen (0001) indicate the consecutive sales made

4
Avatar
Cancelar
Avatar
quintanbarnes
Melhor resposta

great

1
Avatar
Cancelar
Avatar
caleb ignatius
Melhor resposta

Hi Alfonso,
Is there any way to bring back the "Qty x @price/units" info in v18.1 ? 

0
Avatar
Cancelar
Alfonso Martínez Pérez (ramp)
Autor

Hi Caleb, I suggest you create a support ticket with this feedback. BR.

Está gostando da discussão? Não fique apenas lendo, participe!

Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!

Inscreva-se
Publicações relacionadas Respostas Visualizações Atividade
How to keep filters when changing category on the website in Odoo 16 Resolvido
Quickstart
Avatar
1
jul. 24
3723
Can I print the session sales report in ticket format from the PoS? Resolvido
Quickstart
Avatar
1
abr. 24
2261
Nombre de producto del cliente [V15][V16] Resolvido
Quickstart
Avatar
1
jul. 23
3035
How to publish a pdf within a link on the Odoo website in Odoo 15 and 16 Resolvido
Quickstart
Avatar
1
jul. 23
9112
How to translate a specific view in Odoo 16?
Quickstart
Avatar
Avatar
1
abr. 25
6756
Comunidade
  • Tutoriais
  • Documentação
  • Fórum
Open Source
  • Baixar
  • Github
  • Runbot
  • Traduções
Serviços
  • Odoo.sh Hosting
  • Suporte
  • Upgrade
  • Desenvolvimentos personalizados
  • Educação
  • Encontre um Contador
  • Encontre um parceiro
  • Torne-se um parceiro
Sobre nós
  • Nossa empresa
  • Ativos da marca
  • Contato
  • Empregos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidade
  • Segurança
الْعَرَبيّة 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 é um conjunto de aplicativos de negócios em código aberto que cobre todas as necessidades de sua empresa: CRM, comércio eletrônico, contabilidade, estoque, ponto de venda, gerenciamento de projetos, etc.

A proposta de valor exclusiva Odoo é ser, ao mesmo tempo, muito fácil de usar e totalmente integrado.

Site feito com

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