@@ -55,6 +55,40 @@ invoice payments or for vendor bill payments in the :guilabel:`Purchase` section
55
55
view by removing the :guilabel: `Customers ` or :guilabel: `Vendors ` filter. Alternatively, access
56
56
the full contact list through the Contacts app.
57
57
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
+
58
92
.. _accounting/payments/from-invoice-bill :
59
93
60
94
Registering payment from an invoice or bill
@@ -285,9 +319,9 @@ Registering a single payment for multiple customers or vendors (batch payments)
285
319
===============================================================================
286
320
287
321
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 >`.
291
325
292
326
.. seealso ::
293
327
:doc: `payments/batch `
@@ -366,7 +400,6 @@ Reconciling payments with bank transactions
366
400
:titlesonly:
367
401
368
402
payments/online
369
- payments/checks
370
403
payments/batch
371
404
payments/batch_sdd
372
405
payments/follow_up
0 commit comments