Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

How to add a Payment Method?

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
paymentmethod
6 Replies
82145 Tampilan
Avatar
Doug Ricket

From an invoice, I click Register Payment. However, Payment Method includes only two items: Cash (USD) and Bank (USD). My invoice, journal, and accounts relating to this transaction are all in NGN and that's how I want to record the payment. Where can I add a new Payment Method such as Cash (NGN)?

Thanks!

2
Avatar
Buang
Allan Lindquist

I have ver 7.0 I have looked in Accounting/Configuration/Journals/Journals both Cash and Bank and I cannot find an option "Allow multi-currencies" to check?

Avatar
Nilim
Jawaban Terbai

Hi,

In order to create a Payment Method is POS in Odoo , the following steps needs to be followed :-

  • First thing which is required is to be done is to create a ACCOUNT, by following ACCOUNTING>CONFIGURATION>ACCOUNTS. We can either copy any exiting account or create a new one depending on the requirement

  • After creating an account, we need to create a JOURNAL, which is in turn a PAYMENT METHOD for our Point Of Sales. During this journal creation we would assign the account created by us in the previous step. The Journal can be created either following POINT OF SALES>CONFIGURATION>PAYMENT METHOD Or ACCOUNTING>CONFIGURATION>JOURNALS

  • Now once the Payment Method is created as described above, we need to add the new Payment Method to the Point Of Sales by following, POINT OF SALES>CONFIGURATION>POINT OF SALES. Here we need add the new payment method under “AVAILABLE PAYMENT METHODS”

           Now we can use the payment method created.

   

 Hope it helps!

    

Cheers.

1
Avatar
Buang
Herbert Van de Poel

This didn't answer the initial question but it did answer my question: how to add a different payment method, other then cash and bank transfer. We have a lot of payments being paid by credit card or direct debit, so we do not want them to end up in a list of items that need batch payment via bank transfer.

Avatar
Ray Carnes
Jawaban Terbai

Payment Methods are Journals of type Cash or type Bank and Checks.

These are managed via the menu sequence:

Accounting --> Configuration --> Journals --> Journals

You can define a currency for each Journal when you set it up, and you need to check the 'Allow multi-currencies' option from the menu sequence:

Settings --> Accounting


EDIT: To address followup question:

To understand OpenERP you need a mixture of

  • Experimentation - use the software, try different things
  • Reading the source code - look at the Python and XML, Activate Developer mode, review patches, use debug mode
  • Documentation
  • Learning from others - use a search engine every time - I do this before I use the forum search

    • forum posts - including those from the old forums at http://forum.openerp.com/forum/
    • bugs - learn where at https://accounts.openerp.com/forum/Help-1/question/1077
    • feedback - including http://feedback.openerp.com/forums/77459-general-improvements
    • Twitter - to understand the conversation others are having hashtag #openerp
    • videos, blogs, slides

Make sure you know about all of the Documentation sources (and more details on blogs, videos and slides) at https://accounts.openerp.com/forum/Help-1/question/6817

Specifically for your question:

1) The link between a payment method and a journal, it is discussed at https://doc.openerp.com/v7.0/book/3/3_6/invoice_payment.html/

2) That the TYPE of Journal is important, can be found by looking at the XML that defines the dropdown. You can activate developer mode (https://accounts.openerp.com/forum/Help-1/question/83/) and examine the XML that defines the form view. (The Edit FormView option in the debug dropdown on the Payment screen). You can see the XML definition for payment method is:

<field name="journal_id" domain="[('type','in',['bank', 'cash'])]" ...
9
Avatar
Buang
Doug Ricket
Penulis

Thanks, works perfectly! Your first sentence was the key. To guide my self-education, is there somewhere I should be looking other than https://doc.openerp.com/contents/#contents-link to find this kind of thing?

Doug Ricket
Penulis

Awesome, super helpful!

Avatar
sultan homoud
Jawaban Terbai

In the payment method, whether it is Visa ,cash  how is the correct accounting entry made?



0
Avatar
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
Step by step guide on creating a new payment method for the POS. Diselesaikan
payment method
Avatar
Avatar
Avatar
Avatar
4
Des 19
20526
How to set the journal on the customer payment based on the payment method
payment method
Avatar
4
Okt 16
6372
Payment Status Diselesaikan
payment
Avatar
Avatar
Avatar
Avatar
3
Sep 25
10542
Check is not enabled for Internal Transfers Odoo 18
payment
Avatar
Avatar
1
Sep 25
3124
In Odoo 17, how do I override the default accounts set in the journal entry created by a customer payment? Diselesaikan
payment customize method v17
Avatar
Avatar
1
Sep 24
4456
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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