Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Reconciling POS credit card transactions with bank statement

Subscriure's

Get notified when there's activity on this post

This question has been flagged
accountingposreconciliationpayments
2 Respostes
9416 Vistes
Avatar
Element Green

We are taking PayPal Here credit card payments with Odoo 12 Point Of Sale. We added a payment method for this which has its own Journal and account in the Chart of Accounts. The actual payment is processed with a separate app which we manually enter the total amount into. The money is deposited in our PayPal account, with a fee deducted from the amount. Odoo generates journal entries which Credit Accounts Receivable and Debit the PayPal Account, which seems correct.

We then import our PayPal statement from a CSV file. This creates a bank statement with the payments from customers and additional fee lines (created from an external script).  I would expect to then be able to reconcile these statement entries against the POS orders to track the PayPal account balance. It seems the POS orders are already reconciled though. Should these entries not be imported into the bank statement? We could still process the fees though by creating new Debit entries to the Bank Fees account. I think the main thing is to be able to track the balance of this account and perhaps verify that the payments were actually received.

Any tips on a good way to handle this?  This is for accounting in the USA.

Thanks in advance.

Element

1
Avatar
Descartar
Avatar
Dolphin Stationers Ltd
Best Answer

Hi - Were you able to figure out an answer to this? I'm struggling with the same issue. Thanks



0
Avatar
Descartar
Avatar
Element Green
Autor Best Answer

I found a workable solution for now, but I'm not very convinced it is the right way. What I'm doing is filtering out the incoming credit card payments from the PayPal statements when importing them, leaving just transaction bank fees and other uses of the PayPal account to manually reconcile. Since credit card payments from customers using PayPal Here do go directly to the PayPal account, this seems OK (no account transfer required).

It seems like the POS system already adds statements to the PayPal Account Journal for POS transactions which use this payment method and automatically reconciles them. I found that it adds a journal entry in the POS Sale Journal which contains journal items which Credit items for Product Sales and tax to Tax Received and Debits Account Receivable for the total amount. This is then automatically reconciled against another Journal Entry in the PayPal Account Journal (payment method) which has an item that Credits Account Receivable and Debits the PayPal Account.

Since credit card transactions are verified via the PayPal Here app, it seems reasonable to assume they completed. It would be nice to have an extra reconciliation step and not have to filter out the payments from the statement data though, but I haven't figured out how to do this. If the POS system didn't automatically add the journal entry and a statement to the payment method journal, then that might be better. I tried enabling the "Post At Bank Reconciliation" option in the PayPal payment method journal, but this doesn't seem to have the effect I would expect. Any tips on the proper accounting way to do this would be greatly appreciated. For now I think I have to be content with just reconciling the non POS payment transactions and double checking the account balance against what the last statement in Odoo should be.

0
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

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

Registrar-se
Related Posts Respostes Vistes Activitat
Odoo Accounting reconciliation
accounting reconciliation invoices payments
Avatar
Avatar
1
de set. 25
895
Pos sales reconciliation problem
accounting pos reconciliation payment
Avatar
0
de març 25
1723
Worldline Saturn Terminal Payment
pos payments
Avatar
0
de febr. 25
1527
How to make a partially payment on multiple Invoices for a single customer
accounting invoice reconciliation payment payments
Avatar
Avatar
1
de gen. 25
6451
Possible to use Reconciliation Models for other accounts?
accounting reconciliation
Avatar
0
d’oct. 24
2259
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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