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.

95 lines
2.2 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. =================
  5. POS Autoreconcile
  6. =================
  7. Module reconciles Invoices and "Trade Receivable" records with payments made by
  8. related Customer.
  9. Example of "Trade Receivable" reconciliation:
  10. * Product costs 8EUR but customer pays 10EUR by cash getting 2EUR in return.
  11. In accounting it looks like this:
  12. 1 D: cash: 10
  13. 2 C: account_receivable: 10
  14. 3 D: account_receivable: 2
  15. 4 C: cash: 2
  16. * When closing & validating a session system would create "Trade Receivable"
  17. counterpart like this:
  18. 5 D: account_receivable: 8
  19. 6 C: income_account: 8
  20. When this module is installed 2), 3) and 5) items would be reconciled when
  21. closing a session.
  22. Module also grants access rights for POS users to create reconciliation records
  23. Installation
  24. ============
  25. To install this module, you need to:
  26. * Click on Install button
  27. Configuration
  28. =============
  29. No additional configuration is needed.
  30. Usage
  31. =====
  32. To use this module, you need to:
  33. * operate your POS as usual
  34. For further information, please visit:
  35. * https://www.odoo.com/forum/help-1
  36. Known issues / Roadmap
  37. ======================
  38. * No bugs reported
  39. Bug Tracker
  40. ===========
  41. Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
  42. In case of trouble, please check there if your issue has already been reported.
  43. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  44. `here <https://github.com/OCA/pos/issues/new?body=module:%20pos_trade_receivable_autoreconcile%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  45. Credits
  46. =======
  47. Contributors
  48. ------------
  49. * Andrius Preimantas <andrius@versada.lt>
  50. Maintainer
  51. ----------
  52. .. image:: https://odoo-community.org/logo.png
  53. :alt: Odoo Community Association
  54. :target: https://odoo-community.org
  55. This module is maintained by the OCA.
  56. OCA, or the Odoo Community Association, is a nonprofit organization whose
  57. mission is to support the collaborative development of Odoo features and
  58. promote its widespread use.
  59. To contribute to this module, please visit http://odoo-community.org.