Skip to content

Commit 24f7732

Browse files
committed
[REM] accounting/checks: remove checks documentation
task-4558041 Remove the checks page as it contains mostly duplicate information. Condense useful information and put it on the payments page under payment methods. closes #13120 X-original-commit: ac6af9f Signed-off-by: Xavier Platteau (xpl) <[email protected]> Signed-off-by: Dallas Dean (dade) <[email protected]>
1 parent a4dd15f commit 24f7732

File tree

6 files changed

+40
-134
lines changed

6 files changed

+40
-134
lines changed

content/applications/finance/accounting/payments.rst

+37-4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,40 @@ invoice payments or for vendor bill payments in the :guilabel:`Purchase` section
5555
view by removing the :guilabel:`Customers` or :guilabel:`Vendors` filter. Alternatively, access
5656
the full contact list through the Contacts app.
5757

58+
.. _accounting/payments/checks:
59+
60+
Checks
61+
------
62+
63+
:doc:`Vendor bills can be paid by check <payments/pay_checks>` using a dedicated outgoing payment
64+
method, which allows check numbers to be tracked and checks to be printed directly from Odoo.
65+
66+
For incoming customer check payments, you can use the default :guilabel:`Manual Payment` payment
67+
method, or you can create a payment method specifically for checks to help identify such payments
68+
quickly. To create a *Check* payment method, follow these steps:
69+
70+
#. Go to :menuselection:`Accounting --> Configuration --> Journals` and select the :guilabel:`Bank`
71+
journal.
72+
#. In the :guilabel:`Incoming Payments` tab, click :guilabel:`Add a line`.
73+
#. As :guilabel:`Payment Method`, select :guilabel:`Manual`, then enter `Check` as the
74+
:guilabel:`Name`.
75+
76+
When registering a customer payment :ref:`on an invoice <accounting/payments/from-invoice-bill>` or
77+
:ref:`not related to an invoice <accounting/payments/not-tied>`, use the new :guilabel:`Check`
78+
payment method.
79+
80+
.. note::
81+
Registering a customer payment by check in Odoo does not move funds. Checks must be deposited in
82+
order to make the payment. Once deposited to your bank, the check should appear as a :doc:`bank
83+
transaction <bank/transactions>`, at which point it can be :doc:`reconciled
84+
<bank/reconciliation>` with the registered payment.
85+
86+
.. tip::
87+
- For best practice, enter the check number as the :guilabel:`Memo` when registering a customer
88+
payment by check.
89+
- :doc:`Batch payments <payments/batch>` can simplify reconciling deposits containing multiple
90+
checks.
91+
5892
.. _accounting/payments/from-invoice-bill:
5993

6094
Registering payment from an invoice or bill
@@ -285,9 +319,9 @@ Registering a single payment for multiple customers or vendors (batch payments)
285319
===============================================================================
286320

287321
Batch payments allow grouping payments from multiple customers to ease :doc:`reconciliation
288-
<bank/reconciliation>`. They are also useful when depositing :doc:`checks <payments/checks>` or
289-
cash payments to the bank or for generating bank payment files such as :doc:`SEPA
290-
<payments/pay_sepa>` or :ref:`NACHA <l10n_us/nacha>`.
322+
<bank/reconciliation>`. They are also useful when depositing :ref:`checks
323+
<accounting/payments/checks>` or cash payments to the bank or for generating bank payment files such
324+
as :doc:`SEPA <payments/pay_sepa>` or :ref:`NACHA <l10n_us/nacha>`.
291325

292326
.. seealso::
293327
:doc:`payments/batch`
@@ -366,7 +400,6 @@ Reconciling payments with bank transactions
366400
:titlesonly:
367401

368402
payments/online
369-
payments/checks
370403
payments/batch
371404
payments/batch_sdd
372405
payments/follow_up

content/applications/finance/accounting/payments/batch.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Batch payments allow grouping payments from multiple customers or vendors into a
66
generating a detailed deposit slip or payment file with a batch reference. This reference can be
77
used during :doc:`reconciliation <../bank/reconciliation>` to match bank transactions with the
88
corresponding payments. This feature is particularly useful for submitting :doc:`SEPA Direct Debit
9-
payments <batch_sdd>`, depositing cash payments or :doc:`checks <checks>`, or generating outgoing
10-
payment files, such as :doc:`SEPA <pay_sepa>` or :ref:`NACHA <l10n_us/nacha>`.
9+
payments <batch_sdd>`, depositing cash payments or :ref:`checks <accounting/payments/checks>`, or
10+
generating outgoing payment files, such as :doc:`SEPA <pay_sepa>` or :ref:`NACHA <l10n_us/nacha>`.
1111

1212
Configuration
1313
=============

content/applications/finance/accounting/payments/checks.rst

-128
This file was deleted.
Binary file not shown.

redirects/18.0.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
applications/finance/payment_providers/ogone.rst applications/finance/payment_providers/worldline.rst
44
applications/finance/payment_providers/sips.rst applications/finance/payment_providers/worldline.rst
55
applications/finance/accounting/payments/internal_transfers.rst applications/finance/accounting/bank/internal_transfers.rst
6+
applications/finance/accounting/payments/checks.rst applications/finance/accounting/payments.rst
67

78
# applications/point of sale
89

0 commit comments

Comments
 (0)