Files
documentation/content/applications/finance/accounting/payments/internal_transfers.rst
T

74 lines
2.2 KiB
ReStructuredText
Raw Normal View History

==================
Internal transfers
==================
2015-10-28 11:00:13 +01:00
2024-01-02 16:19:47 +01:00
Internal money transfers can be handled in Odoo. At least two bank accounts are needed to make
internal transfers.
.. seealso::
:doc:`How to add an additional bank account <../bank>`
2015-10-28 11:00:13 +01:00
Configuration
=============
An internal transfer account is automatically created on your database based on your company's
2024-01-02 16:19:47 +01:00
localization and depending on your countrys legislation. To modify the default :guilabel:`Internal
transfer account`, go to :menuselection:`Accounting --> Configuration --> Settings` and scroll down
to the :guilabel:`Default Accounts` section.
2015-10-28 11:00:13 +01:00
Register an internal transfer from one bank to another
======================================================
2015-10-28 11:00:13 +01:00
2024-01-02 16:19:47 +01:00
If you want to transfer money from one bank to another, access the Accounting Dashboard, click the
drop-down selection button (:guilabel:`⋮`) on the bank from which you want to make the transfer,
then click :guilabel:`Payments`. Select or create a payment, tick the :guilabel:`Internal Transfer`
checkbox, and select a :guilabel:`Destination Journal` before you :guilabel:`Confirm` the internal
transfer.
2015-10-28 11:00:13 +01:00
2024-01-02 16:19:47 +01:00
The money is now booked in the transfer account and another payment is automatically created in the
destination journal.
2015-10-28 11:00:13 +01:00
2024-01-02 16:19:47 +01:00
.. example::
2024-01-02 16:19:47 +01:00
- Bank journal (Bank A)
2024-01-02 16:19:47 +01:00
.. list-table::
:header-rows: 1
:stub-columns: 1
2024-01-02 16:19:47 +01:00
* - **Account**
- **Debit**
- **Credit**
* - Outstanding Payments account
-
- $1,000
* - **Internal transfer account**
- **$1,000**
-
2024-01-02 16:19:47 +01:00
- Bank journal (Bank B)
2024-01-02 16:19:47 +01:00
.. list-table::
:header-rows: 1
:stub-columns: 1
2024-01-02 16:19:47 +01:00
* - **Account**
- **Debit**
- **Credit**
* - Outstanding Receipts account
- $1,000
-
* - **Internal transfer account**
-
- **$1,000**
2015-10-28 11:00:13 +01:00
2024-01-02 16:19:47 +01:00
There is **one outstanding payment** and **one outstanding receipt** pending in your two bank
account journals because the bank statement confirming the sending and receiving of the money
has not been booked yet.
2015-10-28 11:00:13 +01:00
2024-01-02 16:19:47 +01:00
Once this is done, you can book and reconcile your bank statement lines as usual.
2015-10-28 11:00:13 +01:00
.. seealso::
:doc:`../bank/reconciliation`