Skip to Content
Odoo Menu
  • Log ind
  • Prøv gratis
  • Apps
    Økonomi
    • Bogføring
    • Fakturering
    • Udgifter
    • Regneark (BI)
    • Dokumenter
    • e-Signatur
    Salg
    • CRM
    • Salg
    • POS Butik
    • POS Restaurant
    • Abonnementer
    • Udlejning
    Hjemmeside
    • Hjemmesidebygger
    • e-Handel
    • Blog
    • Forum
    • LiveChat
    • e-Læring
    Forsyningskæde
    • Lagerbeholdning
    • Produktion
    • PLM
    • Indkøb
    • Vedligeholdelse
    • Kvalitet
    HR
    • Medarbejdere
    • Rekruttering
    • Fravær
    • Medarbejdersamtaler
    • Anbefalinger
    • Flåde
    Marketing
    • Markedsføring på sociale medier
    • E-mailmarketing
    • SMS-marketing
    • Arrangementer
    • Automatiseret marketing
    • Spørgeundersøgelser
    Tjenester
    • Projekt
    • Timesedler
    • Udkørende Service
    • Kundeservice
    • Planlægning
    • Aftaler
    Produktivitet
    • Dialog
    • Godkendelser
    • IoT
    • VoIP
    • Vidensdeling
    • WhatsApp
    Tredjepartsapps Odoo Studio Odoo Cloud-platform
  • Brancher
    Detailhandel
    • Boghandel
    • Tøjforretning
    • Møbelforretning
    • Dagligvarebutik
    • Byggemarked
    • Legetøjsforretning
    Mad og værtsskab
    • Bar og pub
    • Restaurant
    • Fastfood
    • Gæstehus
    • Drikkevareforhandler
    • Hotel
    Ejendom
    • Ejendomsmægler
    • Arkitektfirma
    • Byggeri
    • Ejendomsadministration
    • Havearbejde
    • Boligejerforening
    Rådgivning
    • Regnskabsfirma
    • Odoo-partner
    • Marketingbureau
    • Advokatfirma
    • Rekruttering
    • Audit & certificering
    Produktion
    • Tekstil
    • Metal
    • Møbler
    • Fødevareproduktion
    • Bryggeri
    • Firmagave
    Heldbred & Fitness
    • Sportsklub
    • Optiker
    • Fitnesscenter
    • Kosmetolog
    • Apotek
    • Frisør
    Håndværk
    • Handyman
    • IT-hardware og support
    • Solenergisystemer
    • Skomager
    • Rengøringsservicer
    • VVS- og ventilationsservice
    Andet
    • Nonprofitorganisation
    • Miljøagentur
    • Udlejning af billboards
    • Fotografi
    • Cykeludlejning
    • Softwareforhandler
    Gennemse alle brancher
  • Community
    Få mere at vide
    • Tutorials
    • Dokumentation
    • Certificeringer
    • Oplæring
    • Blog
    • Podcast
    Bliv klogere
    • Udannelselsesprogram
    • Scale Up!-virksomhedsspillet
    • Besøg Odoo
    Få softwaren
    • Download
    • Sammenlign versioner
    • Udgaver
    Samarbejde
    • Github
    • Forum
    • Arrangementer
    • Oversættelser
    • Bliv partner
    • Tjenester til partnere
    • Registrér dit regnskabsfirma
    Modtag tjenester
    • Find en partner
    • Find en bogholder
    • Kontakt en rådgiver
    • Implementeringstjenester
    • Kundereferencer
    • Support
    • Opgraderinger
    Github Youtube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Få en demo
  • Prissætning
  • Hjælp

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

  • CRM
  • e-Commerce
  • Bogføring
  • Lager
  • PoS
  • Projekt
  • MRP
All apps
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Hjælp

[SOLVED] Multiple invoice sequence

Tilmeld

Få besked, når der er aktivitet på dette indlæg

Dette spørgsmål er blevet anmeldt
sequenceinvoicingopenerp7sequencenumberodooV8
2 Besvarelser
13177 Visninger
Avatar
Jorge

A new fiscal law in our country (Honduras) was just published, this law states a new standard in invoice numbering. This new number is formed by:

XXX-YYY-ZZ-NNNNNNNN

  • X is the store/branch number

  • Y is a code given by the fiscal people

  • Z is the document type (In this case 01 means invoice)

  • N is the invoice number (Only moving number,  auto increment)


