diff --git a/pos_autoreconcile/README.rst b/pos_autoreconcile/README.rst index 4e5fd867..e8a8da18 100644 --- a/pos_autoreconcile/README.rst +++ b/pos_autoreconcile/README.rst @@ -12,19 +12,19 @@ related Customer. Example of "Trade Receivable" reconciliation: * 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" -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 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 promote its widespread use. -To contribute to this module, please visit http://odoo-community.org. \ No newline at end of file +To contribute to this module, please visit http://odoo-community.org.