Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita 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
  • Proyectos
  • 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 add serial no or product total in POS Sales Slip

Suscribirse

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

Se marcó esta pregunta
posreciept
2 Respuestas
9215 Vistas
Avatar
Faheem Khan

How to add serial no with each order line or total order lines in Point of sale receipt? Is it possible to add grand total for product quantity in POS sales receipt? examples are sr. description qty. price total 1: cock 5 5 25 2: Sprite 3 5 25 or Descri qty. price total cock 5 5 25 Sprite 3 5 25 Total Items=8 or total order lines=2

3
Avatar
Descartar
gpkarthick

how to add a discount field many2one tax field in pos openerp7 already working discount and tax but i dont want that i need to add manually and calculate the total

Sean Samborski

More and more I'm having to throw money at OpenERP for every little thing. You're out of luck with the out-of-the-box. My advice, if you need to sell serial numbers and not products, then you need to use a different ERP. OpenERP is not built to support companies who sell serial numbers and not just products. Shame because it's a basic building block of any company who sells electronic equipment and it is a true crime to ignore these types of companies since there are so many. This feature should have been fleshed out when they tried adding serial numbers in the first place.

Fabrice Henrion (fhe)

Sean: Serial number management at the item level is available. You need to activate the 2 first checkboxes in Settings > Warehouse; then create a new incoming shipment, receive the products, split in several serial numbers and that's where your traceability by serial starts. Using incoming shipments as the start is just an example; splitting a stock move in serial numbers is available in several places in the system.

Avatar
William Crandell
Mejor respuesta

As I have been considering the value of adding the serial number to an item on the receipt, I have looked into this... It does not seem that the POS software currently allows choosing a serial number natively, one would need to either add a field and manually insert the value or it could also be a done with a custom db lookup, though anyway it cuts you will have to make some changes to the current setup by working with the source code.

You can do this in code by inheritance and adding what you need (normally there would be an 'or using the developer mode') unfortunately the developer mode options are a bit different in the POS setup so your best option would be creating a custom module to do this.

For anyone wanting a pointer in the right direction have a look at

addons/point_of_sale/report/pos_receipt.py

addons/point_of_sale/report/pos_receipt.rml

addons/point_of_sale/report/pos_receipt.sxw

Hope this helps.

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

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

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
How to Center-align the POS Order Receipt in Odoo POS Module?
pos reciept
Avatar
Avatar
1
ago 23
3567
Delete Fields From POS receipt
development pos reciept
Avatar
Avatar
Avatar
2
oct 22
3693
How to add new field to pos receipt Resuelto
pos reciept v14
Avatar
Avatar
Avatar
2
abr 22
8304
POS Table Synchronization Issue Between Devices in Odoo v17 CE
pos
Avatar
Avatar
Avatar
2
nov 25
2422
Refund and Discount access to admin user only for Pos selling
pos
Avatar
Avatar
1
nov 25
350
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • 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 estar 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