Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Food & Hospitality
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Guest House
    • Distributor nápojů
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Trades
    • Údržbář
    • IT hardware a podpora
    • Solar Energy Systems
    • Výrobce obuvi
    • Úklidové služby
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Browse all Industries
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Services for Partners
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

Assistance with Payment terms in V8, please?

Odebírat

Get notified when there's activity on this post

This question has been flagged
versioneightv8.0
2 Odpovědi
5749 Zobrazení
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
Zrušit
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
Nejlepší odpověď

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
Zrušit
Avatar
Luis Alberto Panozzo
Autor Nejlepší odpověď

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
Zrušit
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
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
how to using if and elif in odoo Vyřešeno
if v8.0
Avatar
Avatar
1
kvě 23
13906
Need a example of ir.actions.server executing multiple actions one after the other
actions v8.0
Avatar
Avatar
Avatar
2
kvě 20
10753
How to make that products sold thru the Pos are taken into consideration for product margin reports/tree
saas v8.0
Avatar
Avatar
3
lis 17
3896
Order of precedence in search for data xml-files
xml v8.0
Avatar
0
led 16
3687
How to use less instead of css in reports?
reports v8.0
Avatar
0
pro 15
3733
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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