Clean up grammer and misc

This commit is contained in:
Freeman Helmuth 2016-07-25 22:35:27 -04:00 committed by GitHub
parent e2000adb1b
commit c53ad01ed8

View File

@ -2,14 +2,14 @@
How to register customer payments by checks? How to register customer payments by checks?
============================================ ============================================
There are two ways to handle payments received by checks. Odoo support There are two ways to handle payments received by checks. Odoo supports
both approaches so that you can use the one that better fits your both approaches so that you can use the one that better fits your
habits. habits.
1. **Undeposited Funds:** 1. **Undeposited Funds:**
once you receive the check, you record a payment once you receive the check, you record a payment
by check on the invoice. (using a Check journal and posted on the by check on the invoice. (using a Check Journal and posting to the
Undeposited Fund account) Then, once the check arrives in your Undeposited Funds account) Then, once the check arrives in your
bank account, move money from Undeposited Funds to your bank bank account, move money from Undeposited Funds to your bank
account. account.
@ -21,16 +21,16 @@ habits.
creating a dedicated journal entry. creating a dedicated journal entry.
We recommend the first approach as it is more accurate (your bank We recommend the first approach as it is more accurate (your bank
account balance is accurate, taking into accounts checks that have not account balance is accurate, taking into account checks that have not
been cashed yet). Both approaches require the same effort. been cashed yet). Both approaches require the same amount of effort.
Even if the first method is cleaner, Odoo support the second approach Even if the first method is cleaner, Odoo supports the second approach
because some accountants are used to it (quickbooks and peachtree because some accountants are used to it (Quickbooks and Peachtree
users). users).
.. Note:: .. Note::
You may have a look at the *Deposit Ticket feature* if you deposit You may want to take a look at the *Deposit Ticket feature* if you deposit
several checks to your bank accounts in batch. several checks to your bank accounts in batches.
Option 1: Undeposited Funds Option 1: Undeposited Funds
=========================== ===========================
@ -38,7 +38,7 @@ Option 1: Undeposited Funds
Configuration Configuration
------------- -------------
- Create a journal **Checks** - Create a journal called **Checks**
- Set **Undeposited Checks** as a defaut credit/debit account - Set **Undeposited Checks** as a defaut credit/debit account
@ -67,7 +67,7 @@ This operation will produce the following journal entry:
+----------------------+-------------------+----------+----------+ +----------------------+-------------------+----------+----------+
| Account | Statement Match | Debit | Credit | | Account | Statement Match | Debit | Credit |
+======================+===================+==========+==========+ +======================+===================+==========+==========+
| Account Receivable | | | 100.00 | | Accounts Receivable | | | 100.00 |
+----------------------+-------------------+----------+----------+ +----------------------+-------------------+----------+----------+
| Undeposited Funds | | 100.00 | | | Undeposited Funds | | 100.00 | |
+----------------------+-------------------+----------+----------+ +----------------------+-------------------+----------+----------+
@ -87,8 +87,8 @@ with the check that is in Undeposited Funds.
If you use this approach to manage received checks, you get the list of If you use this approach to manage received checks, you get the list of
checks that have not been cashed in the **Undeposit Funds** account checks that have not been cashed in the **Undeposited Funds** account
(accessible, for example, from the general ledger). (viewable from the general ledger).
.. Note:: .. Note::
Both methods will produce the same data in your accounting at the Both methods will produce the same data in your accounting at the