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.

58 lines
1.4 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. Module also grants access rights for POS users to create reconciliation records
  21. Usage
  22. =====
  23. * Install the module. No configuration needed.
  24. Credits
  25. =======
  26. Contributors
  27. ------------
  28. * Andrius Preimantas <andrius@versada.lt>
  29. Maintainer
  30. ----------
  31. .. image:: http://odoo-community.org/logo.png
  32. :alt: Odoo Community Association
  33. :target: http://odoo-community.org
  34. This module is maintained by the OCA.
  35. OCA, or the Odoo Community Association, is a nonprofit organization whose
  36. mission is to support the collaborative development of Odoo features and
  37. promote its widespread use.
  38. To contribute to this module, please visit http://odoo-community.org.