Browse Source
[IMP] pos_autoreconcile: More RST formatting
pull/391/head
Pedro M. Baeza
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
pos_autoreconcile/README.rst
|
|
@ -15,15 +15,18 @@ Example of "Trade Receivable" reconciliation: |
|
|
|
In accounting it looks like this: |
|
|
|
|
|
|
|
1 D: cash: 10 |
|
|
|
|
|
|
|
2 C: account_receivable: 10 |
|
|
|
|
|
|
|
3 D: account_receivable: 2 |
|
|
|
|
|
|
|
4 C: cash: 2 |
|
|
|
|
|
|
|
* When closing & validating a session system would create "Trade Receivable" |
|
|
|
counterpart like this: |
|
|
|
|
|
|
|
5 D: account_receivable: 8 |
|
|
|
|
|
|
|
6 C: income_account: 8 |
|
|
|
|
|
|
|
When this module is installed 2), 3) and 5) items would be reconciled when |
|
|
|