Browse Source

[FIX] pos_autoreconcile: Proper RST formatting

pull/391/head
Pedro M. Baeza 5 years ago
committed by GitHub
parent
commit
7c609507a8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      pos_autoreconcile/README.rst

12
pos_autoreconcile/README.rst

@ -14,17 +14,17 @@ Example of "Trade Receivable" reconciliation:
* Product costs 8EUR but customer pays 10EUR by cash getting 2EUR in return. * Product costs 8EUR but customer pays 10EUR by cash getting 2EUR in return.
In accounting it looks like this: In accounting it looks like this:
1) D: cash: 10
2) C: account_receivable: 10
1 D: cash: 10
2 C: account_receivable: 10
3) D: account_receivable: 2
4) C: cash: 2
3 D: account_receivable: 2
4 C: cash: 2
* When closing & validating a session system would create "Trade Receivable" * When closing & validating a session system would create "Trade Receivable"
counterpart like this: counterpart like this:
5) D: account_receivable: 8
6) C: income_account: 8
5 D: account_receivable: 8
6 C: income_account: 8
When this module is installed 2), 3) and 5) items would be reconciled when When this module is installed 2), 3) and 5) items would be reconciled when
closing a session. closing a session.

Loading…
Cancel
Save