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. 18
      pos_autoreconcile/README.rst

18
pos_autoreconcile/README.rst

@ -12,19 +12,19 @@ related Customer.
Example of "Trade Receivable" reconciliation: 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.
@ -89,4 +89,4 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and mission is to support the collaborative development of Odoo features and
promote its widespread use. promote its widespread use.
To contribute to this module, please visit http://odoo-community.org.
To contribute to this module, please visit http://odoo-community.org.
Loading…
Cancel
Save