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
    • Información
    • 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
    Food & Hospitality
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Guest House
    • Distribuidor de bebidas
    • Hotel
    Real Estate
    • Real Estate Agency
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consulting
    • Accounting Firm
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Trades
    • Handyman
    • Hardware y asistencia informática
    • Solar Energy Systems
    • Zapatero
    • Servicios de limpieza
    • HVAC Services
    Others
    • Nonprofit Organization
    • 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

Assistance with Payment terms in V8, please?

Suscribirse

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

Se marcó esta pregunta
versioneightv8.0
2 Respuestas
5741 Vistas
Avatar
Luis Alberto Panozzo

Hello, we need to define new payment terms in V8. Most of them are easy but one is tricky: 30 days starting on the 1st of next month.

Current literature I can access is for V6.1 https://doc.odoo.com/v6.1/book/3/3_9/payment_terms/

 and the columns shown there are very different from what the system is presenting in V8. Any pointer in the proper direction will be gratly appreciated.

 

0
Avatar
Descartar
Luis Alberto Panozzo
Autor

Testing several options but there seems to be a bug in the system. I Define A payment term named "Current Month + 30 days" in Accounting > Miscellaneous > Payment terms with Computation = Balance Amount = 0.00000 Number of days = 30 Day of the month = -1 The result is 31/1 and not 30/1 -------------- If I put 0 in number of days, computed date is December 31st (which seems correct) ------ If I use number of days = 45 I still get 31/1 (instead of 14/2) as response. ------- Thanks for any pointer

Avatar
Zbik
Mejor respuesta

Payments terms are defined this way: for example (today 15.12.2014) :

  • Number of days = 90  and   Day of the month = 0  then ... payment date =  current date + 90  = 15.03.2015
  • Number of days = 90  and   Day of the month = -1  then ... xxx = ( current date + 90 )  ...  payment date = last_day_of_month(xxx) = 31.03.2015
  • Number of days = 90  and   Day of the month = 13  then ... xxx = ( current date + 90 )  ...  payment date = day 13 of next_month(xxx) = 13.04.2015

Day of the month - set -1 for the last day of the month. If it's positive, it gives the day of the next month. Set 0 for net days.

1
Avatar
Descartar
Avatar
Luis Alberto Panozzo
Autor Mejor respuesta

I can not comment on previous answer as I do not have 50 karma. So here goes my comment.

Thank you for your response.

Regulat days intervals work fine: 15, 30 or whatever number of days.

The way you describe the handling of the "Date of the month" is innovative from my previous beliefs. I will have to test different scenarios but somehow I feel it will not really help me. 

Of all the cases where I used -1, only with 90 days (starting on 15.12) did I get a perfect hit. I tried current month + 30, 45, 60 , 75 and 90. The responses should have been 30/1; 14/2; 1/3; 16/3 and 31/3. Instead I got 31/1; 31/1 (really off the mark); 28/2; 28/2 (another gorss miscalculaton) and, finally, yes, 31/3. 

0
Avatar
Descartar
Zbik

First opearation is + 30, 45, 60 , 75 and 90. Next is "-1". Inversely then you assume.

OdooBot
Oh, darn ..... so that is the bloody thing .... I will check that right now



Luis Panozzo (Lp)
Technology Manager
Elmatica AS
luis.panozzo@elmatica.com
Skype: luispanozzo

On 15 December 2014 at 15:44, zbik <darek@mail.odoo.com> wrote:

First opearation is + 30, 45, 60 , 75 and 90. Next is "-1". Inversely then you assume.

--
zbik
Sent by Odoo S.A. using Odoo about Forum Post False
OdooBot
Darek,
To be very honest, this thing is driving me crazy.
Your description led me think with a different perspective.
So I created several different custom Payment Terms
They are all named "Custom (number of days)(Day of the month)
So, these are the results I got
Custom 0+5 yielded a 5/1 due date - Perfect (nothing now and then move to day 5 of next period)
Custom 5-1, 31/12 which also seems correct (five days now and the go to the end of the resulting month -December- with the -1)
Custom 20-1, 31/1 - right again (add 20 days to now -Jan 4th_ and then skip to the end of that month; 31/1/15)

but 
Custom 20+13 returned me 13/2 instead of the expected 13/1
Similar to 20+9 which resulted in a new date of 9/2 instead of 9/1

Any thoughts?

And the same question then comes up: How to move to the end of the month and then + 30 days? So due date is 30/1 and not 31/1. 



Luis Panozzo (Lp)
Technology Manager
Elmatica AS
luis.panozzo@elmatica.com
Skype: luispanozzo

On 15 December 2014 at 15:53, Luis Panozzo <luis.panozzo@elmatica.com> wrote:
Oh, darn ..... so that is the bloody thing .... I will check that right now



Luis Panozzo (Lp)
Technology Manager
Elmatica AS
luis.panozzo@elmatica.com
Skype: luispanozzo

On 15 December 2014 at 15:44, zbik <darek@mail.odoo.com> wrote:

First opearation is + 30, 45, 60 , 75 and 90. Next is "-1". Inversely then you assume.

--
zbik
Sent by Odoo S.A. using Odoo about Forum Post False
Zbik

....Custom 20+13 returned me 13/2 instead of the expected 13/1........ My calculation - 13/2 is OK. December+20 = january ... next step ... (+13) = january + 13 day of next month after january = 13 february. ........ How to move to the end of the month and then + 30 days? .... Unfortunately, I dont know :)

OdooBot
Well, that is an odd behaviour of the sw to say the least.
I would have expected today + 20: 4/1 and then 13 ..... move to 13/1.
But your reasoning fits the result of what Odoo showed. 
Really strange (from my humble point of view).

Thank you for the guidance. 
Even if I do not like it, that is what we have and what we have to live with.



Luis Panozzo (Lp)
Technology Manager
Elmatica AS
luis.panozzo@elmatica.com
Skype: luispanozzo

On 15 December 2014 at 17:08, zbik <darek@mail.odoo.com> wrote:

....Custom 20+13 returned me 13/2 instead of the expected 13/1........ My calculation - 13/2 is OK. December+20 = january ... next step ... (+13) = january + 13 day of next month after january = 13 february. ........ How to move to the end of the month and then + 30 days? .... Unfortunately, I dont know :)

--
zbik
Sent by Odoo S.A. using Odoo about Forum Post False
¿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 using if and elif in odoo Resuelto
if v8.0
Avatar
Avatar
1
may 23
13898
Need a example of ir.actions.server executing multiple actions one after the other
actions v8.0
Avatar
Avatar
Avatar
2
may 20
10741
How to make that products sold thru the Pos are taken into consideration for product margin reports/tree
saas v8.0
Avatar
Avatar
3
nov 17
3895
Order of precedence in search for data xml-files
xml v8.0
Avatar
0
ene 16
3685
How to use less instead of css in reports?
reports v8.0
Avatar
0
dic 15
3728
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