You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.3 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. POS Trade Receivable Autoreconcile
  4. ==================================
  5. This module reconciles "Trade Receivable" record created on Customer account
  6. with Payments made by this customer.
  7. Example:
  8. * Product costs 8EUR but customer pays 10EUR by cash getting 2EUR in return.
  9. In accounting it looks like this:
  10. 1) D: cash: 10
  11. 2) C: account_receivable: 10
  12. 3) D: account_receivable: 2
  13. 4) C: cash: 2
  14. * When closing & validating a session system would create "Trade Receivable"
  15. counterpart like this:
  16. 5) D: account_receivable: 8
  17. 6) C: income_account: 8
  18. When this module is installed 2), 3) and 5) items would be reconciled when
  19. closing a session.
  20. Usage
  21. =====
  22. * Install the module. No configuration needed.
  23. Credits
  24. =======
  25. Contributors
  26. ------------
  27. * Andrius Preimantas <andrius@versada.lt>
  28. Maintainer
  29. ----------
  30. .. image:: http://odoo-community.org/logo.png
  31. :alt: Odoo Community Association
  32. :target: http://odoo-community.org
  33. This module is maintained by the OCA.
  34. OCA, or the Odoo Community Association, is a nonprofit organization whose
  35. mission is to support the collaborative development of Odoo features and
  36. promote its widespread use.
  37. To contribute to this module, please visit http://odoo-community.org.