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

HOW TO TAKE THE LAST PURCHASE PRICE TO CREATE QUOTES WITH A VARIABLE MARGIN [V18+]

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
salesv18
1 Responder
1807 Visualizações
Avatar
Diego Ricardo Diaz Sosa (drds)

Use case:


A company faces constant fluctuations in the acquisition costs of its products. To remain competitive, it needs to generate real-time quotes based on the most recent purchase price and apply variable margins depending on the customer or purchase volume.

2
Avatar
Cancelar
Avatar
Diego Ricardo Diaz Sosa (drds)
Autor Melhor resposta

Context

It is common for some customers to have highly variable purchases for the same product and want to apply a variable margin on the price of the last purchase made when generating quotes.

In Odoo, one option to do this is through price lists. However, these have a limitation: the calculation is based on the cost recorded in the product template, which always corresponds to the average cost, and does not allow defining a variable margin. To manage different margins, multiple price lists would need to be created, which can be impractical.

In this forum, we will show how to use the quote calculator to take the price of the last purchase made, apply a variable margin, and then inject the value into the quote.

Note: Studio is required.

Configuration

  1. Create the quote template

First, it is necessary to create the quote template. To do this, you must activate the quote templates in:

Sales > Configuration > Settings > Activate "Quote Templates"

Once this is done, go to: Sales > Configuration > Settings > Activate “Quote Templates" > New > Name the template > In the “Quote Calculator” section, create a new record and enter by clicking the arrow

Clicking the arrow will take us to a spreadsheet with a sheet that already contains some information, from which we will only use the "Product" and "Unit Price" columns. It will be necessary to add two more columns: one for "Purchase Price" and another for "Margin".



  1. Configure the purchase module


Once the spreadsheet is set up, you need to go to the purchase module and create a new menu to bring the model of the purchase order lines.

Purchase > Studio > Click on "Edit Menu" > Click on "New Menu" > Name the menu > Click on “Existing Model” and search for and select “Purchase Order Line” > Confirm > Arrange the menu within “Reports” and confirm


       

Once this is done, go to:

Purchase > Reports > Purchase Lines

This will display the purchase order lines, which we can insert into the previously created spreadsheet.


It is necessary to apply a domain in the list properties so that it only shows purchases with the status “Purchase Order”.

  1. Apply formulas in the spreadsheet

With the model and the template in the quote calculator spreadsheet, it is necessary to use the VLOOKUP formula in the “Purchase Price” column to return the value of the last purchase made.


In the “Margin” column, enter the desired percentage. Finally, in the “Unit Price” column, enter the following formula: =purchase price cell * (1 + margin cell)




Finally, you only need to synchronize each unit price cell with the unit price field in the quote.     

2
Avatar
Cancelar
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
Problem including JS asset in v18
v18
Avatar
Avatar
Avatar
3
nov. 25
8019
Change Sign & Pay Button on Quotation E-mails
v18
Avatar
0
nov. 25
59
How to allow quotation requests (RFQ) from the eCommerce instead of direct sales
sales
Avatar
Avatar
Avatar
3
nov. 25
964
Cannot make Sales Quotation to one Customer
sales
Avatar
Avatar
2
nov. 25
430
Products Image
sales
Avatar
Avatar
2
out. 25
485
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