The result is an invoice with this number: 000-001-01-00000004

When you only have one store, it's easy because you configure your sales journal sequence prefix to '000-001-01-' and fill for 8 digits.

The problem starts when you have more than 1 store, because you have to have 000-YYY-ZZ-NNNNNNNN, 001-YYY-ZZ-NNNNNNNN, 003-YYY-ZZ-NNNNNNNN and so on

The other problem is that each store should have its own incremental number. Example:

Store 1
Store 2
Store 3
000-001-01-00000001
001-001-01-00000001
002-001-01-00000001
000-001-01-00000002
001-001-01-00000002
002-001-01-00000002

001-001-01-00000003
002-001-01-00000003

001-001-01-00000004

This can be taken as multi company, but the accounting for all 3 stores should be reflected under the same company and same Sales Journal.

So basically what i'm trying to figure out is:

  1. Setup multiple sequences for multiple stores.

  2. This sequences should be independent from each other, as shown in the tables above.

  3. There must be a way to choose which store is selling to select the correct sequence. (Dropdown menu in Draft Invoice maybe?)

  4. I need to implement this in Odoo 8 and OpenERP 7

I hope i'm making myself clear, if not please ask! Thanks!

Update:

  1. I created a model called x_punto_emision (store) that has a many2one relation to ir.sequence and a char field to store the name of the store. (http://i.imgur.com/eVromry.png)

  2. I added a selection widget in account.invoice.form so that the user can select the store in the draft invoice: (http://i.imgur.com/FqClLi2.png?1)

<field name="x_punto_emision" widget="selection" attrs="{'readonly': ['|',('state','not in',('draft',)), ('type','&lt;&gt;','out_invoice')]}"/> 

      3.  Then I created two fields in the account.invoice model, a many2one with x_punto_emision (the selected store) and a             x_numero_impresion (the invoice number that the ir.sequence should give based on the selected store)

After this setup, I created 2 Sequences (http://i.imgur.com/GRQtC0Q.png) and 2 Stores  (http://i.imgur.com/vSQrfQz.png). 

I need help connecting everything together, when the user validates the invoice, the system should take the next number in the sequence of x_punto_emision and stores it in x_numero_impresion.

Any ideas on how to do this? Thanks again!


1
Avatar
Kassér
Leonardo Donelli

Rui! Thanks a lot! That solved my problem! I can't mark question as answer because of lack of karma points. :S

Avatar
Rui Franco
Bedste svar

Your problem seems to be the fact that you want to use the same sales journal. Should you chose to ignore such requirement, the overall process becomes an easy thing.

Since journals are associated to sequences, when you create an invoice, you can chose the sequence to use by selecting a different journal. Create as many sales journals as stores (as well as sequences: 1 store < 1 sequence), and there you go!

3
Avatar
Kassér
Enjoying the discussion? Don't just read, join in!

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

Tilmeld dig
Related Posts Besvarelser Visninger Aktivitet
Invoice Sequence ifo POS
sequence invoicing journals sequencenumber odoo16features
Avatar
0
jun. 23
2454
Apply a sequence for a field
sequencenumber odooV8
Avatar
Avatar
2
sep. 23
10111
The invoice number(First number) no longer exists for me when create a invoice. How can I get it back?
invoicing sequencenumber
Avatar
0
apr. 22
2318
How to change the Quotation, Order, Invoice sequence numbers ? Løst
sequence sequencenumber
Avatar
Avatar
Avatar
2
dec. 23
29947
Can we work on the same machine on openerp7 and odoo8 Løst
openerp7 odooV8
Avatar
Avatar
Avatar
3
aug. 15
4150
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Oversættelser
Tjenester
  • Odoo.sh-hosting
  • Support
  • Opgradere
  • Individuelt tilpasset udvikling
  • Uddannelse
  • Find en bogholder
  • Find en partner
  • Bliv partner
Om os
  • Vores virksomhed
  • Brandaktiver
  • Kontakt os
  • Stillinger
  • Arrangementer
  • Podcast
  • Blog
  • Kunder
  • Juridiske dokumenter • Privatlivspolitik
  • Sikkerhedspolitik
الْعَرَبيّة 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 er en samling open source-forretningsapps, der dækker alle dine virksomhedsbehov – lige fra CRM, e-handel og bogføring til lagerstyring, POS, projektledelse og meget mere.

Det unikke ved Odoo er, at systemet både er brugervenligt og fuldt integreret.

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